@charset "UTF-8";
/* =======================================

	Base CSS

 -----------------------------------------
 	Reset CSS
	Structure CSS
	Basis Decorations CSS
	Parts CSS

	[768px Above Layout]

	Structure CSS Wide_Tablet
	Text Decorations CSS Wide_Tablet
	Basis Decorations_Tablet
	Parts CSS Wide_Tablet

	[1200px Above Layout]
 -----------------------------------------

========================================== */
/* =======================================

	Browser Reset CSS

========================================== */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend,
p, blockquote, table, th, td, figure {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "YuGothic-M";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "YuGothic-B";
  font-weight: bold;
  src: local("YuGothic"), local("Yu Gothic");
}
html {
  font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */
}

body {
  font-size: 3.5vw;
  font-family: -apple-system, blinkMacSystemFont, YuGothic-M, YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, body {
    -webkit-font-feature-settings: "pkna";
            font-feature-settings: "pkna";
  }
}
* html body {
  height: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul, dl, ol {
  text-indent: 0;
}

li {
  list-style: none;
  vertical-align: text-top;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input, * html textarea, * html select {
  font-size: 100%;
}

*:first-child + html + input, *:first-child html + textarea, *:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th, td {
  text-align: left;
  vertical-align: top;
}

caption {
  text-align: left;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
}

* html pre, * html code, * html kbd, * html samp, * html tt {
  font-size: 100%;
  line-height: 100%;
}

*:first-child + html pre, *:first-child html + code, *:first-child html + kbd, *:first-child + html + samp, *:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input, select, textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
}

/* =======================================

	Structure CSS

========================================== */
body {
  _display: inline;
  _zoom: 1;
}

.inBase {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.fullView {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

#wrapper {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.hidden-all {
  display: none !important;
}

.hidden-sp {
  display: none !important;
}

.is-smallScreen .hidden-sp {
  display: none;
}

.contents__sub {
  padding: 0 7%;
}

.contents__sub.is-m-wide {
  padding: 0;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

.wide {
  width: 100%;
}

.wide-sp {
  width: 100%;
}

.wide-max {
  max-width: 100%;
}

.h100 {
  height: 100%;
}

/* =======================================

	Basis Decorations CSS

========================================== */
/* Inner Reset  */
#contents th p, #contents th li, #contents th dt, #contents th dd,
#contents td p, #contents td li, #contents td dt, #contents td dd,
#contents li p, #contents li li, #contents li dt, #contents li dd,
#contents dt p, #contents dt li, #contents dt dt, #contents dt dd,
#contents dd p, #contents dd li, #contents dd dt, #contents dd dd {
  font-size: 100%;
}

p, address, th, td {
  line-height: 1.7;
}

li, dt, dd, figcaption {
  line-height: 1.7;
}

#contents strong {
  font-weight: bold;
}

#contents em {
  font-style: italic;
}

.clear {
  clear: both;
}

.clear-sp {
  clear: both;
}

.tC {
  text-align: center;
}

.tR {
  text-align: right;
}

.tL {
  text-align: left;
}

.pL-all {
  float: left;
}

.pR-all {
  float: right;
}

#contents .sS {
  font-size: 0.85em;
}

#contents .sB {
  font-size: 1.24em;
}

.sP-xl {
  padding-bottom: 5.6rem;
}

.sP-l {
  padding-bottom: 2.8rem;
}

.sP {
  padding-bottom: 1.4rem;
}

.sP-s {
  padding-bottom: 0.7rem;
}

.sP-xs {
  padding-bottom: 0.35rem;
}

.sP-xl-r {
  padding-right: 5.6rem;
}

.sP-l-r {
  padding-right: 2.8rem;
}

.sP-m-r {
  padding-right: 1.4rem;
}

.sP-s-r {
  padding-right: 0.7rem;
}

.sP-xs-r {
  padding-right: 0.35rem;
}

.sP-xl-l {
  padding-left: 5.6rem;
}

.sP-l-l {
  padding-left: 2.8rem;
}

.sP-m-l {
  padding-left: 1.4rem;
}

.sP-s-l {
  padding-left: 0.7rem;
}

.sP-xs-l {
  padding-left: 0.35rem;
}

.sP-xl-t {
  padding-top: 5.6rem;
}

.sP-l-t {
  padding-top: 2.8rem;
}

.sP-m-t {
  padding-top: 1.4rem;
}

.sP-s-t {
  padding-top: 0.7rem;
}

.sP-xs-t {
  padding-top: 0.35rem;
}

.sP-xl-a {
  padding: 5.6rem;
}

.sP-l-a {
  padding: 2.8rem;
}

.sP-m-a {
  padding: 1.4rem;
}

.sP-s-a {
  padding: 0.7rem;
}

.sP-xs-a {
  padding: 0.35rem;
}

.sM-xl {
  margin-bottom: 5.6rem;
}

.sM-l {
  margin-bottom: 2.8rem;
}

.sM {
  margin-bottom: 1.4rem;
}

.sM-s {
  margin-bottom: 0.7rem;
}

.sM-xs {
  margin-bottom: 0.35rem;
}

.sM-xl-r {
  margin-right: 5.6rem;
}

.sM-l-r {
  margin-right: 2.8rem;
}

.sM-m-r {
  margin-right: 1.4rem;
}

.sM-s-r {
  margin-right: 0.7rem;
}

.sM-xs-r {
  margin-right: 0.35rem;
}

.sM-xl-l {
  margin-left: 5.6rem;
}

.sM-l-l {
  margin-left: 2.8rem;
}

.sM-m-l {
  margin-left: 1.4rem;
}

.sM-s-l {
  margin-left: 0.7rem;
}

.sM-xs-l {
  margin-left: 0.35rem;
}

.sM-xl-t {
  margin-top: 5.6rem;
}

.sM-l-t {
  margin-top: 2.8rem;
}

.sM-m-t {
  margin-top: 1.4rem;
}

.sM-s-t {
  margin-top: 0.7rem;
}

.sM-xs-t {
  margin-top: 0.35rem;
}

.sM-xl-a {
  margin: 5.6rem;
}

.sM-l-a {
  margin: 2.8rem;
}

.sM-m-a {
  margin: 1.4rem;
}

.sM-s-a {
  margin: 0.7rem;
}

.sM-xs-a {
  margin: 0.35rem;
}

.sC {
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.iB {
  display: inline-block;
}

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

figcaption {
  padding-top: 0.8rem;
  clear: both;
  text-align: center;
}

i {
  font-family: FontAwesome;
  font-style: normal;
}

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

a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a.is-noLink {
  pointer-events: none;
}

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

.is-flip-horizontal {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  -webkit-filter: FlipH;
          filter: FlipH;
  -ms-filter: "FlipH";
}

.is-flip-vertical {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  -webkit-filter: FlipV;
          filter: FlipV;
  -ms-filter: "FlipV";
}

.breadthScrollBox {
  white-space: nowrap;
  overflow-x: scroll;
}

/* ===================================================================================================================================================================================================

	768px以上で適用される　レイアウトの指定(タブレット用)

=================================================================================================================================================================================================== */
@media print, screen and (min-width: 768px) {
  /* =======================================

  	Structure CSS Wide_Tablet

  ========================================== */
  body {
    min-width: 768px;
    font-size: 1.176vw;
  }
  　 .inBase {
    width: 768px;
  }
  　 .hidden-sp {
    display: block !important;
  }
  br.hidden-sp {
    display: inline !important;
  }
  .hidden-pc {
    display: none !important;
  }
  .contents__main {
    width: 70%;
    display: block;
  }
  .contents__sub {
    width: 25%;
    display: block;
    padding: 0;
  }
  #pageTopFix.is-scroll {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 0;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  #pageTopFix {
    overflow: visible !important;
  }
  .wide-sp {
    width: auto;
  }
  .w10-pc {
    width: 10%;
  }
  .w15-pc {
    width: 15%;
  }
  .w20-pc {
    width: 20%;
  }
  .w25-pc {
    width: 25%;
  }
  .w30-pc {
    width: 30%;
  }
  .w35-pc {
    width: 35%;
  }
  .w40-pc {
    width: 40%;
  }
  .w45-pc {
    width: 45%;
  }
  .w50-pc {
    width: 50%;
  }
  .w55-pc {
    width: 55%;
  }
  .w60-pc {
    width: 60%;
  }
  .w65-pc {
    width: 65%;
  }
  .w70-pc {
    width: 70%;
  }
  .w75-pc {
    width: 75%;
  }
  .w80-pc {
    width: 80%;
  }
  .w85-pc {
    width: 85%;
  }
  .w90-pc {
    width: 90%;
  }
  .w95-pc {
    width: 95%;
  }
  .w100-pc {
    width: 100%;
  }
  /* =======================================

  	Basis Decorations CSS Wide_Tablet

  ========================================== */
  .wide.cancell {
    width: auto;
  }
  .pL {
    float: left;
  }
  .pR {
    float: right;
  }
  .tC-pc {
    text-align: center;
  }
  .tR-pc {
    text-align: right;
  }
  .tL-pc {
    text-align: left;
  }
  .sP-xl {
    padding-bottom: 10rem;
  }
  .sP-l {
    padding-bottom: 5rem;
  }
  .sP {
    padding-bottom: 2.5rem;
  }
  .sP-s {
    padding-bottom: 1.25rem;
  }
  .sP-xs {
    padding-bottom: 0.625rem;
  }
  .sP-xl-r {
    padding-right: 10rem;
  }
  .sP-l-r {
    padding-right: 5rem;
  }
  .sP-m-r {
    padding-right: 2.5rem;
  }
  .sP-s-r {
    padding-right: 1.25rem;
  }
  .sP-xs-r {
    padding-right: 0.625rem;
  }
  .sP-xl-l {
    padding-left: 10rem;
  }
  .sP-l-l {
    padding-left: 5rem;
  }
  .sP-m-l {
    padding-left: 2.5rem;
  }
  .sP-s-l {
    padding-left: 1.25rem;
  }
  .sP-xs-l {
    padding-left: 0.625rem;
  }
  .sP-xl-t {
    padding-top: 10rem;
  }
  .sP-l-t {
    padding-top: 5rem;
  }
  .sP-m-t {
    padding-top: 2.5rem;
  }
  .sP-s-t {
    padding-top: 1.25rem;
  }
  .sP-xs-t {
    padding-top: 0.625rem;
  }
  .sP-xl-a {
    padding: 10rem;
  }
  .sP-l-a {
    padding: 5rem;
  }
  .sP-m-a {
    padding: 2.5rem;
  }
  .sP-s-a {
    padding: 1.25rem;
  }
  .sP-xs-a {
    padding: 0.625rem;
  }
  .sM-xl {
    margin-bottom: 10rem;
  }
  .sM-l {
    margin-bottom: 5rem;
  }
  .sM {
    margin-bottom: 2.5rem;
  }
  .sM-s {
    margin-bottom: 1.25rem;
  }
  .sM-xs {
    margin-bottom: 0.625rem;
  }
  .sM-xl-r {
    margin-right: 10rem;
  }
  .sM-l-r {
    margin-right: 5rem;
  }
  .sM-m-r {
    margin-right: 2.5rem;
  }
  .sM-s-r {
    margin-right: 1.25rem;
  }
  .sM-xs-r {
    margin-right: 0.625rem;
  }
  .sM-xl-l {
    margin-left: 10rem;
  }
  .sM-l-l {
    margin-left: 5rem;
  }
  .sM-m-l {
    margin-left: 2.5rem;
  }
  .sM-s-l {
    margin-left: 1.25rem;
  }
  .sM-xs-l {
    margin-left: 0.625rem;
  }
  .sM-xl-t {
    margin-top: 10rem;
  }
  .sM-l-t {
    margin-top: 5rem;
  }
  .sM-m-t {
    margin-top: 2.5rem;
  }
  .sM-s-t {
    margin-top: 1.25rem;
  }
  .sM-xs-t {
    margin-top: 0.625rem;
  }
  .sM-xl-a {
    margin: 10rem;
  }
  .sM-l-a {
    margin: 5rem;
  }
  .sM-m-a {
    margin: 2.5rem;
  }
  .sM-s-a {
    margin: 1.25rem;
  }
  .sM-xs-a {
    margin: 0.625rem;
  }
  .sP-pc-xl {
    padding-bottom: 10rem;
  }
  .sP-pc-l {
    padding-bottom: 5rem;
  }
  .sP-pc {
    padding-bottom: 2.5rem;
  }
  .sP-pc-s {
    padding-bottom: 1.25rem;
  }
  .sP-pc-xs {
    padding-bottom: 0.625rem;
  }
  .sP-pc-xl-r {
    padding-right: 10rem;
  }
  .sP-pc-l-r {
    padding-right: 5rem;
  }
  .sP-pc-m-r {
    padding-right: 2.5rem;
  }
  .sP-pc-s-r {
    padding-right: 1.25rem;
  }
  .sP-pc-xs-r {
    padding-right: 0.625rem;
  }
  .sP-pc-xl-l {
    padding-left: 10rem;
  }
  .sP-pc-l-l {
    padding-left: 5rem;
  }
  .sP-pc-m-l {
    padding-left: 2.5rem;
  }
  .sP-pc-s-l {
    padding-left: 1.25rem;
  }
  .sP-pc-xs-l {
    padding-left: 0.625rem;
  }
  .sP-pc-xl-t {
    padding-top: 10rem;
  }
  .sP-pc-l-t {
    padding-top: 5rem;
  }
  .sP-pc-m-t {
    padding-top: 2.5rem;
  }
  .sP-pc-s-t {
    padding-top: 1.25rem;
  }
  .sP-pc-xs- t {
    padding-top: 0.625rem;
  }
  .sP-pc-xl-a {
    padding: 10rem;
  }
  .sP-pc-l-a {
    padding: 5rem;
  }
  .sP-pc-m-a {
    padding: 2.5rem;
  }
  .sP-pc-s-a {
    padding: 1.25rem;
  }
  .sP-pc-xs-a {
    padding: 0.625rem;
  }
  .sM-pc-xl {
    margin-bottom: 10rem;
  }
  .sM-pc-l {
    margin-bottom: 5rem;
  }
  .sM-pc {
    margin-bottom: 2.5rem;
  }
  .sM-pc-s {
    margin-bottom: 1.25rem;
  }
  .sM-pc-xs {
    margin-bottom: 0.625rem;
  }
  .sM-pc-xl-r {
    margin-right: 10rem;
  }
  .sM-pc-l-r {
    margin-right: 5rem;
  }
  .sM-pc-m-r {
    margin-right: 2.5rem;
  }
  .sM-pc-s-r {
    margin-right: 1.25rem;
  }
  .sM-pc-xs-r {
    margin-right: 0.625rem;
  }
  .sM-pc-xl-l {
    margin-left: 10rem;
  }
  .sM-pc-l-l {
    margin-left: 5rem;
  }
  .sM-pc-m-l {
    margin-left: 2.5rem;
  }
  .sM-pc-s-l {
    margin-left: 1.25rem;
  }
  .sM-pc-xs-l {
    margin-left: 0.625rem;
  }
  .sM-pc-xl-t {
    margin-top: 10rem;
  }
  .sM-pc-l-t {
    margin-top: 5rem;
  }
  .sM-pc-m-t {
    margin-top: 2.5rem;
  }
  .sM-pc-s-t {
    margin-top: 1.25rem;
  }
  .sM-pc-xs-t {
    margin-top: 0.625rem;
  }
  .sM-pc-xl-a {
    margin: 10rem;
  }
  .sM-pc-l-a {
    margin: 5rem;
  }
  .sM-pc-m-a {
    margin: 2.5rem;
  }
  .sM-pc-s-a {
    margin: 1.25rem;
  }
  .sM-pc-xs-a {
    margin: 0.625rem;
  }
  .clear-sp {
    clear: none;
  }
  .clear-pc {
    clear: both;
  }
  .breadthScrollBox {
    overflow: visible;
    width: auto;
  }
  /* =======================================

  	Parts CSS Wide_Tablet

  ========================================== */
  /* Img
  ------------------------------------------ */
  #wrapper img.rightBox {
    width: auto;
  }
  #wrapper img.leftBox {
    width: auto;
  }
} /* 768px以上で適用される　レイアウトの指定　ここまで */
@media print, screen and (min-width: 785px) {
  body {
    font-size: 1.174vw;
  }
}
@media print, screen and (min-width: 830px) {
  body {
    font-size: 1.175vw;
  }
}
@media print, screen and (min-width: 860px) {
  body {
    font-size: 1.176vw;
  }
}
@media print, screen and (min-width: 900px) {
  body {
    font-size: 1.177vw;
  }
}
@media print, screen and (min-width: 960px) {
  body {
    font-size: 1.179vw;
  }
}
@media print, screen and (min-width: 1020px) {
  body {
    font-size: 1.18vw;
  }
}
@media print, screen and (min-width: 1060px) {
  body {
    font-size: 1.181vw;
  }
}
@media print, screen and (min-width: 1150px) {
  body {
    font-size: 1.182vw;
  }
}
/* ===================================================================================================================================================================================================

	1280px以上で適用される　レイアウトの指定(パソコン用)

=================================================================================================================================================================================================== */
@media print, screen and (min-width: 1280px) {
  body {
    font-size: 1.6rem; /* 16px */
  }
  body {
    min-width: 1200px;
  }
  .inBase {
    width: 1200px;
  }
} /* 1280px以上で適用される　レイアウトの指定　ここまで */
@media print, screen and (min-width: 1280px) {
  body.type--noLimitWidth .inBase {
    width: 96%;
  }
}
@media print, screen and (min-width: 1420px) {
  body.type--noLimitWidth {
    font-size: 1.265vw;
  }
}
@media print, screen and (min-width: 1600px) {
  body.type--noLimitWidth {
    font-size: 1.266vw;
  }
}
@media print, screen and (min-width: 1700px) {
  body.type--noLimitWidth {
    font-size: 1.267vw;
  }
}
@media print, screen and (min-width: 1800px) {
  body.type--noLimitWidth {
    font-size: 1.268vw;
  }
}
@media print, screen and (min-width: 2160px) {
  body.type--noLimitWidth {
    font-size: 1.27vw;
  }
}
.term-consultant-dental-clinic .col-sm-3 {
  padding-right: 15px;
  padding-left: 15px;
}

