@charset "UTF-8";
@font-face {
  font-family: '5x5dots';
  src: url("../fonts/5x5dots.ttf") format("truetype");
}
@font-face {
  font-family: 'migmix1p';
  src: url("../fonts/ipaexg.ttf") format("truetype");
}
/*****************************
 base
******************************/
html, body {
  height: 100%;
  min-height: 100%;
  font-family: 'migmix1p','Palatino Linotype', "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Meiryo, Geneva, Arial, Verdana, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  background: #000;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: lighter;
  text-shadow: 1px 1px 2px #000000, 0 0 1em #000000, 0 0 0.2em #000000;
}

article,
nav,
footer {
  min-width: 1000px;
}

#wapper {
  max-width: 1060px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.left_contents {
  float: left;
  width: 74%;
  max-width: 740px;
  padding-right: 6px;
}

#menu_area {
  float: right;
  width: 26%;
  max-width: 260px;
}

input[type="text"]:focus,
textarea:focus {
  outline: 0;
}

footer {
  position: relative;
  width: 100%;
  z-index: 2;
  padding: 10px 0;
  background: #000;
}
footer #cp {
  text-align: center;
  color: #FFF;
}

.mesh {
  background-image: url("../img/mesh2.png");
  background-repeat: repeat;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mesh.backb {
  background-color: rgba(0, 0, 0, 0.31);
}

h1 {
  margin: 0;
}

.more_box {
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.27);
  width: 150px;
  margin: 0 auto;
  text-align: center;
  text-shadow: none;
}
.more_box a, .more_box .button1 {
  color: #FFF;
  display: block;
  padding: 15px 10px;
  text-decoration: none;
  cursor: pointer;
}
.more_box a:hover, .more_box .button1:hover {
  background: #FFF;
  color: #000;
}

.tsuki_link {
  color: #F00;
  text-decoration: underline;
  font-weight: bold;
  display: inline;
}
.tsuki_link:hover {
  text-decoration: none;
}

.machinery_hide_button {
  display: none;
}

/*****************************
 title
******************************/
#page_title {
  margin: 40px 0 30px;
  text-align: center;
  font-size: 90px;
  font-size: 5.625rem;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
}

.title_box {
  padding-top: 100px;
  width: 100%;
  border-bottom: 1px solid #FFF;
  color: #FFF;
}

h1#about,
h1#gallery,
h1#technique,
h1#products,
h1#about_title,
h1#company_title,
h1#products_title,
h1#flow_title,
h1#recruit_title,
h1.title1 {
  font-family: '5x5dots','migmix1p',"Myriad Pro", "Trebuchet MS", sans-serif;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: lighter;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
h1#about span,
h1#gallery span,
h1#technique span,
h1#products span,
h1#about_title span,
h1#company_title span,
h1#products_title span,
h1#flow_title span,
h1#recruit_title span,
h1.title1 span {
  font-weight: bold;
}

.befor_line:before {
  content: "";
  background: #F00;
  height: 120px;
  width: 2px;
  position: absolute;
  top: -50px;
  left: -10px;
  display: block;
}

#page_name {
  font-family: '5x5dots','migmix1p',"Myriad Pro", "Trebuchet MS", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  border: 1px solid #FFF;
  padding: 16px 70px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/**************************************
            title
**************************************/
/**************************************
            footer
**************************************/
#footer_company_area {
  text-align: center;
  margin-bottom: 30px;
}
#footer_company_area #company_name {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: normal;
}
#footer_company_area #company_data1 {
  display: flex;
  font-size: 25px;
  font-size: 1.5625rem;
  justify-content: center;
}
#footer_company_area #company_data1 img {
  width: 30px;
}
#footer_company_area #company_data1 ul {
  display: flex;
  flex-direction: row;
}
#footer_company_area #company_data1 li {
  display: flex;
  align-items: center;
  margin: 10px;
}
#footer_company_area #company_data2,
#footer_company_area #company_data3 {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 10px;
}
#footer_company_area #contact_box {
  margin-top: 20px;
  text-shadow: none;
}
#footer_company_area #contact_box #contact_text {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
}
#footer_company_area #contact_box a {
  background: #FFF;
  color: #000;
  font-size: 23px;
  font-size: 1.4375rem;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin: 5px auto;
  padding: 10px 0px 10px 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-image: url(../img/mail_icon.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 30px center;
}
#footer_company_area #contact_box a:hover {
  background: #F00;
  color: #fff;
  background-image: url(../img/mail_icon_w.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 30px center;
}
#footer_company_area #contact_box img {
  width: 40px;
  margin-right: 10px;
}
#footer_company_area #footer_sns_area,
#footer_company_area #footer_sns_area2,
#footer_company_area #footer_sns_area3 {
  margin-top: 20px;
}
#footer_company_area #footer_sns_area a,
#footer_company_area #footer_sns_area2 a,
#footer_company_area #footer_sns_area3 a {
  width: 120px;
  margin: 0 auto;
}
#footer_company_area #footer_sns_area a:hover,
#footer_company_area #footer_sns_area2 a:hover,
#footer_company_area #footer_sns_area3 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#footer_company_area #footer_sns_area img,
#footer_company_area #footer_sns_area2 img,
#footer_company_area #footer_sns_area3 img {
  width: 100%;
}