#footer02 {
  clear: both;
  padding: 0;
}
#footer02 .inBase__inner {
  padding-top: 3em;
}
@media print, screen and (min-width: 768px) {
  #footer02 .inBase__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
}
#footer02 .fullView {
  background: #F5F1EB;
}

#wrapper .footer__image {
  width: 46.9em;
  display: none;
  margin-left: -26.5em;
  margin-right: 2em;
}
#wrapper .footer__image img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #wrapper .footer__image {
    display: block;
  }
}
#wrapper .footer__informationBox {
  width: 100%;
  display: block;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #wrapper .footer__informationBox {
    width: 42em;
  }
}
#wrapper .footer__siteTitle {
  width: 13.5em;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .footer__siteTitle {
    margin-bottom: 1.5em;
  }
}
#wrapper .footer__siteTitle img {
  width: 100%;
}
#wrapper .footer__siteTitle + p {
  font-size: 1.125em;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0.5em;
  text-align: left;
}
#wrapper .footer__information {
  margin-bottom: 2em;
}
#wrapper .footer__information th, #wrapper .footer__information td {
  font-size: 0.875em;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  padding: 0.3em 0.5em;
}
#wrapper .footer__image02 {
  width: 30%;
  display: block;
  position: absolute;
  top: -1em;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  #wrapper .footer__image02 {
    width: 14.1em;
    top: 0;
  }
}
#wrapper .footer__image02 img {
  width: 100%;
}
#wrapper .footer__image02 + .googleMapBox {
  margin-bottom: 2em;
}
#wrapper .footer__button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .footer__button {
    margin-bottom: 0;
  }
}
#wrapper .footer__button li {
  width: 48%;
}
#wrapper .footer__button li a {
  font-size: 0.8em;
  display: block;
  background: #002870;
  color: #FFF;
  padding: 0.5em 1em;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  position: relative;
  line-height: 1.7;
}
@media print, screen and (min-width: 768px) {
  #wrapper .footer__button li a {
    font-size: 1.25em;
    padding: 0.3em 1em;
  }
}
#wrapper .footer__button li a::before {
  content: "\f105";
  font-family: "icomoon";
  display: inline-block;
  color: #FFF;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -0.8em;
}
#wrapper .footer__button li a:hover {
  background: #e94709;
}

#wrapper .footer__naviBox {
  background: #525252;
  display: block;
  padding: 0.7em 0;
}
@media print, screen and (min-width: 768px) {
  #wrapper .footer__naviBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#wrapper .footer__naviBox .inBase__inner {
  padding-top: 1em;
}

#container #wrapper .footer__naviBox .inBase__inner {
  padding-top: 0;
}

#wrapper .footer__navi {
  width: 100%;
  border-bottom: #999999 dotted 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1em;
  display: none;
}
@media print, screen and (min-width: 768px) {
  #wrapper .footer__navi {
    width: 60%;
    border-bottom: none;
    padding: 0 0 0 1em;
    margin-left: -2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: unset;
        flex-wrap: unset;
    margin-bottom: 0;
  }
}
#wrapper .footer__navi li {
  width: 47%;
  padding: 5px 0;
  border-top: #999999 dotted 1px;
  margin: 0 1.5%;
}
@media print, screen and (min-width: 768px) {
  #wrapper .footer__navi li {
    width: unset;
    padding: 0 1em 0;
    border: none;
    margin: 0;
  }
}
#wrapper .footer__navi li a {
  text-decoration: none;
  display: block;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFF;
  padding: 0 0.5em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .footer__navi li a {
    padding: 0;
  }
}
#wrapper .footer__navi li a:hover {
  text-decoration: none;
}
#wrapper .footer__navi li a::after {
  content: "\f105";
  font-family: "icomoon";
  margin-left: 0.3em;
  display: inline-block;
  color: #e94709;
  float: right;
  margin-right: 1em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .footer__navi li a::after {
    float: none;
    margin-right: 0;
  }
}
#wrapper .footer__navi + .copyright {
  color: #FFF;
}
@media print, screen and (min-width: 768px) {
  #wrapper .footer__navi + .copyright {
    padding-top: 1.5em;
  }
}

@media print, screen and (min-width: 768px) {
  #mailform {
    display: block;
  }
}
#mailform input {
  border: 1px solid #ccc;
  width: 95% !important;
  min-height: 30px;
  display: block;
  outline: none;
  vertical-align: middle;
  padding: 0.3em 0.5em;
  border-radius: 3px;
}
#mailform input[type=radio] {
  display: inline;
  width: 1em !important;
}
#mailform input[type=checkbox] {
  display: inline;
  width: 1em !important;
}
#mailform input[type=submit] {
  background: none;
  padding: 0.8em 1em;
  background: #e94709;
  color: #FFF;
  margin: 0 0 20px;
  cursor: pointer;
  font-size: 1.2em;
}
#mailform input[type=reset] {
  background: none;
  padding: 0.8rem;
  background: #F3DCEC;
  margin: 0 0 20px;
  cursor: pointer;
}
#mailform textarea {
  border: 1px solid #ccc;
  width: 95% !important;
  min-height: 30px;
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
  outline: none;
  padding: 0.3em 0.5em;
  border-radius: 3px;
}
#mailform dl dt {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  #mailform dl dt {
    width: 30%;
    float: left;
    clear: both;
    margin: 0 0 0.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  #mailform dl dt label {
    padding: 0.8rem 20px;
    display: block;
  }
}
#mailform dl dd {
  line-height: 2em;
  padding: 0 0 15px;
  margin: 0 0 0.8rem;
  border-bottom: #E8E8E8 solid 1px;
  display: block;
}
@media print, screen and (min-width: 768px) {
  #mailform dl dd {
    width: 65%;
    float: left;
    padding: 0 0.8rem 0.8rem 0.8rem;
    border-bottom: none;
  }
}

@media print, screen and (min-width: 768px) {
  .mailformBox {
    width: 90%;
    margin: 0 auto 30px;
    border: #D7D7D7 solid 5px;
    padding: 40px 0 0 20px;
  }
}

.term-consultant-dental-clinic .common-nav-list li a {
  font-size: 1em;
}

.globalNaviSmall__icon {
  width: 3em;
  height: 3em;
  position: absolute;
  top: 0;
  right: 0;
}
.globalNaviSmall__iconButton {
  width: 3em;
  height: 3em;
  cursor: pointer;
  float: right;
  display: block;
  background: #001c4e;
  position: relative;
  margin: 0.5em 0.5em 0.5em 0.5em;
  z-index: 999;
}
.globalNaviSmall__icon span {
  width: 2em;
  height: 1px;
  display: block;
  background: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -33%;
}
.globalNaviSmall .modal {
  z-index: 100;
}

.globalNaviSmall__icon--type01 span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.globalNaviSmall__icon--type01 .iconButton--top {
  -webkit-transform: translateY(-0.7em);
  transform: translateY(-0.7em);
}
.globalNaviSmall__icon--type01 .iconButton--bottom {
  -webkit-transform: translateY(0.7em);
  transform: translateY(0.7em);
}
.globalNaviSmall__icon--type01:hover .iconButton--top {
  -webkit-transform: translateY(-0.8em);
  transform: translateY(-0.8em);
}
.globalNaviSmall__icon--type01:hover .iconButton--bottom {
  -webkit-transform: translateY(0.8em);
  transform: translateY(0.8em);
}
.globalNaviSmall__icon--type01.is-open .iconButton--middle {
  background: rgba(255, 255, 255, 0);
}
.globalNaviSmall__icon--type01.is-open .iconButton--top {
  -webkit-transform: rotate(-45deg) translateY(0px);
  transform: rotate(-45deg) translateY(0px);
}
.globalNaviSmall__icon--type01.is-open .iconButton--bottom {
  -webkit-transform: rotate(45deg) translateY(0px);
  transform: rotate(45deg) translateY(0px);
}

/* .globalNaviSmall　スマホグローバルナビ
------------------------------------------ */
.globalNaviSmall {
  display: block;
  width: 100%;
  position: fixed;
  z-index: 888;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .globalNaviSmall {
    display: none;
  }
}
.globalNaviSmall__menu {
  width: 100%;
  max-height: 100vh;
  display: block;
}
.globalNaviSmall__menu__inner {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 2em;
  display: block;
}
.globalNaviSmall__menu__main li {
  border-top: #001C4E dotted 1px;
  display: block;
}
.globalNaviSmall__menu__main li a {
  padding: 0.8rem 0;
  display: block;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.globalNaviSmall__menu__main li a:hover {
  color: #999;
}
.globalNaviSmall__menu__main li a:after {
  content: ">";
  float: right;
  padding-right: 1em;
  color: #e94709;
}
.globalNaviSmall__menu__main > li:last-child {
  margin-bottom: 5em;
  margin-top: 1em;
  border-top: none;
}
.globalNaviSmall__menu__main > li:last-child a {
  text-align: center;
  background: #e94709;
  color: #FFF;
}
.globalNaviSmall__menu__main > li:last-child a:after {
  color: #FFF;
}
.globalNaviSmall__menu__main > li:nth-last-child(2) {
  margin-bottom: 1em;
  margin-top: 1em;
  border-top: none;
}
.globalNaviSmall__menu__main > li:nth-last-child(2) a {
  text-align: center;
  background: #001C4E;
  color: #FFF;
}
.globalNaviSmall__menu__main > li:nth-last-child(2) a:after {
  color: #FFF;
}
.globalNaviSmall__menu__sub li {
  padding: 0 0 0 1em;
}
.globalNaviSmall .modal__overlay {
  background: none;
}
.globalNaviSmall .modal__container {
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  padding: 0;
  min-height: 100vh;
}
.globalNaviSmall__siteTitle {
  width: 80%;
  margin: 3em auto 0.5em;
  display: block;
}
.globalNaviSmall__siteTitle img {
  width: 100%;
}
.globalNaviSmall__siteTitle02 {
  text-align: center;
  margin-bottom: 3em;
  display: block;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125em;
}

/* Safari */
_:lang(x) + _:-webkit-full-screen-document, .globalNaviSmall__menu {
  min-height: -webkit-fill-available;
}

_:lang(x) + _:-webkit-full-screen-document, .globalNaviSmall__menu__inner {
  min-height: -webkit-fill-available;
}

/* .globalNavi　グローバルナビ
------------------------------------------ */
#wrapper .globalNavi {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #wrapper .globalNavi {
    display: block;
    width: 55%;
  }
}
#wrapper .globalNavi__menu__main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -1em;
  padding-right: 7em;
}
#wrapper .globalNavi__menu__main li {
  padding: 3em 1em 0 0;
  text-align: center;
  display: block;
  position: relative; /*z-indexの指定や子要素の基準とするために指定*/
  z-index: 2; /*ドロップダウンしたメニューが隠れないように*/
}
#wrapper .globalNavi__menu__main li > a::after {
  content: "\f105";
  font-family: "icomoon";
  margin-left: 0.3em;
  display: inline-block;
  color: #e94709;
}
#wrapper .globalNavi__menu__main li > a:hover {
  color: #e94709;
}
#wrapper .globalNavi__menu__main li:last-child {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 8em;
}
#wrapper .globalNavi__menu__main li:last-child > a {
  background: #e94709;
  color: #FFF;
  padding: 1em 0;
  font-size: 1.1em;
}
#wrapper .globalNavi__menu__main li:last-child > a:hover {
  background: #F5F1EB;
  color: #001C4E;
}
#wrapper .globalNavi__menu__main li:last-child > a::after {
  content: none;
}
#wrapper .globalNavi__menu__main li:nth-last-child(2) {
  position: absolute;
  top: 0;
  right: 8em;
  padding: 0;
  width: 8em;
}
#wrapper .globalNavi__menu__main li:nth-last-child(2) > a {
  background: #001C4E;
  color: #FFF;
  padding: 1em 0;
  font-size: 1.1em;
}
#wrapper .globalNavi__menu__main li:nth-last-child(2) > a:hover {
  background: #F5F1EB;
  color: #001C4E;
}
#wrapper .globalNavi__menu__main li:nth-last-child(2) > a::after {
  content: none;
}
#wrapper .globalNavi__menu__main li a {
  text-decoration: none;
  display: block;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#wrapper .globalNavi__menu__main li a:hover {
  text-decoration: none;
}
#wrapper .globalNavi__tel {
  display: block;
}
#wrapper .globalNavi__tel span {
  padding: 0 0 0 1em;
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25em;
}

/* .globalNavi__menu__sub　グローバルナビサブメニュー
------------------------------------------ */
ul.globalNavi__menu__sub {
  width: 100%;
  opacity: 0; /*サブメニューは最初は非表示にしておく*/
  visibility: hidden; /*サブメニューは最初は非表示にしておく*/
  position: absolute;
  top: 3.7em;
  left: 0;
  border-top: 1px solid #EEE; /*ボーダートップを指定*/
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
ul.globalNavi__menu__sub li {
  height: auto;
  padding: 0; /*親メニューのパディングを解除*/
  margin: 0;
  *margin-top: -8px;
  display: block;
  line-height: 1.5em;
}
ul.globalNavi__menu__sub li a {
  border: 1px solid #eee; /*ボーダーの指定*/
  border-top: none; /*ボーダートップは重なって太くなるので解除。一番上は ul 要素に指定*/
  padding: 0.8rem 0;
  background-color: #FFF;
  text-decoration: none;
  color: #666;
  text-align: center;
  display: block;
  font-size: 0.9em;
}
ul.globalNavi__menu__sub li a:hover {
  color: #000;
  background-color: #EEE;
}

.globalNavi ul li:hover ul.globalNavi__menu__sub {
  width: 100%;
  top: 3.9em;
  visibility: visible;
  opacity: 1;
  display: block; /*マウスオーバー時にサブメニューを表示する*/
}

.globalNavi.globalNaviAccordion ul.globalNavi__menu__sub li {
  padding: 0;
}

#header02 {
  position: relative;
  z-index: 5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (min-width: 768px) {
  #header02 {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  body.archive #header02 {
    top: 140px;
  }
}

#wrapper .header__headBox {
  background: #001C4E;
}
@media print, screen and (min-width: 768px) {
  #wrapper .header__headBox {
    background: none;
  }
}
@media print, screen and (min-width: 768px) {
  #wrapper .header__headBox .inBase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#wrapper .header__siteTitleBox {
  display: block;
  position: relative;
  background: #001c4e;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  padding: 2em 0;
  z-index: 1;
}
#wrapper .header__siteTitleBox::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -100%;
  z-index: -1;
  background: #001C4E;
}
@media print, screen and (min-width: 768px) {
  #wrapper .header__siteTitleBox {
    width: 32%;
  }
}
#wrapper .header__siteTitle {
  width: 12.6em;
  margin-bottom: 0.5em;
  display: block;
}
#wrapper .header__siteTitle img {
  width: 100%;
}
#wrapper .header__siteTitle span:nth-child(1), #wrapper .header__siteTitle figure:nth-child(1) {
  display: block;
}
@media print, screen and (min-width: 768px) {
  #wrapper .header__siteTitle span:nth-child(1), #wrapper .header__siteTitle figure:nth-child(1) {
    display: block;
  }
}
#wrapper .header__siteTitle span:nth-child(2), #wrapper .header__siteTitle figure:nth-child(2) {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #wrapper .header__siteTitle span:nth-child(2), #wrapper .header__siteTitle figure:nth-child(2) {
    display: none;
  }
}
#wrapper .header__siteTitle02 {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125em;
  color: #FFF;
  text-align: left;
}
#wrapper .header__line {
  display: none;
}

#wrapper #pageTopFix.is-scroll .header__siteTitleBox {
  background: rgba(0, 28, 78, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 0 1.5em;
}
@media print, screen and (min-width: 768px) {
  #wrapper #pageTopFix.is-scroll .header__siteTitleBox::after {
    content: none;
  }
}
@media print, screen and (min-width: 768px) {
  #wrapper #pageTopFix.is-scroll .header__siteTitleBox::before {
    content: none;
  }
}
#wrapper #pageTopFix.is-scroll .header__siteTitleBox .header__siteTitle {
  width: 12.6em;
  margin-right: 1em;
}
#wrapper #pageTopFix.is-scroll .header__siteTitleBox .header__siteTitle span:nth-child(1), #wrapper #pageTopFix.is-scroll .header__siteTitleBox .header__siteTitle figure:nth-child(1) {
  display: none;
}
#wrapper #pageTopFix.is-scroll .header__siteTitleBox .header__siteTitle span:nth-child(2), #wrapper #pageTopFix.is-scroll .header__siteTitleBox .header__siteTitle figure:nth-child(2) {
  display: block;
}
#wrapper #pageTopFix.is-scroll .header__siteTitleBox .header__siteTitle02 {
  font-size: 0.875em;
  color: #000;
}
#wrapper #pageTopFix.is-scroll .header__siteTitleBox .header__siteTitle02 span, #wrapper #pageTopFix.is-scroll .header__siteTitleBox .header__siteTitle02 figure {
  display: block;
}

#container #wrapper #pageTopFix.is-scroll .header__siteTitleBox {
  padding: 2em 0 1.3em;
}

@media print, screen and (min-width: 768px) {
  .home #wrapper .header__siteTitleBox::after {
    content: "";
    content: none;
    display: block;
    width: 69em;
    height: 54.5em;
    background: url(../img/common/headLine.svg) no-repeat center top;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -12em;
    margin-left: -26em;
  }
}

@media print, screen and (min-width: 768px) {
  .home #wrapper #pageTopFix.is-scroll .header__siteTitleBox::after {
    content: none;
  }
}

.home #wrapper .header__line {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .home #wrapper .header__line {
    display: block;
    width: 69em;
    height: 54.5em;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -12em;
    margin-left: -26em;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 768px) {
  .home #wrapper .header__line img {
    width: 69em;
    height: 54.5em;
  }
}

@media print, screen and (min-width: 768px) {
  .home #wrapper #pageTopFix.is-scroll .header__line {
    display: none;
  }
}

/* .--typeScrollFadeIn 汎用スクロールアクション */
@media print, screen and (min-width: 768px) {
  .--typeScrollFadeIn {
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-duration: 1.5s;
            transition-duration: 1.5s;
  }
}

@media print, screen and (min-width: 768px) {
  .--typeScrollFadeIn.active {
    opacity: 1;
    -webkit-animation-name: fadeUpAnime;
            animation-name: fadeUpAnime;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}

/* #wrapper スクロールアクション */
@media print, screen and (min-width: 768px) {
  #wrapper.--typeScrollAction {
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-duration: 1.5s;
            transition-duration: 1.5s;
  }
}

@media print, screen and (min-width: 768px) {
  #wrapper.--typeScrollAction.active {
    opacity: 1;
  }
}

/* .--typeScrollAction.--typeFromLeft 右から現れるスクロールアクション*/
@media print, screen and (min-width: 768px) {
  .--typeScrollAction.--typeFromLeft {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-duration: 1.5s;
            transition-duration: 1.5s;
  }
}

@media print, screen and (min-width: 768px) {
  .--typeScrollAction.--typeFromLeft.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

/* .--typeScrollAction.--typeFromRight 左から現れるスクロールアクション */
@media print, screen and (min-width: 768px) {
  .--typeScrollAction.--typeFromRight {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-duration: 1.5s;
            transition-duration: 1.5s;
  }
}

@media print, screen and (min-width: 768px) {
  .--typeScrollAction.--typeFromRight.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

/* .--typeScrollFadeIn 効果を遅らせる */
@media print, screen and (min-width: 768px) {
  .--typeScrollFadeIn .■■■ > div {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-duration: 1.5s;
            transition-duration: 1.5s;
  }
}
@media print, screen and (min-width: 768px) {
  .--typeScrollFadeIn.active .■■■ > div {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .--typeScrollFadeIn.active .■■■ > div:nth-child(1) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
@media print, screen and (min-width: 768px) {
  .--typeScrollFadeIn.active .■■■ > div:nth-child(2) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}
@media print, screen and (min-width: 768px) {
  .--typeScrollFadeIn.active .■■■ > div:nth-child(3) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}
@media print, screen and (min-width: 768px) {
  .--typeScrollFadeIn .swiper-slide {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-duration: 1.5s;
            transition-duration: 1.5s;
  }
}
@media print, screen and (min-width: 768px) {
  .--typeScrollFadeIn.active .swiper-slide {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .--typeScrollFadeIn.active .swiper-slide:nth-child(1) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
@media print, screen and (min-width: 768px) {
  .--typeScrollFadeIn.active .swiper-slide:nth-child(2) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}
@media print, screen and (min-width: 768px) {
  .--typeScrollFadeIn.active .swiper-slide:nth-child(3) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}

/* フェードモーション用アニメーション */
@-webkit-keyframes fadeAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUpAnime {
  from {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeDownAnime {
  from {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeDownAnime {
  from {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes blurAnime {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
    filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes blurAnime {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
    filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
.company .pageTitleBox {
  background: url(../img/company/mainVisual.jpg) no-repeat center top;
  background-size: cover;
}

.contact .pageTitleBox {
  background: url(../img/contact/mainVisual.jpg) no-repeat center top;
  background-size: cover;
}

@media print, screen and (min-width: 768px) {
  #contents {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  .linkAdjustment {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  #pageBox01 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  #pageBox02 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  #pageBox03 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  #pageBox04 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  #pageBox05 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  #pageBox06 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  #pageBox07 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  #pageBox08 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  #pageBox09 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  #pageBox10 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  #pageBox11 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  #pageBox12 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  #pageBox13 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  #pageBox14 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

@media print, screen and (min-width: 768px) {
  #pageBox15 {
    margin-top: -4em;
    padding-top: 4em;
  }
}

.modal {
  z-index: 999;
}

.header {
  z-index: 20;
}

.tooltip {
  z-index: 10;
}

.default {
  z-index: 1;
}

.link--typeFadeTop a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.link--typeFadeTop a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  bottom: 2px;
}
.link--typeFadeTop a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
.link--typeFadeBottom a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.link--typeFadeBottom a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  bottom: -8px;
}
.link--typeFadeBottom a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}
.link--typeLeftToRight a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.link--typeLeftToRight a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  bottom: -4px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.link--typeLeftToRight a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.link--typeRightToLeft a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.link--typeRightToLeft a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  bottom: -4px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.link--typeRightToLeft a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.link--typeLeftInRight a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.link--typeLeftInRight a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  bottom: -4px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.link--typeLeftInRight a:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.link--typeRightInLeft a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.link--typeRightInLeft a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  bottom: -4px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.link--typeRightInLeft a:hover::after {
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.link--typeCenter a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.link--typeCenter a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  bottom: -4px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.link--typeCenter a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media print, screen and (min-width: 768px) {
  .inBase__inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.inBase__inner::after {
  content: " ";
  display: block;
  clear: both;
}

.pagefixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

@media print, screen and (min-width: 768px) {
  #pageTopFix.is-scroll {
    opacity: 0.85;
    background: rgba(255, 255, 255, 0.8);
    z-index: 2;
    overflow: hidden;
  }
}

#btnTelEmpty {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  #btnTelEmpty {
    display: none;
  }
}
#btnTelEmpty:before {
  content: "";
  display: block;
  padding-top: 4.5%; /* 4:1 */
}

.parallaxBox {
  min-height: 17em;
  display: block;
  padding: 3.6rem 0 0;
  position: relative;
}

.copyright {
  display: block;
  text-align: center;
  padding: 0.8rem 0;
  font-size: 0.8em;
}

#wrapper #btnRise {
  display: block;
}
@media print, screen and (min-width: 768px) {
  #wrapper #btnRise {
    opacity: 0;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    position: fixed;
    bottom: 0em;
    right: 0em;
    opacity: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #wrapper #btnRise.is-active {
    opacity: 1;
  }
}
#wrapper #btnRise a {
  display: block;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 30px 0.8rem;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #wrapper #btnRise a {
    width: 2em;
    height: 2em;
    marign: -1em 0 0 -1em;
    overflow: hidden;
    padding: 0;
    display: block;
    font-size: 2em;
    _display: none;
  }
}
#wrapper #btnRise a:after {
  content: "▲";
  color: #FFF;
  position: absolute;
  bottom: -0.4em;
  left: 50%;
  font-size: 1.3em;
  margin-left: -0.5em;
}
@media print, screen and (min-width: 768px) {
  #wrapper #btnRise a:after {
    content: none;
  }
}
#wrapper #btnRise a i {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #wrapper #btnRise a i {
    line-height: 2em;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media print, screen and (min-width: 768px) {
  #wrapper #btnRise a:hover i {
    -webkit-transform: translateY(-0.1em);
    transform: translateY(-0.1em);
  }
}
@media print, screen and (min-width: 768px) {
  #wrapper #btnRise a span {
    text-indent: -999em;
    overflow: hidden;
    display: block;
  }
}

.luminous, .luminousGallery {
  position: relative;
  display: block;
}
.luminous:after, .luminousGallery:after {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  font-family: "icomoon";
  content: "\f00e";
  font-size: 1.5rem;
  color: #FFF;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 縦方向中央揃え（Safari用） */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 縦方向中央揃え */ /* 横方向中央揃え（Safari用） */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 横方向中央揃え */
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .luminous:after, .luminousGallery:after {
    font-size: 3rem;
  }
}
.luminous:hover:after, .luminousGallery:hover:after {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.movieButton {
  position: relative;
  display: block;
  cursor: pointer;
}
.movieButton:after {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  font-family: "icomoon";
  content: "\f16a";
  font-size: 1.5rem;
  color: #FFF;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 縦方向中央揃え（Safari用） */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 縦方向中央揃え */ /* 横方向中央揃え（Safari用） */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 横方向中央揃え */
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .movieButton:after {
    font-size: 3rem;
  }
}
.movieButton:hover:after {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.inlineModalButton {
  position: relative;
  display: block;
  cursor: pointer;
}
.inlineModalButton:after {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  font-family: "icomoon";
  content: "\f0c1";
  font-size: 1.5rem;
  color: #FFF;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 縦方向中央揃え（Safari用） */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 縦方向中央揃え */ /* 横方向中央揃え（Safari用） */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 横方向中央揃え */
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .inlineModalButton:after {
    font-size: 3rem;
  }
}
.inlineModalButton:hover:after {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.modal-inlineContent .inline__display::-webkit-scrollbar {
  width: 10px;
}

.modal-inlineContent .inline__display::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.3);
}

.modal-inlineContent .inline__display::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.6);
}

.modal-inlineContent .inline__display {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.6) rgba(0, 0, 0, 0.3);
}

.adjustBox {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.adjustBox:before {
  content: "";
  display: block;
  padding-top: 100%; /* 1:1 */
}
.adjustBox.adjustBox--type01:before {
  padding-top: 175%; /* 4:7 */
}
.adjustBox.adjustBox--type02:before {
  padding-top: 150%; /* 2:3 */
}
.adjustBox.adjustBox--type03:before {
  padding-top: 125%; /* 3:4 */
}
.adjustBox.adjustBox--type04:before {
  padding-top: 75%; /* 4:3 */
}
.adjustBox.adjustBox--type05:before {
  padding-top: 50%; /* 2:1 */
}
.adjustBox.adjustBox--type06:before {
  padding-top: 25%; /* 4:1 */
}
.adjustBox.adjustBox--typeGR:before {
  padding-top: 61.74%; /* 1.618:1 */
}
.adjustBox.adjustBox--typeGR-h:before {
  padding-top: 161.8%; /* 1:1.618 */
}
.adjustBox__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.adjustBox__inner img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.adjustBox__inner img.h100 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: none;
  transform: none;
}
.adjustBox p {
  font-size: 1.25vw;
  line-height: 1.5em;
}