#footer_sns_box {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 60%;
  margin: 0 auto;
}

/**************************************
            footer
**************************************/
/***************************************/
/*            動画header             */
/***************************************/
#top_header {
  position: relative;
  overflow: hidden;
}

.width100 {
  max-width: 100% !important;
  width: 100% !important;
}

#top_video_wap {
  overflow: hidden;
  z-index: -2;
  width: 100%;
  height: 350px;
  min-width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top_video_wap video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
}

/***************************************/
/*            アイコン		         */
/***************************************/
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=#4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

.icon-500px:before {
  content: "\f26e";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-adn:before {
  content: "\f170";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-right:before {
  content: "\f038";
}

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

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-anchor:before {
  content: "\f13d";
}

.icon-android:before {
  content: "\f17b";
}

.icon-angellist:before {
  content: "\f209";
}

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

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

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

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

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

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

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

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

.icon-apple:before {
  content: "\f179";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-at:before {
  content: "\f1fa";
}

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

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

.icon-balance-scale:before {
  content: "\f24e";
}

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

.icon-bank:before {
  content: "\f19c";
}

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

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

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

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

.icon-battery-0:before {
  content: "\f244";
}

.icon-battery-1:before {
  content: "\f243";
}

.icon-battery-2:before {
  content: "\f242";
}

.icon-battery-3:before {
  content: "\f241";
}

.icon-battery-4:before {
  content: "\f240";
}

.icon-battery-empty:before {
  content: "\f244";
}

.icon-battery-full:before {
  content: "\f240";
}

.icon-battery-half:before {
  content: "\f242";
}

.icon-battery-quarter:before {
  content: "\f243";
}

.icon-battery-three-quarters:before {
  content: "\f241";
}

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

.icon-beer:before {
  content: "\f0fc";
}

.icon-behance:before {
  content: "\f1b4";
}

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

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

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

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

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

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

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

.icon-birthday-cake:before {
  content: "\f1fd";
}

.icon-bitbucket:before {
  content: "\f171";
}

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

.icon-bitcoin:before {
  content: "\f15a";
}

.icon-black-tie:before {
  content: "\f27e";
}

.icon-bold:before {
  content: "\f032";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-bomb:before {
  content: "\f1e2";
}

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

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

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

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

.icon-btc:before {
  content: "\f15a";
}

.icon-bug:before {
  content: "\f188";
}

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

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

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

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

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

.icon-buysellads:before {
  content: "\f20d";
}

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

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

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

.icon-calendar-check-o:before {
  content: "\f274";
}

.icon-calendar-minus-o:before {
  content: "\f272";
}

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

.icon-calendar-plus-o:before {
  content: "\f271";
}

.icon-calendar-times-o:before {
  content: "\f273";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-cc:before {
  content: "\f20a";
}

.icon-cc-amex:before {
  content: "\f1f3";
}

.icon-cc-diners-club:before {
  content: "\f24c";
}

.icon-cc-discover:before {
  content: "\f1f2";
}

.icon-cc-jcb:before {
  content: "\f24b";
}

.icon-cc-mastercard:before {
  content: "\f1f1";
}

.icon-cc-paypal:before {
  content: "\f1f4";
}

.icon-cc-stripe:before {
  content: "\f1f5";
}

.icon-cc-visa:before {
  content: "\f1f0";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-chrome:before {
  content: "\f268";
}

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

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

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

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

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

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

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

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

.icon-cloud:before {
  content: "\f0c2";
}

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

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

.icon-cny:before {
  content: "\f157";
}

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

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

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

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

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

.icon-cogs:before {
  content: "\f085";
}

.icon-columns:before {
  content: "\f0db";
}

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

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

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

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

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

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

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

.icon-compress:before {
  content: "\f066";
}

.icon-connectdevelop:before {
  content: "\f20e";
}

.icon-contao:before {
  content: "\f26d";
}

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

.icon-copyright:before {
  content: "\f1f9";
}

.icon-creative-commons:before {
  content: "\f25e";
}

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

.icon-crop:before {
  content: "\f125";
}

.icon-crosshairs:before {
  content: "\f05b";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-cube:before {
  content: "\f1b2";
}

.icon-cubes:before {
  content: "\f1b3";
}

.icon-cut:before {
  content: "\f0c4";
}

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

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-dashcube:before {
  content: "\f210";
}

.icon-database:before {
  content: "\f1c0";
}

.icon-dedent:before {
  content: "\f03b";
}

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

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

.icon-deviantart:before {
  content: "\f1bd";
}

.icon-diamond:before {
  content: "\f219";
}

.icon-digg:before {
  content: "\f1a6";
}

.icon-dollar:before {
  content: "\f155";
}

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

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

.icon-dribbble:before {
  content: "\f17d";
}

.icon-dropbox:before {
  content: "\f16b";
}

.icon-drupal:before {
  content: "\f1a9";
}

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

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

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

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

.icon-empire:before {
  content: "\f1d1";
}

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

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

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

.icon-eraser:before {
  content: "\f12d";
}

.icon-eur:before {
  content: "\f153";
}

.icon-euro:before {
  content: "\f153";
}

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

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

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

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

.icon-expand:before {
  content: "\f065";
}

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

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

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

.icon-eye:before {
  content: "\f06e";
}

.icon-eye-slash:before {
  content: "\f070";
}

.icon-eyedropper:before {
  content: "\f1fb";
}

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

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

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

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

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

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

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

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

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

.icon-fighter-jet:before {
  content: "\f0fb";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-files-o:before {
  content: "\f0c5";
}

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

.icon-filter:before {
  content: "\f0b0";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-fire-extinguisher:before {
  content: "\f134";
}

.icon-firefox:before {
  content: "\f269";
}

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

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

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

.icon-flash:before {
  content: "\f0e7";
}

.icon-flask:before {
  content: "\f0c3";
}

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

.icon-floppy-o:before {
  content: "\f0c7";
}

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

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

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

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

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

.icon-fonticons:before {
  content: "\f280";
}

.icon-forumbee:before {
  content: "\f211";
}

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

.icon-foursquare:before {
  content: "\f180";
}

.icon-frown-o:before {
  content: "\f119";
}

.icon-futbol-o:before {
  content: "\f1e3";
}

.icon-gamepad:before {
  content: "\f11b";
}

.icon-gavel:before {
  content: "\f0e3";
}

.icon-gbp:before {
  content: "\f154";
}

.icon-ge:before {
  content: "\f1d1";
}

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

.icon-gears:before {
  content: "\f085";
}

.icon-genderless:before {
  content: "\f22d";
}

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

.icon-gg:before {
  content: "\f260";
}

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

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

.icon-git:before {
  content: "\f1d3";
}

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

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

.icon-github-alt:before {
  content: "\f113";
}

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

.icon-gittip:before {
  content: "\f184";
}

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

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

.icon-google:before {
  content: "\f1a0";
}

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

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

.icon-google-wallet:before {
  content: "\f1ee";
}

.icon-graduation-cap:before {
  content: "\f19d";
}

.icon-gratipay:before {
  content: "\f184";
}

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

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

.icon-hacker-news:before {
  content: "\f1d4";
}

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

.icon-hand-lizard-o:before {
  content: "\f258";
}

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

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

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

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

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

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

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

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

.icon-hand-scissors-o:before {
  content: "\f257";
}

.icon-hand-spock-o:before {
  content: "\f259";
}

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

.icon-hdd-o:before {
  content: "\f0a0";
}

.icon-header:before {
  content: "\f1dc";
}

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

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

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

.icon-heartbeat:before {
  content: "\f21e";
}

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

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

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

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

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

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

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

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

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

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

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

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

.icon-houzz:before {
  content: "\f27c";
}

.icon-html5:before {
  content: "\f13b";
}

.icon-i-cursor:before {
  content: "\f246";
}

.icon-ils:before {
  content: "\f20b";
}

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

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

.icon-indent:before {
  content: "\f03c";
}

.icon-industry:before {
  content: "\f275";
}

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

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

.icon-inr:before {
  content: "\f156";
}

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

.icon-institution:before {
  content: "\f19c";
}

.icon-internet-explorer:before {
  content: "\f26b";
}

.icon-intersex:before {
  content: "\f224";
}

.icon-ioxhost:before {
  content: "\f208";
}

.icon-italic:before {
  content: "\f033";
}

.icon-joomla:before {
  content: "\f1aa";
}

.icon-jpy:before {
  content: "\f157";
}

.icon-jsfiddle:before {
  content: "\f1cc";
}

.icon-key:before {
  content: "\f084";
}

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

.icon-krw:before {
  content: "\f159";
}

.icon-language:before {
  content: "\f1ab";
}

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

.icon-lastfm:before {
  content: "\f202";
}

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

.icon-leaf:before {
  content: "\f06c";
}

.icon-leanpub:before {
  content: "\f212";
}

.icon-legal:before {
  content: "\f0e3";
}

.icon-lemon-o:before {
  content: "\f094";
}

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

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

.icon-life-bouy:before {
  content: "\f1cd";
}

.icon-life-buoy:before {
  content: "\f1cd";
}

.icon-life-ring:before {
  content: "\f1cd";
}

.icon-life-saver:before {
  content: "\f1cd";
}

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

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

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

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

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

.icon-linux:before {
  content: "\f17c";
}

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

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

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

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

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

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

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

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

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

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

.icon-magic:before {
  content: "\f0d0";
}

.icon-magnet:before {
  content: "\f076";
}

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

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

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

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

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

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

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

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

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

.icon-mars:before {
  content: "\f222";
}

.icon-mars-double:before {
  content: "\f227";
}

.icon-mars-stroke:before {
  content: "\f229";
}

.icon-mars-stroke-h:before {
  content: "\f22b";
}

.icon-mars-stroke-v:before {
  content: "\f22a";
}

.icon-maxcdn:before {
  content: "\f136";
}

.icon-meanpath:before {
  content: "\f20c";
}

.icon-medium:before {
  content: "\f23a";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-meh-o:before {
  content: "\f11a";
}

.icon-mercury:before {
  content: "\f223";
}

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

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

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

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

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

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

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

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

.icon-money:before {
  content: "\f0d6";
}

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

.icon-mortar-board:before {
  content: "\f19d";
}

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

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

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

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

.icon-neuter:before {
  content: "\f22c";
}

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

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

.icon-object-ungroup:before {
  content: "\f248";
}

.icon-odnoklassniki:before {
  content: "\f263";
}

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

.icon-opencart:before {
  content: "\f23d";
}

.icon-openid:before {
  content: "\f19b";
}

.icon-opera:before {
  content: "\f26a";
}

.icon-optin-monster:before {
  content: "\f23c";
}

.icon-outdent:before {
  content: "\f03b";
}

.icon-pagelines:before {
  content: "\f18c";
}

.icon-paint-brush:before {
  content: "\f1fc";
}

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

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

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

.icon-paragraph:before {
  content: "\f1dd";
}

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

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

.icon-paw:before {
  content: "\f1b0";
}

.icon-paypal:before {
  content: "\f1ed";
}

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

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

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

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

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

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

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

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

.icon-pied-piper:before {
  content: "\f1a7";
}

.icon-pied-piper-alt:before {
  content: "\f1a8";
}

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

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

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

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

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

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

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

.icon-plug:before {
  content: "\f1e6";
}

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

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

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

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

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

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

.icon-puzzle-piece:before {
  content: "\f12e";
}

.icon-qq:before {
  content: "\f1d6";
}

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

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

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

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

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

.icon-ra:before {
  content: "\f1d0";
}

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

.icon-rebel:before {
  content: "\f1d0";
}

.icon-recycle:before {
  content: "\f1b8";
}

.icon-reddit:before {
  content: "\f1a1";
}

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

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

.icon-registered:before {
  content: "\f25d";
}

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

.icon-renren:before {
  content: "\f18b";
}

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

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

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

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

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

.icon-rmb:before {
  content: "\f157";
}

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

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

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

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

.icon-rouble:before {
  content: "\f158";
}

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

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

.icon-rub:before {
  content: "\f158";
}

.icon-ruble:before {
  content: "\f158";
}

.icon-rupee:before {
  content: "\f156";
}

.icon-safari:before {
  content: "\f267";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-scissors:before {
  content: "\f0c4";
}

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

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

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

.icon-sellsy:before {
  content: "\f213";
}

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

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

.icon-server:before {
  content: "\f233";
}

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

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

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

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

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

.icon-shekel:before {
  content: "\f20b";
}

.icon-sheqel:before {
  content: "\f20b";
}

.icon-shield:before {
  content: "\f132";
}

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

.icon-shirtsinbulk:before {
  content: "\f214";
}

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

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

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

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

.icon-simplybuilt:before {
  content: "\f215";
}

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

.icon-skyatlas:before {
  content: "\f216";
}

.icon-skype:before {
  content: "\f17e";
}

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

.icon-sliders:before {
  content: "\f1de";
}

.icon-slideshare:before {
  content: "\f1e7";
}

.icon-smile-o:before {
  content: "\f118";
}

.icon-soccer-ball-o:before {
  content: "\f1e3";
}

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

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

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

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

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

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

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

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

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

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

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

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

.icon-space-shuttle:before {
  content: "\f197";
}

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

.icon-spoon:before {
  content: "\f1b1";
}

.icon-spotify:before {
  content: "\f1bc";
}

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

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

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

.icon-stack-overflow:before {
  content: "\f16c";
}

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

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

.icon-star-half-empty:before {
  content: "\f123";
}

.icon-star-half-full:before {
  content: "\f123";
}

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

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

.icon-steam:before {
  content: "\f1b6";
}

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

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

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

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

.icon-sticky-note:before {
  content: "\f249";
}

.icon-sticky-note-o:before {
  content: "\f24a";
}

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

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

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-stumbleupon:before {
  content: "\f1a4";
}

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

.icon-subscript:before {
  content: "\f12c";
}

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

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

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

.icon-superscript:before {
  content: "\f12b";
}

.icon-support:before {
  content: "\f1cd";
}

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

.icon-tablet:before {
  content: "\f10a";
}

.icon-tachometer:before {
  content: "\f0e4";
}

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

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

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

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

.icon-television:before {
  content: "\f26c";
}

.icon-tencent-weibo:before {
  content: "\f1d5";
}

.icon-terminal:before {
  content: "\f120";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

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

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

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

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

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

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

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

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

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

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

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

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

.icon-tint:before {
  content: "\f043";
}

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

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

.icon-toggle-off:before {
  content: "\f204";
}

.icon-toggle-on:before {
  content: "\f205";
}

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

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

.icon-trademark:before {
  content: "\f25c";
}

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

.icon-transgender:before {
  content: "\f224";
}

.icon-transgender-alt:before {
  content: "\f225";
}

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

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

.icon-tree:before {
  content: "\f1bb";
}

.icon-trello:before {
  content: "\f181";
}

.icon-tripadvisor:before {
  content: "\f262";
}

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

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

.icon-try:before {
  content: "\f195";
}

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

.icon-tumblr:before {
  content: "\f173";
}

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

.icon-turkish-lira:before {
  content: "\f195";
}

.icon-tv:before {
  content: "\f26c";
}

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

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

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

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-underline:before {
  content: "\f0cd";
}

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

.icon-university:before {
  content: "\f19c";
}

.icon-unlink:before {
  content: "\f127";
}

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

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

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

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

.icon-usd:before {
  content: "\f155";
}

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

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

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

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

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

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

.icon-venus:before {
  content: "\f221";
}

.icon-venus-double:before {
  content: "\f226";
}

.icon-venus-mars:before {
  content: "\f228";
}

.icon-viacoin:before {
  content: "\f237";
}

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

.icon-vimeo:before {
  content: "\f27d";
}

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

.icon-vine:before {
  content: "\f1ca";
}

.icon-vk:before {
  content: "\f189";
}

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

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

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

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

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

.icon-weibo:before {
  content: "\f18a";
}

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

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

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

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

.icon-wikipedia-w:before {
  content: "\f266";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-won:before {
  content: "\f159";
}

.icon-wordpress:before {
  content: "\f19a";
}

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

.icon-xing:before {
  content: "\f168";
}

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

.icon-y-combinator:before {
  content: "\f23b";
}

.icon-y-combinator-square:before {
  content: "\f1d4";
}

.icon-yahoo:before {
  content: "\f19e";
}

.icon-yc:before {
  content: "\f23b";
}

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

.icon-yelp:before {
  content: "\f1e9";
}

.icon-yen:before {
  content: "\f157";
}

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

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

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

/**************************************
            ナビ
**************************************/
#top_main_nav {
  z-index: 5;
  position: fixed;
  top: 0px;
  width: 100%;
  font-size: 23px;
  font-size: 1.4375rem;
  font-size: 1.23rem;
  font-weight: bold;
  font-family: '5x5dots','migmix1p',"Myriad Pro", "Trebuchet MS", sans-serif;
  background: rgba(0, 0, 0, 0.46);
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.42);
}
#top_main_nav ul {
  display: flex;
  justify-content: space-around;
  width: 65%;
  margin: 0 0 0 auto;
}
#top_main_nav li.each_nav a {
  color: #FFF;
  text-decoration: none;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#top_main_nav li.each_nav a:hover {
  color: #F00;
  text-decoration: underline;
}
#top_main_nav #content_nav {
  background: #FFF;
  line-height: 0;
  width: 90px;
  height: 50px;
  background-image: url(../img/contact_button.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#top_main_nav #content_nav:hover {
  background-color: #F00;
  background-image: url(../img/contact_button_w.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#top_main_nav #content_nav a {
  height: 100%;
}

#nav_log img {
  width: 180px;
}

#technique_text,
#flow_box,
#actual_box,
#machinery_box {
  line-height: 2.2;
  width: 90%;
  margin: 30px auto 0 auto;
}

#machinery_box {
  width: 50%;
}
#actual_box h2{
  font-size: 33px;
  font-weight: bold;
  width: 100%;
  margin: 40px auto 0;
  padding: 15px;
  padding-bottom: 0;
  border-bottom: 1px dashed #ffffff;
  line-height: 1.4em;
  text-align: center;
}
#actual_box p a{
  color: #ff00ff;
}


#technique_contents dl.technique {
  border-top: dotted 1px #ff0708;
}
#technique_contents dl.technique dt {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 3px 0 5px 10px;
  border-bottom: dotted 1px #ff0708;
}
#technique_contents dl.technique dd {
  padding: 0px 0.5em 0px 5em;
}
#technique_contents dl.technique .line_top {
  border-top: dotted 1px #ff0708;
}

.actual2box_1,
.actual2box_2 {
  width: 50%;
  text-align: center;
}

#actual_results_wapper {
  display: flex;
}
#actual_results_wapper2 {
  display: block;
  text-align: center;
}