.googleMapBox {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .googleMapBox {
    padding-bottom: 40%;
  }
}
.googleMapBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.youtubeBox {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  display: block;
}
.youtubeBox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.modal-movie .modal__container {
  width: 95%;
  padding: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .modal-movie .modal__container {
    padding: 1em;
  }
}
@media print, screen and (min-width: 1280px) {
  .modal-movie .modal__container {
    max-width: 854px;
  }
}

#btnPageBottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  display: block;
}
@media print, screen and (min-width: 768px) {
  #btnPageBottom {
    display: none;
    _display: none;
  }
}
#btnPageBottom.is-active {
  z-index: 1;
  opacity: 1;
}

#wrapper .btnPageBottom--btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(255, 255, 255);
  padding: 0.5em;
}
#wrapper .btnPageBottom--btn a {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  display: block;
  width: 48%;
  color: #FFF;
  text-decoration: none;
  background: #FFF;
  padding: 1.4em 0.25em 0.7em 0.25em;
  line-height: 1.2;
  min-height: 4em;
  text-align: center;
}
#wrapper .btnPageBottom--btn a figure {
  width: 2em;
  height: 2em;
  display: block;
  position: absolute;
  top: 50%;
  left: 0.5em;
  margin-top: -1em;
  padding: 0.2em;
  border-radius: 50%;
}
#wrapper .btnPageBottom--btn a figure img {
  width: 100%;
}
#wrapper .btnPageBottom--btn a:nth-child(1) {
  background: #e94709;
}
#wrapper .btnPageBottom--btn a:nth-child(2) {
  background: #002870;
}

#wrapper .fadeParts {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#wrapper .fadeParts.active {
  opacity: 1;
}

body,
#content-inner,
#main {
  width: auto;
  min-width: unset;
}

#container-wrapper #mv02,
#container-wrapper .page-title-area,
#container-wrapper .breadcrumb-wrap,
#container-wrapper .entry-title,
#container-wrapper .breadcrumb,
.sphone #mv02,
.sphone #container .page-title,
.sphone #container .entry-title {
  display: none;
}

.sphone #container .entry-content {
  padding-top: 0;
}

#wrapper ul li {
  list-style: none;
  margin-left: 0;
}

#wrapper h3 {
  margin-bottom: 0;
  padding: 0;
  border-left: none;
  margin: 0;
}

#footer li {
  line-height: unset;
}

#wrapper dl,
#wrapper dd {
  margin-bottom: 0;
}

#wrapper h2 {
  padding: 0;
  border-bottom: none;
}
#wrapper h2::after {
  content: none;
}

#wrapper h3 {
  background: none;
  border: none;
}

#wrapper h4 {
  border: none;
}

body {
  background: #FFF;
  color: #000;
}

.clearfix a {
  text-decoration: none;
  color: #000;
}
.clearfix a:hover {
  text-decoration: none;
  color: #DDD;
}
.clearfix p a:hover {
  text-decoration: underline;
}

a.over {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a.over:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.color--type01 {
  color: red;
}
.color--type02 {
  color: #FFF;
}

.bg--type01 {
  background: red;
}
.bg--type02 {
  background: #FFF;
}

body.term-92 {
  font-family: sans-serif;
}

@media print, screen and (min-width: 768px) {
  body.term-92 #container header#header {
    display: none;
  }
}
body.term-92 #container header#header.--type-lp-consultantManufacturing {
  display: block;
}
body.term-92 #container footer#footer {
  display: none;
}
body.term-92 #container #content-inner {
  padding-bottom: 0;
}
body.term-92 #container .entry {
  margin-bottom: 0;
}
body.term-92 #container .page-title {
  display: none;
}
body.term-92 #container #header02 {
  display: none;
}
@media print, screen and (min-width: 768px) {
  body.term-92 #container #header02 {
    display: block;
  }
}
body.term-92 #container h5 {
  background: none;
  padding: 0;
  border: none;
}

.common-nav-list li a {
  font-size: 1em;
}

#lp-consultantManufacturing #luxy.luxy02 {
  display: none;
  -webkit-transform: unset !important;
          transform: unset !important;
}
@media print, screen and (min-width: 768px) {
  #lp-consultantManufacturing #luxy.luxy02 {
    display: block;
  }
}

#luxy.luxy02 {
  -webkit-transform: unset !important;
          transform: unset !important;
  position: absolute !important;
}

#lp-consultantRecruitment .gnav {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #lp-consultantRecruitment .gnav {
    display: block;
  }
}

#header.--typeConsultantManufacturing {
  padding-top: 0;
  height: 6.5em;
}
#header.--typeConsultantManufacturing::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  background: #FFF;
  border-bottom: #e94709 solid 3px;
}
#header.--typeConsultantManufacturing .header-logo {
  width: 20%;
}
#header.--typeConsultantManufacturing .header-logo img {
  width: 100%;
}
#header.--typeConsultantManufacturing #header-inner {
  height: 100%;
}
#header.--typeConsultantManufacturing .gnav.spin {
  width: 75%;
  height: 7em;
  margin-left: 5%;
}
#header.--typeConsultantManufacturing .gnav-list {
  gap: 2em;
  height: 5em;
  border: #e94709 solid 1px;
  border-bottom: #e94709 solid 3px;
  background: #FFF;
  margin-top: 3em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header.--typeConsultantManufacturing .gnav-list li a {
  position: relative;
  font-size: 1.1em;
}
#header.--typeConsultantManufacturing .gnav-list li a::before {
  font-size: 2em;
  content: "‹";
  font-family: "icomoon";
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  bottom: -0.7em;
  left: 50%;
  margin-left: -0.5em;
  color: #e94709;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  line-height: 1;
}
#header.--typeConsultantManufacturing .gnav-list li a:hover::before {
  bottom: -0.9em;
  line-height: 1;
}

#wrapper .lp-consultantManufacturing .header__headBox {
  background: #002870;
}
@media print, screen and (min-width: 768px) {
  #wrapper .lp-consultantManufacturing .header__headBox {
    background: none;
  }
}
#wrapper .lp-consultantManufacturing .header__siteTitleBox {
  background: #002870;
  position: relative;
}
#wrapper .lp-consultantManufacturing .header__siteTitleBox::before {
  background: #002870;
}
@media print, screen and (min-width: 768px) {
  #wrapper .lp-consultantManufacturing .header__siteTitleBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 6em;
  }
}
@media print, screen and (min-width: 768px) {
  #wrapper .lp-consultantManufacturing .header__siteTitleBox::before {
    content: "";
    width: 55em;
    height: 40.5em;
    display: block;
    background: url(../images/lp-consultant-manufacturing/line.svg) no-repeat center top;
    background-size: 100% auto;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
@media print, screen and (min-width: 768px) {
  #wrapper .lp-consultantManufacturing .header__siteTitle02 {
    font-size: 0.875em;
    margin-left: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  #wrapper .lp-consultantManufacturing .globalNavi {
    width: 57%;
  }
}
#wrapper .lp-consultantManufacturing .globalNavi__menu__main {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#wrapper .lp-consultantManufacturing .globalNavi__menu__main li:last-child, #wrapper .lp-consultantManufacturing .globalNavi__menu__main li:nth-last-child(2) {
  border-bottom: 2px solid #FFF;
  border-left: 2px solid #FFF;
}

#wrapper .mainVisual--typeConsultantManufacturing {
  display: block;
  background: #002870;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
#wrapper .mainVisual--typeConsultantManufacturing .inBase {
  position: relative;
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__bg {
  width: 116%;
  display: block;
  margin-left: -8%;
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__bg img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #wrapper .mainVisual--typeConsultantManufacturing .mainVisual__bg {
    width: 80.6em;
    display: block;
    margin-left: 13.75em;
  }
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__content {
  display: block;
  position: absolute;
  top: 4em;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  #wrapper .mainVisual--typeConsultantManufacturing .mainVisual__content {
    position: absolute;
    top: 14em;
    left: 22em;
  }
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__lead {
  display: block;
  margin-bottom: 0.3em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  margin: 0 0 1em 0;
  font-size: 1em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .mainVisual--typeConsultantManufacturing .mainVisual__lead {
    line-height: 1em;
  }
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__lead span {
  display: inline-block;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2em;
  background: #e94709;
  color: #FFF;
  padding: 0.4em 0.6em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .mainVisual--typeConsultantManufacturing .mainVisual__lead span {
    font-size: 1.875em;
    padding: 0.6em 0.3em;
  }
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__lead small {
  display: block;
  line-height: 1.4em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #001C4E;
  font-size: 1.7em;
  margin-top: 0.6em;
  opacity: 1;
  margin-bottom: 0.3em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .mainVisual--typeConsultantManufacturing .mainVisual__lead small {
    font-size: 1.875em;
    margin-bottom: 0.9em;
  }
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__lead b {
  font-size: 2.5em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #001C4E;
  text-shadow: 1px 1px 0 #FFF;
}
@media print, screen and (min-width: 768px) {
  #wrapper .mainVisual--typeConsultantManufacturing .mainVisual__lead b {
    font-size: 3.75em;
  }
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__copy {
  display: inline-block;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4em;
  padding: 0.1em 0.5em 0.1em 0;
  margin: 0 0 0.5em 0;
  position: relative;
  z-index: 1;
  color: #000;
}
@media print, screen and (min-width: 768px) {
  #wrapper .mainVisual--typeConsultantManufacturing .mainVisual__copy {
    font-size: 1.5em;
    margin-bottom: 2em;
    padding: 0.1em 0.5em;
  }
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__copy span {
  display: inline-block;
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__industryList {
  display: block;
}
@media print, screen and (min-width: 768px) {
  #wrapper .mainVisual--typeConsultantManufacturing .mainVisual__industryList {
    width: 30em;
  }
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__industryList ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__industryList ul span {
  font-size: 0.8em;
  display: inline-block;
  color: #FFF;
  padding: 0.1em 0.8em;
  background: #002870;
  border-radius: 2em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .mainVisual--typeConsultantManufacturing .mainVisual__industryList ul span {
    font-size: 1em;
  }
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__industryList p {
  text-align: right;
  color: #002870;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media print, screen and (min-width: 768px) {
  #wrapper .mainVisual--typeConsultantManufacturing .mainVisual__industryList p {
    font-size: 1.25em;
    padding-right: 2.5em;
  }
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__achievementsBox {
  width: 22.5em;
  position: absolute;
  right: -1em;
  bottom: 12em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .mainVisual--typeConsultantManufacturing .mainVisual__achievementsBox {
    right: 0;
    bottom: 7em;
  }
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__achievementsBox ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .mainVisual--typeConsultantManufacturing .mainVisual__achievementsBox ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__achievementsBox ul li {
  width: 9.5em;
  height: 9.5em;
  display: block;
  background: url(../images/lp-consultant-manufacturing/bgEmblem.png) no-repeat center top;
  background-size: 100% auto;
  text-align: center;
  padding-top: 2em;
  margin: 0 0.25em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .mainVisual--typeConsultantManufacturing .mainVisual__achievementsBox ul li {
    width: 10.75em;
    height: 10.75em;
    margin: 0;
  }
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__achievementsBox ul li span {
  color: #FFF;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.4;
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__achievementsBox ul li span:nth-child(1) {
  font-size: 1.1em;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #wrapper .mainVisual--typeConsultantManufacturing .mainVisual__achievementsBox ul li span:nth-child(1) {
    font-size: 1.625em;
  }
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__achievementsBox ul li span:nth-child(1)::before {
  width: 3em;
  content: "";
  background: #e94709;
  display: block;
  height: 2px;
  position: absolute;
  bottom: -0.2em;
  left: 50%;
  margin-left: -1.5em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .mainVisual--typeConsultantManufacturing .mainVisual__achievementsBox ul li span:nth-child(1)::before {
    height: 2px;
  }
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__achievementsBox ul li span:nth-child(2) {
  font-size: 1.75em;
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__achievementsBox ul li span:nth-child(2) b {
  font-size: 1.4em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .mainVisual--typeConsultantManufacturing .mainVisual__achievementsBox ul li span:nth-child(2) b {
    font-size: 1.67em;
  }
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__achievementsBox ul li span:nth-child(2) strong {
  font-size: 1.2em;
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__achievementsBox p {
  text-align: right;
  font-size: 0.875em;
  padding-right: 1em;
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__downloadBox {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .mainVisual--typeConsultantManufacturing .mainVisual__downloadBox {
    width: 24.75em;
    left: 3.75em;
    bottom: -3em;
  }
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__person {
  width: 9em;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #wrapper .mainVisual--typeConsultantManufacturing .mainVisual__person {
    width: 17em;
    margin-bottom: 0;
    margin-left: 1em;
  }
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__person img {
  width: 100%;
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__download {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #FFF;
  padding: 0.2em;
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__download > figure {
  width: 6em;
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__download > figure img {
  width: 100%;
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__download > p {
  display: inline-block;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #001C4E;
  font-size: 1.375em;
  line-height: 1.4;
  padding-top: 0.5em;
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__download > p span {
  font-size: 1.05em;
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__download > p small {
  font-size: 0.9em;
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__download > p b {
  font-size: 1.36em;
  color: #e94709;
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__downloadButton {
  width: 100%;
  display: block;
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__downloadButton a {
  display: block;
  background: #e94709;
  color: #FFF;
  text-align: center;
  padding: 0.8em 2em 0.8em 1em;
  font-size: 1.1em;
  position: relative;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__downloadButton a:hover {
  background: #001C4E;
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__downloadButton a::before {
  width: 1.4em;
  height: 1.4em;
  color: #e94709;
  content: "\f105";
  font-family: "icomoon";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -0.5em;
  background: #FFF;
  border-radius: 50%;
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__scroll {
  display: none;
  width: 3em;
  height: 4em;
  position: absolute;
  bottom: -6.2em;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  #wrapper .mainVisual--typeConsultantManufacturing .mainVisual__scroll {
    display: block;
  }
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__scroll span {
  display: inline-block;
  font-size: 0.875em;
  color: #FFF;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  position: relative;
  padding-bottom: 1em;
}
#wrapper .mainVisual--typeConsultantManufacturing .mainVisual__scroll::before {
  width: 3em;
  height: 1em;
  content: "\f107";
  font-family: "icomoon";
  display: block;
  width: 100%;
  display: block;
  text-align: center;
  color: #002870;
  position: absolute;
  font-size: 1.7em;
  bottom: -1em;
  right: 0;
  background: #FFF;
  line-height: 1;
}

#wrapper .manufacturingIntroductionBox {
  display: block;
  background: #002870;
  padding-top: 3em;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingIntroductionBox {
    padding-top: 8em;
  }
}
#wrapper .manufacturingIntroductionBox .inBase.__introduction {
  background: #FFF;
  padding: 3em 1.5em 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingIntroductionBox .inBase.__introduction {
    min-height: 80.2em;
    padding-top: 3em 0;
  }
}
#wrapper .manufacturingIntroductionBox__title {
  color: #e94709;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 1.6em;
  margin-bottom: 0.3em;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingIntroductionBox__title {
    font-size: 2.25em;
  }
}
#wrapper .manufacturingIntroductionBox__lead {
  color: #001C4E;
  font-size: 1.2em;
  margin-bottom: 2.5em;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingIntroductionBox__lead {
    font-size: 1.5em;
  }
}
#wrapper .manufacturingIntroductionBox__content {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingIntroductionBox__content {
    font-size: 1.125em;
  }
}
#wrapper .manufacturingIntroductionBox__content b {
  color: #e94709;
}
#wrapper .manufacturingIntroductionBox__content > p {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 2em;
  margin-bottom: 1.5em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingIntroductionBox__content > p {
    margin-bottom: 0;
    line-height: 2.2em;
  }
}
#wrapper .manufacturingIntroductionBox__image {
  width: 8em;
  position: absolute;
  top: -1em;
  right: -1em;
  display: none;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingIntroductionBox__image {
    width: 16.6em;
    top: 3em;
    right: 3em;
    display: block;
  }
}
#wrapper .manufacturingIntroductionBox__image img {
  width: 100%;
}
#wrapper .manufacturingIntroductionBox__representative {
  width: 60%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingIntroductionBox__representative {
    width: 14.25em;
    position: absolute;
    bottom: 3em;
    right: 3em;
    margin: 0;
  }
}
#wrapper .manufacturingIntroductionBox__representative img {
  width: 100%;
}
#wrapper .manufacturingIntroductionBox__representative figcaption {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  font-size: 1.25em;
  padding-left: 1em;
}
#wrapper .manufacturingIntroductionBox__representative figcaption small {
  display: block;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 0.7em;
}
#wrapper .manufacturingIntroductionBox__sideImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 130%;
  margin-left: -15%;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingIntroductionBox__sideImage {
    display: block;
    width: 26.25em;
    margin-left: 0;
    position: absolute;
    top: 0;
    right: -26.25em;
  }
}
#wrapper .manufacturingIntroductionBox__sideImage img {
  width: 100%;
}
#wrapper .manufacturingIntroductionBox__sideImage figure:nth-child(1) img {
  width: 120%;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingIntroductionBox__sideImage figure:nth-child(1) img {
    width: 100%;
  }
}

#wrapper .manufacturingSalesChannelBox {
  background: #F5F1EB;
}
#wrapper .manufacturingSalesChannelBox__reasonBox {
  width: 112%;
  margin-left: -6%;
  display: block;
  background: #FFF url(../images/lp-consultant-manufacturing/bg01.jpg) repeat center top;
  padding: 3em 0 4em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingSalesChannelBox__reasonBox {
    width: 100%;
    margin-left: 0;
  }
}
#wrapper .manufacturingSalesChannelBox__reasonBoxTitle {
  font-size: 1.25em;
  color: #001C4E;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingSalesChannelBox__reasonBoxTitle {
    font-size: 1.875em;
  }
}
#wrapper .manufacturingSalesChannelBox__reasonBoxTitle p {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0.5em;
  position: relative;
  z-index: 1;
}
#wrapper .manufacturingSalesChannelBox__reasonBoxTitle p::after {
  content: "";
  width: 8em;
  height: 1.7em;
  display: blogk;
  background: rgb(255, 255, 255);
  -webkit-filter: blur(0.5em);
          filter: blur(0.5em);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -4em;
  z-index: -1;
}
#wrapper .manufacturingSalesChannelBox__reasonBoxTitle h3 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 1em;
}
#wrapper .manufacturingSalesChannelBox__reasonBoxTitle h3 b {
  font-size: 1.4em;
}
#wrapper .manufacturingSalesChannelBox__reason {
  display: block;
}
#wrapper .manufacturingSalesChannelBox__reason ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#wrapper .manufacturingSalesChannelBox__reason ul li {
  margin: 0 0.5em;
  width: 16em;
  text-align: center;
}
#wrapper .manufacturingSalesChannelBox__reason ul li:nth-child(2) {
  margin-top: 3em;
}
#wrapper .manufacturingSalesChannelBox__reason ul li figure {
  width: 8em;
  height: 8em;
  background: #A8A8A8;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingSalesChannelBox__reason ul li figure {
    width: 12.4em;
    height: 12.4em;
  }
}
#wrapper .manufacturingSalesChannelBox__reason ul li figure img {
  width: 100%;
}
#wrapper .manufacturingSalesChannelBox__reason ul li p {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #001C4E;
}
#wrapper .manufacturingSalesChannelBox__reason ul li p b {
  font-size: 1.1em;
  color: #e94709;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingSalesChannelBox__reason ul li p b {
    font-size: 1.375em;
  }
}
#wrapper .manufacturingSalesChannelBox__resultBox {
  width: 112%;
  margin-left: -6%;
  background: #002870;
  padding: 1em 0 2em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingSalesChannelBox__resultBox {
    width: 100%;
    margin-left: 0;
  }
}
#wrapper .manufacturingSalesChannelBox__resultBox p {
  letter-spacing: 0.1em;
}
#wrapper .manufacturingSalesChannelBox__resultBox p:nth-child(1) {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFF;
  font-size: 1.6em;
  margin-bottom: 0.3em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingSalesChannelBox__resultBox p:nth-child(1) {
    font-size: 1.875em;
    margin-bottom: 1em;
  }
}
#wrapper .manufacturingSalesChannelBox__resultBox p:nth-child(3) {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.1em;
  color: #FFF;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingSalesChannelBox__resultBox p:nth-child(3) {
    font-size: 1.5em;
  }
}
#wrapper .manufacturingSalesChannelBox__resultBox p:nth-child(3) b {
  font-size: 1.3em;
  color: #e94709;
}
#wrapper .manufacturingSalesChannelBox__result ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5em;
}
#wrapper .manufacturingSalesChannelBox__result ul li {
  width: 30%;
  display: block;
  background: #FFF;
  border-radius: 1em;
  text-align: center;
  padding: 1em 0.5em;
  margin: 0 0.25em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingSalesChannelBox__result ul li {
    width: 14em;
    height: 14em;
    margin: 0 1em;
    padding: 1em 0.5em;
  }
}
@media print, screen and (min-width: 1280px) {
  #wrapper .manufacturingSalesChannelBox__result ul li {
    width: 12.5em;
    height: 12.5em;
  }
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingSalesChannelBox__result ul li figure {
    padding: 0 1.5em;
  }
}
#wrapper .manufacturingSalesChannelBox__result ul li p {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  font-size: 0.7em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingSalesChannelBox__result ul li p {
    font-size: 1em;
  }
}
#wrapper .manufacturingSalesChannelBox__chach {
  margin-top: 3em;
  padding-bottom: 2em;
}
#wrapper .manufacturingSalesChannelBox__chach h3 {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2em;
  color: #001C4E;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingSalesChannelBox__chach h3 {
    font-size: 2.5em;
  }
}

#wrapper .manufacturingSolutionBox {
  display: block;
  position: relative;
  padding-top: 6em;
}
#wrapper .manufacturingSolutionBox::before {
  content: "";
  width: 50%;
  height: 20%;
  display: blogk;
  background: #F5F1EB;
  position: absolute;
  top: -1px;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: -1;
}
#wrapper .manufacturingSolutionBox::after {
  content: "";
  width: 50%;
  height: 20%;
  display: blogk;
  background: #F5F1EB;
  position: absolute;
  top: -1px;
  right: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
  z-index: -1;
}
#wrapper .manufacturingSolutionBox__structureBox h4 {
  display: block;
  text-align: center;
  color: #001C4E;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8em;
  margin: 0 0 2em 0;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingSolutionBox__structureBox h4 {
    font-size: 2.125em;
  }
}
#wrapper .manufacturingSolutionBox__structureBox h4 span {
  display: block;
  font-size: 0.76em;
}
#wrapper .manufacturingSolutionBox__structureBox h4 b {
  display: inline-block;
  position: relative;
}
#wrapper .manufacturingSolutionBox__structureBox h4 b::before {
  content: "";
  width: 100%;
  height: 3px;
  display: blogk;
  background: #e94709;
  position: absolute;
  bottom: -0.1em;
  left: 0;
}
#wrapper .manufacturingSolutionBox__flowBox {
  display: block;
  postion: relative;
}
#wrapper .manufacturingSolutionBox__flowBox h5 {
  display: block;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 1.5em 0;
  font-size: 1.4em;
  color: #001C4E;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingSolutionBox__flowBox h5 {
    font-size: 1.875em;
  }
}
#wrapper .manufacturingSolutionBox__flowBox h5 span {
  display: inline-block;
  background: #002870;
  color: #FFF;
  border-radius: 0.3em;
  padding: 0.3em 1em;
  font-size: 0.67em;
  margin-bottom: 1.2em;
}
#wrapper .manufacturingSolutionBox__flowBox h5 strong {
  display: inline-block;
  position: relative;
}
#wrapper .manufacturingSolutionBox__flowBox h5 strong::before {
  content: "";
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
  display: blogk;
  background: #e94709;
  position: absolute;
  top: -0.1em;
  left: 50%;
  margin-left: -0.15em;
}
#wrapper .manufacturingSolutionBox__flow {
  display: block;
  position: relative;
  margin-bottom: 5em;
}
#wrapper .manufacturingSolutionBox__flow::before {
  content: "";
  width: 16em;
  height: 1px;
  display: blogk;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: dotted 3px #e94709;
  z-index: -1;
  margin-top: -2em;
  margin-left: -8em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingSolutionBox__flow::before {
    border-top: dotted 5px #e94709;
    margin-top: -1em;
  }
}
#wrapper .manufacturingSolutionBox__flow ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#wrapper .manufacturingSolutionBox__flow ul li {
  width: 30%;
  margin: 0 0.5em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingSolutionBox__flow ul li {
    width: 12.4em;
    margin: 0 1em;
  }
}
#wrapper .manufacturingSolutionBox__flow ul li figure {
  position: relative;
  margin-bottom: 0.5em;
}
#wrapper .manufacturingSolutionBox__flow ul li figure figcaption {
  position: absolute;
  top: 0.1em;
  left: 50%;
  margin-left: -0.25em;
  color: #FFF;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2em;
  padding-top: 0;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingSolutionBox__flow ul li figure figcaption {
    top: 0.1em;
    margin-left: -0.5em;
    font-size: 1.5em;
  }
}
#wrapper .manufacturingSolutionBox__flow ul li figure img {
  width: 100%;
}
#wrapper .manufacturingSolutionBox__flow ul li p {
  color: #e94709;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingSolutionBox__flow ul li p {
    font-size: 1.25em;
  }
}
#wrapper .manufacturingSolutionBox__image {
  width: 5em;
  position: absolute;
  top: 12em;
  left: 1em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingSolutionBox__image {
    width: 8.75em;
    bottom: 8em;
    left: 50%;
    top: unset;
    margin-left: -30em;
  }
}
#wrapper .manufacturingSolutionBox__image img {
  width: 100%;
}