.actual_results_box {
  width: 100%;
  padding: 15px;
  line-height: 1.8;
}
.actual_results_box .actual_results_title {
  font-weight: bold;
  font-size: 19px;
  font-size: 1.1875rem;
}

#machinery_contents {
  margin-bottom: 70px;
}
#machinery_contents dl.list dt {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0px 0px 0px 10px;
  border-top: dotted 1px #ff0708;
  border-bottom: dotted 1px #ff0708;
}
#machinery_contents dl.list dd {
  padding: 0px 0.5em 0px 5em;
}
/**************************************
            2024_footer修正
**************************************/

#footer_company_area #company_data1,
#footer_company_area #company_data1-2 {
  display: flex;
  font-size: 25px;
  font-size: 1.5625rem;
  justify-content: center;
}
#footer_company_area #company_data1 img,
#footer_company_area #company_data1-2 img {
  width: 30px;
}
#footer_company_area #company_data1 ul,
#footer_company_area #company_data1-2 ul {
  display: flex;
  flex-direction: row;
}
#footer_company_area #company_data1 li,
#footer_company_area #company_data1-2 li  {
  display: flex;
  align-items: center;
  margin: 10px;
}
#other_box1 #company_data1,
#other_box1 #company_data1-2 {
  display: flex;
  font-size: 25px;
  font-size: 1.5625rem;
  justify-content: center;
  margin-top: 10px;
}
#other_box1 #company_data1 img,
#other_box1 #company_data1-2 img {
  width: 30px;
}
#other_box1 #company_data1 ul,
#other_box1 #company_data1-2 ul {
  display: flex;
  flex-direction: row;
}
#other_box1 #company_data1 li,
#other_box1 #company_data1-2 li {
  display: flex;
  align-items: center;
  margin: 10px;
}

#actual_results_wapper {
  display: flex;
  justify-content: center;
  /* width: 70%; */
  /* text-align: center; */
  align-items: flex-start;
}

.actual2box_1, .actual2box_2 {
  width: 40%;
  text-align: center;
}
.m20 {
  margin: 20px auto;
}
.machinery_img{
  margin: 30px 0 30px -130px;
}

#top_main_nav ul {
  width: 65%;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}