#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox {
  background: #002870;
  padding-top: 3em;
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__lead {
  width: 17.8em;
  margin: 0 1em 3em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__lead {
    margin: 0 auto 3em;
  }
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__lead img {
  width: 100%;
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__inner {
  display: block;
  background: #F5F1EB;
  border-radius: 1em;
  position: relative;
  padding-bottom: 0.1em;
  margin-bottom: 8em;
  padding-top: 1em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__inner {
    padding-top: 0;
    padding-bottom: 3em;
    margin-bottom: 3em;
  }
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__person {
  width: 10em;
  position: absolute;
  top: -8em;
  right: -2em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__person {
    width: 17em;
    position: absolute;
    top: -13em;
    right: 8em;
  }
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__content {
  padding: 3em 3em 0;
  display: none;
}
@media print, screen and (min-width: 768px) {
  #wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__content {
    display: block;
  }
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__content img {
  width: 100%;
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__bottom figure {
  width: 3em;
  margin-right: 1em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__bottom figure {
    width: 6em;
  }
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__bottom figure img {
  width: 100%;
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__bottom p {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4em;
  letter-spacing: 0.1em;
  color: #001C4E;
}
@media print, screen and (min-width: 768px) {
  #wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__bottom p {
    font-size: 1.875em;
    margin-right: 3em;
  }
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__image {
  width: 15em;
  position: absolute;
  bottom: -10em;
  right: -2em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__image {
    width: 18.6em;
    bottom: 0;
  }
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__image img {
  width: 100%;
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__contactBox {
  width: 100%;
  padding: 0 1em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__contactBox {
    padding: 0 6em;
    position: absolute;
    top: 17em;
    left: 0;
  }
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__contactBox .pageContactBox__inner {
  background: #FFF;
  border: 0.15em solid #001C4E;
  overflow: hidden;
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__contactBox .pageContactBox__inner h4 {
  border: none;
  border-radius: 0;
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__contactBox .pageContactBox__inner ul {
  width: 95%;
}
@media print, screen and (min-width: 768px) {
  #wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__contactBox .pageContactBox__inner ul li {
    width: 47%;
  }
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__webBox {
  width: 112%;
  display: block;
  position: relative;
  margin-left: -6%;
  margin-bottom: 1.5em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__webBox {
    width: 51.5em;
    margin: 0 auto 4em;
  }
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__webBox__bg {
  display: block;
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__webBox__bg img {
  width: 100%;
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__webBox__inner {
  width: 100%;
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.5em 4em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__webBox__inner {
    padding: 1.5em 9em;
  }
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__webBox__inner h3 {
  display: block;
  color: #001C4E;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__webBox__inner h3 {
    font-size: 1.125em;
  }
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__webBox__inner h3 span {
  display: inline-block;
  border: #001C4E solid 1px;
  border-radius: 0.4em;
  padding: 0.2em 1em;
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__webBox__inner ul {
  margin-bottom: 1.5em;
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__webBox__inner ul li {
  color: #001C4E;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  position: relative;
  padding-left: 1.3em;
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__webBox__inner ul li::before {
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  display: block;
  background: #001C4E;
  position: absolute;
  top: 0.4em;
  left: 0;
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__webBox__inner ul li b {
  color: #e94709;
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__webBox__inner h4 {
  display: inline-block;
  color: #001C4E;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 1.6em;
  display: block;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  #wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__webBox__inner h4 {
    font-size: 1.75em;
  }
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__webBox__inner h4 span {
  display: inline-block;
  position: relative;
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__webBox__inner h4 span::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  background: #e94709;
  position: absolute;
  bottom: 0.1em;
  left: 0;
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__webBox__inner h4 b {
  font-size: 1.36em;
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__resultBox {
  display: block;
  position: relative;
  padding-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__resultBox {
    padding-bottom: 5em;
  }
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__resultBox figure {
  width: 6em;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
}
@media print, screen and (min-width: 768px) {
  #wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__resultBox figure {
    width: 13.6em;
    bottom: 0;
    left: 2em;
    display: block;
  }
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__resultBox figure img {
  width: 100%;
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__resultBox p {
  text-align: center;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.3em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__resultBox p {
    font-size: 1.75em;
  }
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__resultBox p small {
  display: block;
  font-size: 0.85em;
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__resultBox p b {
  font-size: 1.38em;
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__resultBox p span {
  display: inline-block;
  position: relative;
}
#wrapper .lp-consultantManufacturing .manufacturingKnowHowBox__resultBox p span::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  background: #e94709;
  position: absolute;
  bottom: 0.1em;
  left: 0;
}

#wrapper .manufacturingChangeBox {
  background: #e94709;
}
#wrapper .manufacturingChangeBox__line {
  text-align: center;
  background: #e94709;
  position: relative;
}
#wrapper .manufacturingChangeBox__line::after {
  content: "";
  width: 16em;
  height: 3em;
  display: block;
  background: #002870;
  position: absolute;
  top: -1px;
  left: 50%;
  margin-left: -8em;
  -webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
          clip-path: polygon(50% 100%, 100% 0, 0 0);
}
#wrapper .manufacturingChangeBox__line .inBase__inner {
  position: relative;
  padding: 4em 0 2em;
}
#wrapper .manufacturingChangeBox__line h3 {
  padding-right: 8em;
  font-size: 1em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingChangeBox__line h3 {
    padding-right: 0;
  }
}
#wrapper .manufacturingChangeBox__line h3 span {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 1.1em;
  color: #001C4E;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingChangeBox__line h3 span {
    font-size: 1.25em;
  }
}
#wrapper .manufacturingChangeBox__line h3 b {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 2.5em;
  color: #FFF;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingChangeBox__line h3 b {
    font-size: 3.75em;
  }
}
#wrapper .manufacturingChangeBox__line figure {
  width: 8em;
  display: block;
  position: absolute;
  top: 2em;
  left: 50%;
  margin-left: 4em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingChangeBox__line figure {
    width: 11.9em;
    top: 1.5em;
    margin-left: 12em;
  }
}
#wrapper .manufacturingChangeBox__line figure img {
  width: 100%;
}
#wrapper .manufacturingChangeBox__leadBox {
  display: block;
  background: #FFF url(../images/lp-consultant-manufacturing/bgFuture.jpg) no-repeat center top;
  background-size: cover;
  color: #FFF;
  text-align: center;
  padding: 4em 0 4em;
  position: relative;
}
#wrapper .manufacturingChangeBox__leadBox::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingChangeBox__leadBox::after {
    content: none;
  }
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingChangeBox__leadBox {
    padding: 9em 0 13em;
  }
}
#wrapper .manufacturingChangeBox__leadBox h4 {
  text-align: center;
  color: #FFF;
  font-size: 1.6em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingChangeBox__leadBox h4 {
    font-size: 2.25em;
  }
}
#wrapper .manufacturingChangeBox__clientBox {
  padding: 3em 0 3em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingChangeBox__clientBox {
    padding: 3em 0 5em;
  }
}
#wrapper .manufacturingChangeBox__clientBox__chach {
  text-align: center;
}
#wrapper .manufacturingChangeBox__clientBox__chach h4 {
  font-size: 1.2em;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingChangeBox__clientBox__chach h4 {
    font-size: 1.625em;
  }
}
#wrapper .manufacturingChangeBox__clientBox__chach h4::before {
  content: "";
  width: 3px;
  height: 4.5em;
  display: block;
  background: #FFF;
  position: absolute;
  top: 0;
  left: -2em;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingChangeBox__clientBox__chach h4::before {
    height: 3.5em;
  }
}
#wrapper .manufacturingChangeBox__clientBox__chach h4::after {
  content: "";
  width: 3px;
  height: 4.5em;
  display: block;
  background: #FFF;
  position: absolute;
  top: 0;
  right: -2em;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingChangeBox__clientBox__chach h4::after {
    height: 3.5em;
  }
}
#wrapper .manufacturingChangeBox__clientBox__title {
  display: block;
  text-align: center;
  margin-bottom: 2.5em;
}
#wrapper .manufacturingChangeBox__clientBox__title h5 span {
  display: block;
}
#wrapper .manufacturingChangeBox__clientBox__title h5 span:nth-child(1) {
  color: #001C4E;
  font-family: "Sofia Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1.4;
}
#wrapper .manufacturingChangeBox__clientBox__title h5 span:nth-child(2) {
  color: #FFF;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#wrapper .manufacturingChangeBox__clientBox__client {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingChangeBox__clientBox__client {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#wrapper .manufacturingChangeBox__clientBox__client figure {
  width: 100%;
  margin-bottom: 1.5em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingChangeBox__clientBox__client figure {
    width: 23em;
    margin-bottom: 0;
  }
}
#wrapper .manufacturingChangeBox__clientBox__client figure img {
  width: 100%;
}
#wrapper .manufacturingChangeBox__clientBox__information {
  text-align: left;
  display: block;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingChangeBox__clientBox__information {
    width: 41em;
    border-top: #001C4E solid 1px;
    border-bottom: #001C4E solid 1px;
    padding: 2em 0;
  }
}
#wrapper .manufacturingChangeBox__clientBox__information p {
  color: #FFF;
}
#wrapper .manufacturingChangeBox__clientBox__information p:nth-child(1) {
  margin-bottom: 0.5em;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#wrapper .manufacturingChangeBox__clientBox__information p:nth-child(1) span {
  display: inline-block;
  background: #000;
  color: #FFF;
  padding: 0.3em 1.5em;
  margin-right: 0.5em;
  font-size: 0.85em;
}
#wrapper .manufacturingChangeBox__clientBox__information p:nth-child(3) {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#wrapper .manufacturingChangeBox__clientBox__information h6 {
  margin-bottom: 0.5em;
  display: block;
  color: #FFF;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5em;
}

#wrapper .manufacturingCautionBox {
  background: #002870;
  display: block;
  padding-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingCautionBox {
    padding-bottom: 4em;
  }
}
#wrapper .manufacturingCautionBox__conjunction {
  width: 18em;
  margin: 0 auto;
  position: relative;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingCautionBox__conjunction {
    width: 27.5em;
  }
}
#wrapper .manufacturingCautionBox__conjunction p {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -1px;
  left: 0;
  text-align: center;
  font-size: 1.5em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #001C4E;
  padding-top: 0.1em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingCautionBox__conjunction p {
    font-size: 2.25em;
  }
}
#wrapper .manufacturingCautionBox__conjunction + p {
  text-align: center;
  font-size: 1.2em;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFF;
  margin-bottom: 2em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingCautionBox__conjunction + p {
    font-size: 1.5em;
  }
}
#wrapper .manufacturingCautionBox__caseBox {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingCautionBox__caseBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#wrapper .manufacturingCautionBox__case {
  display: block;
  margin-bottom: 2.5em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingCautionBox__case {
    width: 47%;
    margin-bottom: 0;
  }
}
#wrapper .manufacturingCautionBox__case > p {
  display: block;
  color: #FFF;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  font-size: 1.3em;
  line-height: 1.4;
  margin-bottom: 2.5em;
  position: relative;
  padding-left: 6em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingCautionBox__case > p {
    font-size: 1.6em;
  }
}
#wrapper .manufacturingCautionBox__case > p::before {
  content: "";
  width: 2.5em;
  height: 5em;
  display: block;
  background: url(../images/lp-consultant-manufacturing/imgCross.png) no-repeat center top;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: -1em;
  left: 2.5em;
}
#wrapper .manufacturingCautionBox__case > p::after {
  content: "";
  width: 15em;
  height: 3em;
  display: block;
  background: rgba(255, 255, 255, 0.3);
  -webkit-filter: blur(1em);
          filter: blur(1em);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -7.5em;
}
#wrapper .manufacturingCautionBox__caseContent {
  background: #e94709;
  border-radius: 0.7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingCautionBox__caseContent {
    padding: 1.5em 2.5em;
  }
}
#wrapper .manufacturingCautionBox__caseContent::before {
  content: "";
  width: 9.6em;
  height: 3em;
  display: block;
  background: url(../images/lp-consultant-manufacturing/bgArrow03.png) no-repeat center top;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: -2.6em;
  left: 50%;
  margin-left: -4.8em;
}
#wrapper .manufacturingCautionBox__caseContent figure {
  width: 3.2em;
  margin-right: 1em;
}
#wrapper .manufacturingCautionBox__caseContent figure img {
  width: 100%;
}
#wrapper .manufacturingCautionBox__caseContent p {
  color: #FFF;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-align: left;
}

#wrapper .manufacturingChangeCompanyBox {
  background: #FFF url(../images/lp-consultant-manufacturing/bg01.jpg) repeat center top;
  text-align: center;
  overflow: hidden;
  position: relative;
}
#wrapper .manufacturingChangeCompanyBox::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingChangeCompanyBox::after {
    content: none;
  }
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingChangeCompanyBox {
    height: 10.8em;
  }
}
#wrapper .manufacturingChangeCompanyBox .inBase__inner {
  position: relative;
  padding-top: 3em;
  padding-bottom: 3em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingChangeCompanyBox .inBase__inner {
    padding-bottom: 0;
  }
}
#wrapper .manufacturingChangeCompanyBox .inBase__inner figure {
  width: 18em;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.3;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingChangeCompanyBox .inBase__inner figure {
    width: 21.2em;
    opacity: 1;
  }
}
#wrapper .manufacturingChangeCompanyBox .inBase__inner figure img {
  width: 100%;
}
#wrapper .manufacturingChangeCompanyBox p {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6em;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingChangeCompanyBox p {
    font-size: 2.25em;
  }
}

#wrapper .manufacturingEntrustBox {
  background: #002870;
}
#wrapper .manufacturingEntrustBox .inBase__inner {
  position: relative;
}
#wrapper .manufacturingEntrustBox__image {
  width: 15em;
  position: absolute;
  top: 0;
  left: -18em;
  display: none;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingEntrustBox__image {
    display: block;
    width: 25em;
  }
}
#wrapper .manufacturingEntrustBox__image img {
  width: 100%;
}
#wrapper .manufacturingEntrustBox__inner {
  text-align: left;
  display: block;
  color: #FFF;
  padding-top: 2em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingEntrustBox__inner {
    padding-left: 15em;
    padding-top: 5em;
  }
}
#wrapper .manufacturingEntrustBox__titleBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2em;
}
#wrapper .manufacturingEntrustBox__titleBox figure {
  width: 5em;
  margin-right: 1.5em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingEntrustBox__titleBox figure {
    margin-right: 3em;
  }
}
#wrapper .manufacturingEntrustBox__titleBox figure img {
  width: 100%;
}
#wrapper .manufacturingEntrustBox__titleBox + p {
  margin-bottom: 1.5em;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 2em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingEntrustBox__titleBox + p {
    margin-bottom: 3em;
  }
}
#wrapper .manufacturingEntrustBox__title small {
  display: block;
  color: #e94709;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingEntrustBox__title small {
    margin-bottom: 1em;
  }
}
#wrapper .manufacturingEntrustBox__title span {
  display: block;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .manufacturingEntrustBox__title span {
    font-size: 1.75em;
  }
}

#wrapper .pageSupportBox {
  background: #e94709;
  padding: 1.5em 0;
}
@media print, screen and (min-width: 768px) {
  #wrapper .pageSupportBox {
    padding: 2em 0 3em;
  }
}
#wrapper .pageSupportBox > p {
  text-align: center;
  font-size: 1.2em;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #FFF;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .pageSupportBox > p {
    font-size: 1.75em;
    letter-spacing: 0.1em;
  }
}
#wrapper .pageSupportBox__inner {
  display: block;
}
#wrapper .pageSupportBox__inner figure {
  position: relative;
  padding: 0 0.5em;
}
#wrapper .pageSupportBox__inner figure img {
  border-radius: 0.5em;
}
#wrapper .pageSupportBox__inner figure figcaption {
  width: calc(100% - 1em);
  position: absolute;
  bottom: 0;
  display: block;
  text-align: center;
}
#wrapper .pageSupportBox__inner figure figcaption span {
  background: #FFF;
  display: inline-block;
  padding: 0.1em 2em;
  border-radius: 0.5em 0.5em 0 0;
  font-size: 0.8em;
  color: #e94709;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media print, screen and (min-width: 768px) {
  #wrapper .pageSupportBox__inner figure figcaption span {
    font-size: 1em;
  }
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 100s infinite linear 0.5s both;
          animation: infinity-scroll-left 100s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: 48vw;
}
@media print, screen and (min-width: 768px) {
  .scroll-infinity__item {
    width: 28vw;
  }
}
@media print, screen and (min-width: 1280px) {
  .scroll-infinity__item {
    width: 20vw;
  }
}

.scroll-infinity__item > img {
  width: 100%;
}

#wrapper .lp-consultantManufacturing .pageContactBox {
  background: #002870;
  display: block;
  padding: 2.5em 0;
}
@media print, screen and (min-width: 768px) {
  #wrapper .lp-consultantManufacturing .pageContactBox {
    padding: 5em 0;
  }
}
#wrapper .lp-consultantManufacturing .pageContactBox__lead {
  color: #FFF;
  display: block;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.1em;
  margin-bottom: 0.8em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .lp-consultantManufacturing .pageContactBox__lead {
    text-align: center;
    font-size: 1.5em;
    line-height: 2em;
    margin-bottom: 1.4em;
  }
}
#wrapper .lp-consultantManufacturing .pageContactBox__inner {
  width: 100%;
  display: block;
  margin: 0 auto 1.5em;
  background: #F5F1EB;
  text-align: center;
  padding-bottom: 0.1em;
  border-radius: 0.5em;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  #wrapper .lp-consultantManufacturing .pageContactBox__inner {
    padding-bottom: 2em;
  }
}
#wrapper .lp-consultantManufacturing .pageContactBox__inner h4 {
  text-align: center;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #001C4E;
  display: block;
  padding: 0.4em 1em;
  font-size: 1.125em;
  margin: 0 0 1.5em 0;
  background: #CDC5C3;
  letter-spacing: 0.1em;
  border: 0.1em solid #F5F1EB;
  border-radius: 0.5em 0.5em 0 0;
}
@media print, screen and (min-width: 768px) {
  #wrapper .lp-consultantManufacturing .pageContactBox__inner h4 {
    font-size: 1.5em;
  }
}
#wrapper .lp-consultantManufacturing .pageContactBox__inner ul {
  width: 90%;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #wrapper .lp-consultantManufacturing .pageContactBox__inner ul {
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#wrapper .lp-consultantManufacturing .pageContactBox__inner ul li {
  display: block;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .lp-consultantManufacturing .pageContactBox__inner ul li {
    width: 44%;
    margin: 0 0.5em;
  }
}
#wrapper .lp-consultantManufacturing .pageContactBox__inner ul li:nth-child(1) a {
  padding: 1.5em 0.5em 0;
}
#wrapper .lp-consultantManufacturing .pageContactBox__inner ul li:nth-child(1) a::after {
  content: "";
  width: 4em;
  height: 4em;
  display: blogk;
  background: #FFF url(../images/lp-consultant-manufacturing/iconDownload.svg) no-repeat center 0.4em;
  background-size: 60% auto;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0.5em;
  margin-top: -2em;
}
#wrapper .lp-consultantManufacturing .pageContactBox__inner ul li:nth-child(2) a b {
  display: block;
}
#wrapper .lp-consultantManufacturing .pageContactBox__inner ul li:nth-child(2) a small {
  color: #001C4E;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#wrapper .lp-consultantManufacturing .pageContactBox__inner ul li:nth-child(2) a figure {
  width: 6em;
  position: absolute;
  top: -2em;
  right: 0.5em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .lp-consultantManufacturing .pageContactBox__inner ul li:nth-child(2) a figure {
    width: 10.6em;
    top: -5em;
    right: -1em;
  }
}
#wrapper .lp-consultantManufacturing .pageContactBox__inner ul li:nth-child(2) a figure img {
  width: 100%;
}
#wrapper .lp-consultantManufacturing .pageContactBox__inner ul li:nth-child(2) a::after {
  content: "";
  width: 4em;
  height: 4em;
  display: blogk;
  background: #FFF url(../images/lp-consultant-manufacturing/iconZoom.svg) no-repeat center 0.4em;
  background-size: 60% auto;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0.5em;
  margin-top: -2em;
}
#wrapper .lp-consultantManufacturing .pageContactBox__inner ul li a {
  min-height: 5em;
  display: block;
  background: #e94709;
  color: #FFF;
  padding: 1em 0.5em;
  position: relative;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  border-radius: 8em;
  position: relative;
  letter-spacing: 0.1em;
  -webkit-box-shadow: 0px 3px 0.3em 0px rgba(0, 0, 0, 0.45);
          box-shadow: 0px 3px 0.3em 0px rgba(0, 0, 0, 0.45);
}
#wrapper .lp-consultantManufacturing .pageContactBox__inner ul li a:hover {
  background: #002870;
}
#wrapper .lp-consultantManufacturing .pageContactBox__inner ul li a:hover small {
  color: #FFF;
}
#wrapper .lp-consultantManufacturing .pageContactBox__inner ul li a b {
  font-size: 1.31em;
}
#wrapper .lp-consultantManufacturing .pageContactBox__inner ul li a small {
  font-size: 0.8em;
}
@media print, screen and (min-width: 768px) {
  #wrapper .lp-consultantManufacturing .pageContactBox__inner ul li a small {
    font-size: 0.9em;
  }
}
#wrapper .lp-consultantManufacturing .pageContactBox__inner ul li a::before {
  width: 1.7em;
  height: 1.7em;
  content: "\f105";
  font-family: "icomoon";
  display: inline-block;
  color: #e94709;
  position: absolute;
  top: 50%;
  right: 1.5em;
  margin-top: -0.7em;
  background: #FFF;
  border-radius: 50%;
  line-height: 1.7;
}
#wrapper .lp-consultantManufacturing .pageContactBox__bottom {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #FFF;
}

#lp-consultantManufacturing #footer02 .footer__button li,
#wrapper #footer02.typeConsultantManufacturing .footer__button li {
  display: block;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  #lp-consultantManufacturing #footer02 .footer__button li,
#wrapper #footer02.typeConsultantManufacturing .footer__button li {
    width: 44%;
    margin: 0 0.5em;
  }
}
#lp-consultantManufacturing #footer02 .footer__button li:nth-child(1),
#wrapper #footer02.typeConsultantManufacturing .footer__button li:nth-child(1) {
  width: 42%;
}
@media print, screen and (min-width: 768px) {
  #lp-consultantManufacturing #footer02 .footer__button li:nth-child(1),
#wrapper #footer02.typeConsultantManufacturing .footer__button li:nth-child(1) {
    width: 40%;
  }
}
#lp-consultantManufacturing #footer02 .footer__button li:nth-child(1) a,
#wrapper #footer02.typeConsultantManufacturing .footer__button li:nth-child(1) a {
  background: #002870;
  padding: 1em 1.5em 1em 0.5em;
}
#lp-consultantManufacturing #footer02 .footer__button li:nth-child(1) a::before,
#wrapper #footer02.typeConsultantManufacturing .footer__button li:nth-child(1) a::before {
  color: #002870;
}
#lp-consultantManufacturing #footer02 .footer__button li:nth-child(1) a:hover,
#wrapper #footer02.typeConsultantManufacturing .footer__button li:nth-child(1) a:hover {
  background: #e94709;
}
#lp-consultantManufacturing #footer02 .footer__button li:nth-child(2),
#wrapper #footer02.typeConsultantManufacturing .footer__button li:nth-child(2) {
  width: 53%;
}
@media print, screen and (min-width: 768px) {
  #lp-consultantManufacturing #footer02 .footer__button li:nth-child(2),
#wrapper #footer02.typeConsultantManufacturing .footer__button li:nth-child(2) {
    width: 55%;
  }
}
#lp-consultantManufacturing #footer02 .footer__button li:nth-child(2) a b,
#wrapper #footer02.typeConsultantManufacturing .footer__button li:nth-child(2) a b {
  display: block;
}
#lp-consultantManufacturing #footer02 .footer__button li:nth-child(2) a small,
#wrapper #footer02.typeConsultantManufacturing .footer__button li:nth-child(2) a small {
  color: #001C4E;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
#lp-consultantManufacturing #footer02 .footer__button li:nth-child(2) a figure,
#wrapper #footer02.typeConsultantManufacturing .footer__button li:nth-child(2) a figure {
  width: 6em;
  position: absolute;
  top: -2em;
  right: 0.5em;
}
@media print, screen and (min-width: 768px) {
  #lp-consultantManufacturing #footer02 .footer__button li:nth-child(2) a figure,
#wrapper #footer02.typeConsultantManufacturing .footer__button li:nth-child(2) a figure {
    width: 10.6em;
    top: -5em;
    right: -1em;
  }
}
#lp-consultantManufacturing #footer02 .footer__button li:nth-child(2) a figure img,
#wrapper #footer02.typeConsultantManufacturing .footer__button li:nth-child(2) a figure img {
  width: 100%;
}
#lp-consultantManufacturing #footer02 .footer__button li:nth-child(2) a::after,
#wrapper #footer02.typeConsultantManufacturing .footer__button li:nth-child(2) a::after {
  content: "";
  width: 2.5em;
  height: 2.5em;
  display: blogk;
  background: #FFF url(../images/lp-consultant-manufacturing/iconMail.svg) no-repeat center 0.5em;
  background-size: 60% auto;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0.5em;
  margin-top: -1.2em;
}
#lp-consultantManufacturing #footer02 .footer__button li a,
#wrapper #footer02.typeConsultantManufacturing .footer__button li a {
  min-height: 3em;
  display: block;
  background: #e94709;
  color: #FFF;
  padding: 1em 0.5em;
  position: relative;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  border-radius: 8em;
  position: relative;
  letter-spacing: 0.1em;
  -webkit-box-shadow: 0px 3px 0.3em 0px rgba(0, 0, 0, 0.45);
          box-shadow: 0px 3px 0.3em 0px rgba(0, 0, 0, 0.45);
}
#lp-consultantManufacturing #footer02 .footer__button li a:hover,
#wrapper #footer02.typeConsultantManufacturing .footer__button li a:hover {
  background: #002870;
}
#lp-consultantManufacturing #footer02 .footer__button li a:hover small,
#wrapper #footer02.typeConsultantManufacturing .footer__button li a:hover small {
  color: #FFF;
}
#lp-consultantManufacturing #footer02 .footer__button li a::before,
#wrapper #footer02.typeConsultantManufacturing .footer__button li a::before {
  width: 1.4em;
  height: 1.4em;
  content: "\f105";
  font-family: "icomoon";
  display: inline-block;
  color: #e94709;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -0.7em;
  background: #FFF;
  border-radius: 50%;
  line-height: 1.4;
  text-align: center;
}

@font-face {
  font-family: "icomoon";
  src: url("../font/icomoon.eot?o5tshr");
  src: url("../font/icomoon.eot?o5tshr#iefix") format("embedded-opentype"), url("../font/icomoon.ttf?o5tshr") format("truetype"), url("../font/icomoon.woff?o5tshr") format("woff"), url("../font/icomoon.svg?o5tshr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone-square:before {
  content: "\e911";
}

.icon-phone-o-l:before {
  content: "\e93f";
}

.icon-phone-o-m:before {
  content: "\e93e";
}

.icon-phone-o-b:before {
  content: "\e93d";
}

.icon-phone:before {
  content: "\e944";
}

.icon-telephone-square:before {
  content: "\e943";
}

.icon-telephone-o-l:before {
  content: "\e942";
}

.icon-telephone-o-m:before {
  content: "\e94d";
}

.icon-telephone-o-b:before {
  content: "\e941";
}

.icon-telephone:before {
  content: "\e940";
}

.icon-freedial-square:before {
  content: "\e934";
}

.icon-freedial-o-l:before {
  content: "\e948";
}

.icon-freedial-o-m:before {
  content: "\e949";
}

.icon-freedial-o-b:before {
  content: "\e94a";
}

.icon-freedial:before {
  content: "\e932";
}

.icon-fax-square:before {
  content: "\e933";
}

.icon-fax-o-l:before {
  content: "\e92a";
}

.icon-fax-o-m:before {
  content: "\e929";
}

.icon-fax-o-b:before {
  content: "\e928";
}

.icon-fax:before {
  content: "\e927";
}

.icon-envelope-square:before {
  content: "\e926";
}

.icon-envelope-o-l:before {
  content: "\e959";
}

.icon-envelope-o-m:before {
  content: "\e957";
}

.icon-envelope-o-b:before {
  content: "\e958";
}

.icon-envelope:before {
  content: "\e947";
}

.icon-mobile-square:before {
  content: "\e921";
}

.icon-mobile-o-l:before {
  content: "\e924";
}

.icon-mobile-o-m:before {
  content: "\e94b";
}

.icon-mobile-o-b:before {
  content: "\e923";
}

.icon-mobile:before {
  content: "\e922";
}

.icon-desktop-square:before {
  content: "\e91e";
}

.icon-desktop-o-l:before {
  content: "\e91d";
}

.icon-desktop-o-m:before {
  content: "\e91b";
}

.icon-desktop-o-b:before {
  content: "\e925";
}

.icon-desktop:before {
  content: "\e945";
}

.icon-laptop-square:before {
  content: "\e946";
}

.icon-laptop-o-l:before {
  content: "\e917";
}

.icon-laptop-o-m:before {
  content: "\e91a";
}

.icon-laptop-o-b:before {
  content: "\e919";
}

.icon-laptop:before {
  content: "\e918";
}

.icon-print-square:before {
  content: "\e910";
}

.icon-print-o-l:before {
  content: "\e90c";
}

.icon-print-o-m:before {
  content: "\e90b";
}

.icon-print-o-b:before {
  content: "\e90a";
}

.icon-print:before {
  content: "\e909";
}

.icon-calltell-square:before {
  content: "\e90d";
}

.icon-calltell:before {
  content: "\e90f";
}

.icon-sentmail-square:before {
  content: "\e908";
}

.icon-sentmail:before {
  content: "\e907";
}

.icon-calltell-oblong-square:before {
  content: "\e94c";
}

.icon-sentmail-oblong-square:before {
  content: "\e94e";
}

.icon-access-oblong-square:before {
  content: "\e94f";
}

.icon-exit:before {
  content: "\e950";
}

.icon-exit-square:before {
  content: "\e951";
}

.icon-runner:before {
  content: "\e952";
}

.icon-runner-square:before {
  content: "\e953";
}

.icon-access-square:before {
  content: "\e954";
}

.icon-access:before {
  content: "\e955";
}

.icon-equal:before {
  content: "\e956";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-mail-forward:before {
  content: "\f064";
}

.icon-share:before {
  content: "\f064";
}

.icon-mail-reply:before {
  content: "\f112";
}

.icon-reply:before {
  content: "\f112";
}

.icon-mail-reply-all:before {
  content: "\f122";
}

.icon-reply-all:before {
  content: "\f122";
}

.icon-long-arrow-up:before {
  content: "\f176";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-long-arrow-down:before {
  content: "\f175";
}

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-arrow-circle-o-up:before {
  content: "\f01b";
}

.icon-arrow-circle-o-right:before {
  content: "\f18e";
}

.icon-arrow-circle-o-down:before {
  content: "\f01a";
}

.icon-arrow-circle-o-left:before {
  content: "\f190";
}

.icon-dot-circle-o:before {
  content: "\f192";
}

.icon-times-circle-o:before {
  content: "\f05c";
}

.icon-ban:before {
  content: "\f05e";
}

.icon-check-circle-o:before {
  content: "\f05d";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-sort-desc:before {
  content: "\f0dd";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-sort-asc:before {
  content: "\f0de";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-unsorted:before {
  content: "\f0dc";
}

.icon-angle-double-up:before {
  content: "\f102";
}

.icon-angle-double-right:before {
  content: "\f101";
}

.icon-angle-double-down:before {
  content: "\f103";
}

.icon-angle-double-left:before {
  content: "\f100";
}

.icon-caret-square-o-up:before {
  content: "\f151";
}

.icon-toggle-up:before {
  content: "\f151";
}

.icon-caret-square-o-right:before {
  content: "\f152";
}

.icon-toggle-right:before {
  content: "\f152";
}

.icon-caret-square-o-down:before {
  content: "\f150";
}

.icon-toggle-down:before {
  content: "\f150";
}

.icon-caret-square-o-left:before {
  content: "\f191";
}

.icon-toggle-left:before {
  content: "\f191";
}

.icon-external-link-square:before {
  content: "\f14c";
}

.icon-share-square:before {
  content: "\f14d";
}

.icon-check-square:before {
  content: "\f14a";
}

.icon-arrow-circle-up:before {
  content: "\f0aa";
}

.icon-arrow-circle-right:before {
  content: "\f0a9";
}

.icon-arrow-circle-down:before {
  content: "\f0ab";
}

.icon-arrow-circle-left:before {
  content: "\f0a8";
}

.icon-check-circle:before {
  content: "\f058";
}

.icon-chevron-circle-up:before {
  content: "\f139";
}

.icon-chevron-circle-right:before {
  content: "\f138";
}

.icon-chevron-circle-down:before {
  content: "\f13a";
}

.icon-chevron-circle-left:before {
  content: "\f137";
}

.icon-plus-circle:before {
  content: "\f055";
}

.icon-minus-circle:before {
  content: "\f056";
}

.icon-times-circle:before {
  content: "\f057";
}

.icon-circle:before {
  content: "\f111";
}

.icon-circle-o:before {
  content: "\f10c";
}

.icon-circle-thin:before {
  content: "\f1db";
}

.icon-info-circle:before {
  content: "\f05a";
}

.icon-exclamation-circle:before {
  content: "\f06a";
}

.icon-repeat:before {
  content: "\f01e";
}

.icon-rotate-right:before {
  content: "\f01e";
}

.icon-rotate-left:before {
  content: "\f0e2";
}

.icon-undo:before {
  content: "\f0e2";
}

.icon-mouse-pointer:before {
  content: "\f245";
}

.icon-arrows-alt:before {
  content: "\f0b2";
}

.icon-arrows:before {
  content: "\f047";
}

.icon-location-arrow:before {
  content: "\f124";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-sign-out:before {
  content: "\f08b";
}

.icon-sign-in:before {
  content: "\f090";
}

.icon-level-up:before {
  content: "\f148";
}

.icon-level-down:before {
  content: "\f149";
}

.icon-upload:before {
  content: "\f093";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-plus:before {
  content: "\f067";
}

.icon-close:before {
  content: "\f00d";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-times:before {
  content: "\f00d";
}

.icon-check:before {
  content: "\f00c";
}

.icon-minus:before {
  content: "\f068";
}

.icon-window-minimize:before {
  content: "\f2d1";
}

.icon-question:before {
  content: "\f128";
}

.icon-question-circle-o:before {
  content: "\f29c";
}

.icon-search-plus:before {
  content: "\f00e";
}

.icon-search-minus:before {
  content: "\f010";
}

.icon-search:before {
  content: "\f002";
}

.icon-plus-square-o:before {
  content: "\f196";
}

.icon-plus-square:before {
  content: "\f0fe";
}

.icon-minus-square:before {
  content: "\f146";
}

.icon-glass:before {
  content: "\f000";
}

.icon-thumb-tack:before {
  content: "\f08d";
}

.icon-music:before {
  content: "\f001";
}

.icon-envelope-o1:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-o:before {
  content: "\f006";
}

.icon-exclamation-triangle:before {
  content: "\f071";
}

.icon-warning:before {
  content: "\f071";
}

.icon-square:before {
  content: "\f0c8";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-bars:before {
  content: "\f0c9";
}

.icon-navicon:before {
  content: "\f0c9";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-power-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-cog:before {
  content: "\f013";
}

.icon-gear:before {
  content: "\f013";
}

.icon-trash-o:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file-o:before {
  content: "\f016";
}

.icon-clone:before {
  content: "\f24d";
}

.icon-window-restore:before {
  content: "\f2d2";
}

.icon-window-maximize:before {
  content: "\f2d0";
}

.icon-times-rectangle:before {
  content: "\f2d3";
}

.icon-window-close:before {
  content: "\f2d3";
}

.icon-times-rectangle-o:before {
  content: "\f2d4";
}

.icon-window-close-o:before {
  content: "\f2d4";
}

.icon-clock-o:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download:before {
  content: "\f019";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-flag:before {
  content: "\f024";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-edit:before {
  content: "\f044";
}

.icon-pencil-square-o:before {
  content: "\f044";
}

.icon-share-square-o:before {
  content: "\f045";
}

.icon-check-square-o:before {
  content: "\f046";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-camera:before {
  content: "\f030";
}

.icon-video-camera:before {
  content: "\f03d";
}

.icon-image:before {
  content: "\f03e";
}

.icon-photo:before {
  content: "\f03e";
}

.icon-picture-o:before {
  content: "\f03e";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-film:before {
  content: "\f008";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-play-circle:before {
  content: "\f144";
}

.icon-play-circle-o:before {
  content: "\f01d";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-random:before {
  content: "\f074";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-pause-circle:before {
  content: "\f28b";
}

.icon-pause-circle-o:before {
  content: "\f28c";
}

.icon-stop-circle:before {
  content: "\f28d";
}

.icon-stop-circle-o:before {
  content: "\f28e";
}

.icon-question-circle:before {
  content: "\f059";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-microphone:before {
  content: "\f130";
}

.icon-microphone-slash:before {
  content: "\f131";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-map-pin:before {
  content: "\f276";
}

.icon-map-signs:before {
  content: "\f277";
}

.icon-map:before {
  content: "\f279";
}

.icon-map-o:before {
  content: "\f278";
}

.icon-street-view:before {
  content: "\f21d";
}

.icon-plane:before {
  content: "\f072";
}

.icon-automobile:before {
  content: "\f1b9";
}

.icon-car:before {
  content: "\f1b9";
}

.icon-cab:before {
  content: "\f1ba";
}

.icon-taxi:before {
  content: "\f1ba";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-train:before {
  content: "\f238";
}

.icon-subway:before {
  content: "\f239";
}

.icon-bus:before {
  content: "\f207";
}

.icon-ship:before {
  content: "\f21a";
}

.icon-motorcycle:before {
  content: "\f21c";
}

.icon-bicycle:before {
  content: "\f206";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-bed:before {
  content: "\f236";
}

.icon-hotel:before {
  content: "\f236";
}

.icon-shower:before {
  content: "\f2cc";
}

.icon-bath:before {
  content: "\f2cd";
}

.icon-bathtub:before {
  content: "\f2cd";
}

.icon-s15:before {
  content: "\f2cd";
}

.icon-product-hunt:before {
  content: "\f288";
}

.icon-female:before {
  content: "\f182";
}

.icon-male:before {
  content: "\f183";
}

.icon-child:before {
  content: "\f1ae";
}

.icon-wheelchair:before {
  content: "\f193";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-cutlery:before {
  content: "\f0f5";
}

.icon-sun-o:before {
  content: "\f185";
}

.icon-moon-o:before {
  content: "\f186";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-shopping-bag:before {
  content: "\f290";
}

.icon-shopping-basket:before {
  content: "\f291";
}

.icon-trash:before {
  content: "\f1f8";
}

.icon-cart-plus:before {
  content: "\f217";
}

.icon-cart-arrow-down:before {
  content: "\f218";
}

.icon-credit-card-alt:before {
  content: "\f283";
}

.icon-folder:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-arrows-v:before {
  content: "\f07d";
}

.icon-arrows-h:before {
  content: "\f07e";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-bar-chart-o:before {
  content: "\f080";
}

.icon-heart-o:before {
  content: "\f08a";
}

.icon-square-o:before {
  content: "\f096";
}

.icon-minus-square-o:before {
  content: "\f147";
}

.icon-bookmark-o:before {
  content: "\f097";
}

.icon-folder-o:before {
  content: "\f114";
}

.icon-folder-open-o:before {
  content: "\f115";
}

.icon-linkedin-square:before {
  content: "\f08c";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-expeditedssl:before {
  content: "\f23e";
}

.icon-lock:before {
  content: "\f023";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-unlock-alt:before {
  content: "\f13e";
}

.icon-credit-card:before {
  content: "\f09d";
}

.icon-feed:before {
  content: "\f09e";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell-o:before {
  content: "\f0a2";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-chain:before {
  content: "\f0c1";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-paperclip:before {
  content: "\f0c6";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-pencil-square:before {
  content: "\f14b";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-lightbulb-o:before {
  content: "\f0eb";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-bell:before {
  content: "\f0f3";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-building-o:before {
  content: "\f0f7";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-hospital-o:before {
  content: "\f0f8";
}

.icon-keyboard-o:before {
  content: "\f11c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-flag-o:before {
  content: "\f11d";
}

.icon-fa:before {
  content: "\f2b4";
}

.icon-font-awesome:before {
  content: "\f2b4";
}

.icon-code:before {
  content: "\f121";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-bullseye:before {
  content: "\f140";
}

.icon-ellipsis-h:before {
  content: "\f141";
}

.icon-ellipsis-v:before {
  content: "\f142";
}

.icon-rss-square:before {
  content: "\f143";
}

.icon-compass:before {
  content: "\f14e";
}

.icon-building:before {
  content: "\f1ad";
}

.icon-archive:before {
  content: "\f187";
}

.icon-clipboard:before {
  content: "\f0ea";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-file:before {
  content: "\f15b";
}

.icon-file-text:before {
  content: "\f15c";
}

.icon-file-text-o:before {
  content: "\f0f6";
}

.icon-file-pdf-o:before {
  content: "\f1c1";
}

.icon-file-word-o:before {
  content: "\f1c2";
}

.icon-file-excel-o:before {
  content: "\f1c3";
}

.icon-file-powerpoint-o:before {
  content: "\f1c4";
}

.icon-file-image-o:before {
  content: "\f1c5";
}

.icon-file-photo-o:before {
  content: "\f1c5";
}

.icon-file-picture-o:before {
  content: "\f1c5";
}

.icon-file-archive-o:before {
  content: "\f1c6";
}

.icon-file-zip-o:before {
  content: "\f1c6";
}

.icon-file-audio-o:before {
  content: "\f1c7";
}

.icon-file-sound-o:before {
  content: "\f1c7";
}

.icon-file-movie-o:before {
  content: "\f1c8";
}

.icon-file-video-o:before {
  content: "\f1c8";
}

.icon-file-code-o:before {
  content: "\f1c9";
}

.icon-history:before {
  content: "\f1da";
}

.icon-usb:before {
  content: "\f287";
}

.icon-sort-amount-asc:before {
  content: "\f160";
}

.icon-sort-amount-desc:before {
  content: "\f161";
}

.icon-tty:before {
  content: "\f1e4";
}

.icon-binoculars:before {
  content: "\f1e5";
}

.icon-newspaper-o:before {
  content: "\f1ea";
}

.icon-wifi:before {
  content: "\f1eb";
}

.icon-calculator:before {
  content: "\f1ec";
}

.icon-area-chart:before {
  content: "\f1fe";
}

.icon-pie-chart:before {
  content: "\f200";
}

.icon-line-chart:before {
  content: "\f201";
}

.icon-hourglass-3:before {
  content: "\f253";
}

.icon-hourglass-end:before {
  content: "\f253";
}

.icon-hourglass:before {
  content: "\f254";
}

.icon-thumbs-up:before {
  content: "\f164";
}

.icon-thumbs-down:before {
  content: "\f165";
}

.icon-handshake-o:before {
  content: "\f2b5";
}

.icon-thumbs-o-up:before {
  content: "\f087";
}

.icon-thumbs-o-down:before {
  content: "\f088";
}

.icon-hand-o-right:before {
  content: "\f0a4";
}

.icon-hand-o-left:before {
  content: "\f0a5";
}

.icon-hand-o-up:before {
  content: "\f0a6";
}

.icon-hand-o-down:before {
  content: "\f0a7";
}

.icon-hand-grab-o:before {
  content: "\f255";
}

.icon-hand-rock-o:before {
  content: "\f255";
}

.icon-hand-paper-o:before {
  content: "\f256";
}

.icon-hand-stop-o:before {
  content: "\f256";
}

.icon-hand-pointer-o:before {
  content: "\f25a";
}

.icon-hand-peace-o:before {
  content: "\f25b";
}

.icon-comment-o:before {
  content: "\f0e5";
}

.icon-comments-o:before {
  content: "\f0e6";
}

.icon-comment:before {
  content: "\f075";
}

.icon-comments:before {
  content: "\f086";
}

.icon-wechat:before {
  content: "\f1d7";
}

.icon-weixin:before {
  content: "\f1d7";
}

.icon-commenting:before {
  content: "\f27a";
}

.icon-commenting-o:before {
  content: "\f27b";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-book:before {
  content: "\f02d";
}

.icon-volume-control-phone:before {
  content: "\f2a0";
}

.icon-whatsapp:before {
  content: "\f232";
}

.icon-telegram:before {
  content: "\f2c6";
}

.icon-envelope-open:before {
  content: "\f2b6";
}

.icon-envelope-open-o:before {
  content: "\f2b7";
}

.icon-paper-plane:before {
  content: "\f1d8";
}

.icon-send:before {
  content: "\f1d8";
}

.icon-paper-plane-o:before {
  content: "\f1d9";
}

.icon-send-o:before {
  content: "\f1d9";
}

.icon-user:before {
  content: "\f007";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-users:before {
  content: "\f0c0";
}

.icon-user-plus:before {
  content: "\f234";
}

.icon-user-times:before {
  content: "\f235";
}

.icon-address-book:before {
  content: "\f2b9";
}

.icon-address-book-o:before {
  content: "\f2ba";
}

.icon-address-card:before {
  content: "\f2bb";
}

.icon-vcard:before {
  content: "\f2bb";
}

.icon-address-card-o:before {
  content: "\f2bc";
}

.icon-vcard-o:before {
  content: "\f2bc";
}

.icon-user-circle:before {
  content: "\f2bd";
}

.icon-user-circle-o:before {
  content: "\f2be";
}

.icon-user-o:before {
  content: "\f2c0";
}

.icon-id-badge:before {
  content: "\f2c1";
}

.icon-drivers-license:before {
  content: "\f2c2";
}

.icon-id-card:before {
  content: "\f2c2";
}

.icon-drivers-license-o:before {
  content: "\f2c3";
}

.icon-id-card-o:before {
  content: "\f2c3";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-twitter-square:before {
  content: "\f081";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-facebook-f:before {
  content: "\f09a";
}

.icon-facebook-square:before {
  content: "\f082";
}

.icon-facebook-official:before {
  content: "\f230";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-copy:before {
  content: "\e901";
}

.icon-tiktok-logo:before {
  content: "\e906";
}

.icon-note-logo:before {
  content: "\e905";
}

.icon-rakuten-logo:before {
  content: "\e903";
}

.icon-rakuten-room-logo:before {
  content: "\e904";
}

.icon-slack-logo:before {
  content: "\e900";
}

.icon-amp-logo2:before {
  content: "\e93c";
}

.icon-amp-logo:before {
  content: "\e93b";
}

.icon-facebook-logo:before {
  content: "\e92d";
}

.icon-feedly-logo:before {
  content: "\e92e";
}

.icon-flickr-logo:before {
  content: "\e92f";
}

.icon-google-plus-logo:before {
  content: "\e930";
}

.icon-hatebu-logo:before {
  content: "\e931";
}

.icon-line-logo:before {
  content: "\e935";
}

.icon-pinterest-logo:before {
  content: "\e936";
}

.icon-push7-logo:before {
  content: "\e937";
}

.icon-rss-logo:before {
  content: "\e938";
}

.icon-twitter-logo:before {
  content: "\e939";
}

.icon-youtube-logo:before {
  content: "\e93a";
}

.icon-push7:before {
  content: "\e90e";
}

.icon-evernote:before {
  content: "\e912";
}

.icon-feedly:before {
  content: "\e913";
}

.icon-pocket:before {
  content: "\e914";
}

.icon-line:before {
  content: "\e915";
}

.icon-hatena:before {
  content: "\e916";
}

.icon-facebook1:before {
  content: "\e95a";
}

.icon-twitter1:before {
  content: "\e91c";
}

.icon-youtube:before {
  content: "\e91f";
}

.icon-flickr2:before {
  content: "\e920";
}

.icon-delicious:before {
  content: "\e92b";
}

.icon-pinterest:before {
  content: "\e92c";
}

.icon-googleplus:before {
  content: "\ea8b";
}

.icon-instagram-logo:before {
  content: "\ea92";
}

.icon-github-logo:before {
  content: "\eab0";
}

.icon-home-logo:before {
  content: "\e902";
}

.icon-amazon-logo:before {
  content: "\ea87";
}

.icon-linkedin-logo:before {
  content: "\eaca";
}

.icon-codepen-logo:before {
  content: "\eae8";
}

.icon-comment1:before {
  content: "\e96b";
}

.icon-soundcloud-logo:before {
  content: "\eac3";
}

.icon-linkedin:before {
  content: "\eacb";
}

.icon-twitch-logo:before {
  content: "\ea9f";
}

/* =======================================
このCSSはSassから生成されていますので、
編集する際はSassを使用してください。
========================================== */
/*# sourceMappingURL=maps/import.css.map */
