@charset "utf-8";
/*
Theme Name: nakajima
Version: 1.0
Author: KeiStyle
*/
/*
基本カラー　#66d9ff
*/

/*-----------------------------------------------------------------
　　　共通
*-----------------------------------------------------------------*/
/* じわっと表示 */
.fadein01 {
  animation: fadeIn 3s normal;
}
/*ふわっと下から表示 */
.fadein02 {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1.5s;
}
.fadein02.scrollin02 {
  opacity: 1;
  transform: translate(0, 0);
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn { /*古いブラウザに対応*/
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
/*-----------------------------------------------------------------
　　　トップページ
*-----------------------------------------------------------------*/
.toppage01_outside {
  margin: 0;
  padding: 40px 0 0;
  background: url("images/top-bg01.jpg");
  background-position: bottom;
  background-size: cover;
}
.toppage01 {
  width: 100%;
  max-width: 1080px;
  min-width: 250px;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  text-align: center;
}
.topptge_h1 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 12px;
  color: #666;
  font-weight: normal;
  text-align: center;
}
.toppage_nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}
.toppage_nav, .dengonban, .toppage02 {
  margin: 0 0 30px;
  padding: 0;
}
.toppage_nav ul li {
  width: 32%;
  margin: 0;
  padding: 0 0 1em;
  text-align: center;
  list-style-type: none;
}
.toppage_nav ul li img {
  margin: 0 0 .5em;
}
.toppage_nav ul li a {
  color: #333;
  text-decoration: none;
}
.toppage_nav ul li span {
  position: relative;
  display: block;
  padding: .2em;
  color: #325193;
  background-color: #66d9ff;
  border: 1px solid #CCC;
}
.toppage_nav ul li span::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid #325193;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.dengonban h2 {
  padding-top: 0 !important;
}
.goaisatu {
	margin: 0 0 40px;
	padding: 0;
}
.goaisatu img {
	width: 150px;
}
.sintyaku {
  margin: 0 0 60px;
  padding: 0;
}
.toppage03 {
  margin: 0;
  padding: 0;
}
.toppage02::after, .toppage03::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.toppage02 img, .toppage03 img {
  width: 240px;
}
/*-----------------------------------------------------------------
　　　会社概要
*-----------------------------------------------------------------*/
.company01 {
  width: 100%;
  max-width: 1080px;
  min-width: 250px;
  margin: 0 auto;
  padding: 0;
}
.company01 table {
  width: 100%;
  margin: 0 0 50px;
  padding: 0;
  border-collapse: collapse;
}
.company01 table tbody tr th {
  width: 20%;
  margin: 0;
  padding: 15px 5px;
  font-weight: normal;
  text-align: center;
  background-color: #f1f1f1;
  border: 1px solid #CCC;
}
.company01 table tbody tr td {
  width: 80%;
  margin: 0;
  padding: 15px 5px 15px 20px;
  background-color: #fff;
  border: 1px solid #CCC;
}
.map { /*地図をレスポンシブ化*/
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  margin-bottom: 50px;
}
.map iframe, .mapr object, .map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*-----------------------------------------------------------------
　　　事業内容
*-----------------------------------------------------------------*/
.business01 {
  margin: 0 0 30px;
  padding: 0;
  font-size: 18px;
  color: #325193;
  font-weight: bold;
  text-align: center;
}
.business02 {
  margin: 0 0 30px;
  padding: 50px 20px 100px;
  color: #fff;
  background: url("images/business01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.business02 h2 {
  margin: 0 0 60px !important;
  color: #fff !important;
}
.business03 {
  margin: 0;
  padding: 0;
}
.business03in {
  margin: 0 0 30px;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.business03in dl {
  width: 42%;
  margin: 1% 1% 2%;
  padding: 0;
  color: #333;
  font-size: 16px;
  text-align: center;
  list-style-type: none;
}
.business03in dl dt {
  margin: 0;
  padding: 0;
}
.business03in dl dd {
  position: relative;
  width: 85%;
  margin: -30px -20px 0 auto;
  padding: 20px;
  font-size: 14px;
  color: #fff;
  text-align: left;
  background-color: #074009;
  border-radius: 10px;
  z-index: 10;
}
.business03in dl dd span {
  display: block;
  font-size: 18px;
  text-align: center;
}
.business04 {
  margin: 30px 0;
  padding: 0;
  text-align: center;
}
/*-----------------------------------------------------------------
　　　求人情報
*-----------------------------------------------------------------*/
.recruit01 {
  width: 100%;
  max-width: 1080px;
  min-width: 250px;
  margin: 0 auto;
  padding: 0;
}
.recruit01 p {
  margin: 0 0 30px;
  padding: 0;
  font-size: 18px;
  color: #325193;
  font-weight: bold;
  text-align: center;
}
.recruit01 table {
  width: 100%;
  margin: 0 0 50px;
  padding: 0;
  border-collapse: collapse;
}
.recruit01 table tbody tr th {
  width: 20%;
  margin: 0;
  padding: 15px 5px;
  font-weight: normal;
  text-align: center;
  background-color: #f1f1f1;
  border: 1px solid #CCC;
}
.recruit01 table tbody tr td {
  width: 80%;
  margin: 0;
  padding: 15px 5px 15px 20px;
  background-color: #fff;
  border: 1px solid #CCC;
}
/*-----------------------------------------------------------------
　　　お問合せ
*-----------------------------------------------------------------*/
.form-res input#submit_button {
  margin: 0 auto;
  padding: 5px 25px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  border: 1px solid #999;
  border-radius: 3px;
  background: #FFFBD3;
}
.form-res input#submit_button:hover {
  color: #fff;
  background: #999;
}
/*-----------------------------------------------------------------
　　　基本共通部分
*-----------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
body {
  font: 14px/1.8 "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #000;
  background: url("images/bg01.png") no-repeat;
  background-position: bottom;
  background-size: 100% auto;
 background-attachment: fixed; 
}
#wrapper {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: underline;
  transition: .3s;
  cursor: pointer;
  color: #0000ff;
}
a:hover {
  color: #ccc;
}
a:active, a:focus {
  outline: 0;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  transition: .5s;
}
body a:hover img {
  transform: scale(1.03);
  transition: .3s;
}
.clear {
  margin: 0 0 50px;
  padding: 0;
  clear: both;
}
.photo-r, .photo-l {
  text-align: center;
  font-size: 0.9em;
  line-height: 1.3em;
}
.photo-l {
  margin: 0 50px 50px 0;
  padding: 0;
  float: left;
}
.photo-r {
  margin: 0 0 50px 50px;
  padding: 0;
  float: right;
}
.photo-r img, .photo-l img {
  margin: 0 0 5px 0;
}
/* 投稿画像の回り込み */
.alignnone {
  padding: 4px;
  margin: 0px 15px 0 15px;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
}
.alignright {
  float: right;
  display: inline;
  padding: 4px;
  margin: 0px 15px 0 15px;
}
.alignleft {
  float: left;
  display: inline;
  padding: 4px;
  margin: 0px 15px 0 15px;
}
.breadcrumbs { /*パンくずリスト*/
  width: 100%;
  max-width: 1080px;
  min-width: 250px;
  margin: 10px auto;
  padding: 0;
  font-size: 12px;
  clear: both;
}
.no-wrap {
  display: inline-block;
}
.btn {
  margin: 10px;
  padding: 5px 15px;
  display: inline-block;
  text-decoration: none;
  color: #c00;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  border: 1px solid #c00;
  transition: .4s;
}
.btn:hover {
  color: #fff;
  background: #c00;
}
.form-res { /*フォームをレスポンシブ化*/
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px 0;
}
.form-res input, .form-res textarea { /*フォームの入力欄を拡大*/
  padding: 5px;
}
/*-----------------------------------------------------------------
　　　アイコン
*-----------------------------------------------------------------*/
.material-icons { /*基本*/
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-transform: none;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
}
/* アイコンのサイズ */
.material-icons.size14 {
  font-size: 14px;
}
.material-icons.size16 {
  font-size: 16px;
}
.material-icons.size18 {
  font-size: 18px;
}
.material-icons.size20 {
  font-size: 20px;
}
.material-icons.size22 {
  font-size: 22px;
}
.material-icons.size24 {
  font-size: 24px;
}
.material-icons.size26 {
  font-size: 26px;
}
.material-icons.size28 {
  font-size: 28px;
}
.material-icons.size30 {
  font-size: 30px;
}
/* アイコンの色 */
.material-icons.color01 {
  color: #333;
}
.material-icons.color02 {
  color: #333;
}
/*-----------------------------------------------------------------
　　　ヘッダー
*-----------------------------------------------------------------*/
#header {
  margin: 0 0 30px;
  padding: 0;
}
.header_description {
  margin: 0;
  padding: .3em 0;
  font-size: 12px;
  background-color: #66d9ff;
}
.header_description p {
  display: block;
  width: 100%;
  max-width: 1080px;
  min-width: 250px;
  margin: 0 auto;
  padding: 0;
}
#header-in {
  width: 100%;
  max-width: 1080px;
  min-width: 250px;
  margin: 10px auto 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
/*--- ヘッダー左 ---*/
#header-logo {
  width: 20%;
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 1em;
  transition: .2s;
}
#header-logo::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#header-logo a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
#header-logo a span {
  font-size: 14px;
}
#header-logo a:hover {
  transform: scale(1.1);
  transition: .2s;
}
#header-logo img {
  width: 60px;
  margin: 0 10px 0 0;
  float: left;
}
/*--- ヘッダー中 ---*/
#header-sodan span {
  display: inline-block;
  margin: 1.5em;
  padding: .5em 1em .3em;
  font-size: 13px;
  text-align: center;
  background-color: #ff4;
  border-radius: 20px;
}
/*--- ヘッダー右 ---*/
#header-right {
  display: inline-block;
  width: 25%;
  margin: 0;
  padding: 0;
  color: #333;
  text-align: right;
  line-height: 1.5em;
  transition: .2s;
}
#header-right span {
  font-size: 14px;
  font-weight: normal;
}
#header-right a {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
#header-right .koteidenwa {
	padding: 0 0 0 11px;
	font-size: 16px;
  font-weight: bold;
}
#header-right .fax {
	font-size: 16px;
  font-weight: bold;
}
#header-right a:hover {
  transform: scale(1.1);
  transition: .2s;
}
#header-right .header-button {
  border-radius: 2px;
  padding: 1px 5px;
  font-size: 10px;
  color: #fff;
  background: #ff6633;
}
#header-right .header-button:hover {
  transform: scale(1.1);
  transition: .2s;
}
/*-----------------------------------------------------------------
　　　グローバルナビゲーション
*-----------------------------------------------------------------*/
/*　ハンバーガーメニュー　*/
#menu-icon {
  position: fixed;
  top: 0;
  right: 0;
  display: flex !important;
  height: 20px !important; /*メニューボタンの高さ*/
  width: 45px !important; /*メニューボタンの幅*/
  padding: 20px 0 0 !important; /*MENUの位置*/
  font-size: 10px !important;
  justify-content: center;
  align-items: center;
  z-index: 100;
  background-color: #000;
}
#menu-icon span, /*1本目の線*/ #menu-icon span:before /*2本目の線*/ , #menu-icon span:after /*1本目の線からの距離*/ {
  content: '';
  display: block;
  height: 3px; /*横線の太さ*/
  width: 25px; /*横線の幅*/
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
  top: 6px;
}
#menu-icon span:before {
  top: 6px; /*1本目の線からの距離*/
}
#menu-icon span:after /*3本目の線*/ {
  top: 12px;
}
#menu-cb:checked ~ #menu-icon span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}
#menu-cb:checked ~ #menu-icon span::before {
  bottom: 3px;
  transform: rotate(45deg); /*2本眼の線時計回りに回転*/
}
#menu-cb:checked ~ #menu-icon span::after {
  top: 6px;
  transform: rotate(-45deg); /*3本眼の線半時計回りに回転*/
}
/*--- グローバルナビ ---*/
#global_navigation ul {
  width: 100%;
  max-width: 1080px;
  min-width: 250px;
  margin: 20px auto 10px;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
}
#global_navigation ul li {
  width: 20%;
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-align: center;
  list-style-type: none;
  border-left: 1px dashed #ccc;
  transition: .2s;
}
#global_navigation ul li:last-of-type {
  border-right: 1px dashed #ccc;
}
#global_navigation ul li a {
  display: block;
  margin: 0;
  padding: 0 0 3px;
  position: relative;
  font-size: 13px;
  color: #325193;
  text-decoration: none;
}
#global_navigation ul li a span {
  display: block;
  width: 80%;
  margin: 0 auto;
  font-size: 10px;
  color: #666;
  background-color: #f1f1f1;
  border-radius: 10px;
}
#global_navigation ul li:hover {
  transform: scale(1.1);
  transition: .2s;
}
/*-----------------------------------------------------------------
　　　メインコンテンツ
*-----------------------------------------------------------------*/
#container {
  width: 100%;
  max-width: 1080px;
  min-width: 250px;
  margin: 0 auto;
  padding: 0;
}
#container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#main {
  width: 100%;
  max-width: 720px;
  min-width: 250px;
  margin: 0 0 0 50px;
  padding: 0 0 15px;
  float: right;
}
#container p {
  padding: 0 15px 15px;
}
#container h1 {
  position: relative;
  margin: 0 0 50px;
  padding: 5px 0 3px 25px;
  font-size: 20px;
  color: #325193;
  font-weight: normal;
  clear: both;
  background: linear-gradient(to bottom, #66d9ff 0%, #cff 80%, #cff 100%);
}
#container h1:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 40%;
  top: 50%;
  left: 10px;
  background-color: #0086b3;
  transform: translateY(-50%);
}
#container h1 a {
  color: #fff;
  text-decoration: none;
}
#container h1 a:hover {
  color: #ccc;
}
#container h2 {
  margin: 0 0 30px;
  padding: 20px 10px;
  font-size: 24px;
  color: #325193;
  font-weight: normal;
  clear: both;
  position: relative;
  border-bottom: 1px solid #ccc;
}
#container h3 {
  margin: 0 0 20px;
  padding: 10px;
  font-size: 20px;
  color: #333;
  clear: both;
}
#container h4 {
  margin: 0 0 10px;
  padding: 10px;
  font-size: 18px;
  color: #333;
  clear: both;
}
/*-----------------------------------------------------------------
　　　サイドコンテンツ
*-----------------------------------------------------------------*/
#menu-cb {
  display: none;
}
#sidebar {
  width: 280px;
  padding: 0 0 15px;
  float: left;
}
#sidebar h3 {
  position: relative;
  margin: 0;
  padding: 5px 0 3px 25px;
  font-size: 14px;
  color: #325193;
  font-weight: normal;
  clear: both;
  background: linear-gradient(to bottom, #66d9ff 0%, #cff 80%, #cff 100%);
}
#sidebar h3:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 40%;
  top: 50%;
  left: 10px;
  background-color: #0086b3;
  transform: translateY(-50%);
}
#sidebar ul {
  margin: 0 0 20px;
  padding: 10px;
}
#sidebar ul li {
  position: relative;
  margin: 1px 0;
  padding: 5px 0;
  list-style-type: none;
}
#sidebar ul li::before {
  position: absolute;
  content: ' ';
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #0086b3;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
}
#sidebar li a {
  margin: 0;
  padding: 0 0 0 15px;
  color: #325193;
  display: block;
  text-decoration: none;
  border-bottom: 1px dotted #CCC;
}
#sidebar li:hover::before {
  color: #333;
  left: 7px;
  transition: .2s;
}
#sidebar-ad {
  margin: 0;
  padding: 15px 0 5px;
  font-size: 14px;
}
#sidebar-ad span {
  font-size: 16px;
  font-weight: bold;
}
.sidebar_fax {
  font-size: 14px!important;
  font-weight: normal!important;
  letter-spacing: 0.04em;
}
/*-----------------------------------------------------------------
　　　フッター
*-----------------------------------------------------------------*/
#footer {
  margin: 0;
  padding: 15px;
  font-size: 12px;
  color: #333;
  text-align: center;
  background: #f1f1f1;
  clear: both;
}
#footer p {
  margin: 0;
  padding: 10px 0;
  font-size: 14px;
}
/*--- フッターのCONTACT ---*/
.footer_contact {
  margin: 100px auto;
  padding: 50px;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #fafafa;
}
.footer_contact h2 {
  text-align: center !important;
  font-weight: normal;
}
.footer_contact p {
  margin: 0 0 30px !important;
}
.footer_contact ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.footer_contact ul li {
  display: inline-block;
  position: relative;
  width: 30%;
  height: 3em;
  margin: 0;
  padding: 0;
  font-size: 16px;
  list-style-type: none;
  background: #fff;
  border: 1px solid #333;
  transition: .3s;
}
.footer_contact ul li::after {
  position: absolute;
  right: 1px;
  bottom: 1px;
  content: '';
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid #FF8300;
  border-bottom: 10px solid #FF8300;
  box-sizing: border-box;
}
.footer_contact ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 0;
  vertical-align: middle;
  text-decoration: none;
  color: #333;
  line-height: 3em;
}
.footer_contact .material-icons {
  margin: 0 5px 0 0;
}
.footer_contact ul li:hover {
  transform: scale(1.1);
  transition: .3s;
}
#scroll-to-top { /*トップに移動の▲位置*/
  margin: 0 0 50px;
  padding: 0;
}
/*-----------------------------------------------------------------
　　　投稿ページ
*-----------------------------------------------------------------*/
#date {
  margin: -40px 0 20px;
  padding: 0 15px 10px 0;
  font-size: 10px;
  text-align: right;
}
#next-single {
  margin: 30px 0 0 0;
  padding: 10px 0;
  clear: both;
  border-top: 1px dotted #CCC;
}
#next-single:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#next-single-l {
  width: 50%;
  margin: 0;
  padding: 0;
  float: left;
  font-size: 0.8em;
  text-align: left;
}
#next-single-r {
  width: 50%;
  margin: 0;
  padding: 0;
  float: right;
  font-size: 0.8em;
  text-align: right;
}
.wp-embedded-content { /*Embedをレスポンシブ化*/
  max-width: 100%;
}
/*-----------------------------------------------------------------
　　　ブログページ
*-----------------------------------------------------------------*/
.weblog {
  margin: 25px 0;
  padding: 20px 20px 0;
  border: 1px solid #ccc;
}
.weblog h2 {
  padding: 0 10px !important;
  background: #eee;
  text-align: left !important;
  border-bottom: none !important;
}
.weblog h2 a {
  font-size: 16px;
  color: #444;
  text-decoration: none;
}
.weblog .date {
  margin: -40px 0 0;
  padding: 0;
  font-size: 10px;
  text-align: right;
}
.weblog .date2 {
  margin: -20px 0 20px;
}
.continuation {
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.continuation a {
  margin: 0 auto 20px;
  padding: 2px 7px;
  color: #fff;
  font-size: 10px;
  background: #325193;
  text-decoration: none;
  border-radius: 2px;
}
.weblog .continuation a:hover {
  background: #999;
}
/*-----------------------------------------------------------------
　　　アーカイブページ
*-----------------------------------------------------------------*/
.archive01 {
  margin: 0;
  padding: 50px;
  border: 1px solid #CCC;
}
.archive01 dl {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.archive01 dl dt {
  width: 130px;
  margin: 0;
  padding: 0;
  text-align: left;
}
.archive01 dl dd {
  margin: 0;
  padding: 0;
  text-align: left;
}
#wp_pagenavi { /*ページナビ*/
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
}
#next {
  margin: 30px 0 0 0;
  padding: 10px 0;
  clear: both;
  border-top: 1px dotted #ccc;
}
#next:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#next-l {
  width: 50%;
  max-width: 300px;
  min-width: 150px;
  margin: 0;
  padding: 0;
  float: left;
  font-size: 0.8em;
  text-align: left;
}
#next-r {
  width: 50%;
  max-width: 300px;
  min-width: 150px;
  margin: 0;
  padding: 0;
  float: right;
  font-size: 0.8em;
  text-align: right;
}
.archive01 dl {
  margin: 0;
  padding: 0;
}
.archive01 dl dt {
  margin: 0;
  padding: 0;
}
.archive01 dl dd {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 900px) { /*PCで隠す*/
  #menu-icon {
    display: none !important;
  }
}
@media screen and (max-width: 900px) { /*スマホ*/
  /*-----------------------------------------------------------------
　　　トップページ
*-----------------------------------------------------------------*/
  .dengonban, .sintyaku, .toppage01, .toppage02, .toppage03 {
    width: 95%;
    margin: 0 auto;
  }
  /*-----------------------------------------------------------------
　　　会社概要・事業内容
*-----------------------------------------------------------------*/
  .company01 {
    width: 95%;
    margin: 0 auto;
  }
  .business01 {
    width: 95%;
    margin: 0 auto 30px;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
  }
  .recruit01 {
    width: 95%;
    margin: 0 auto 30px;
    padding: 0;
  }
  .recruit01 p {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
  }
  .business03in dl {
    width: 90%;
  }
  /*-----------------------------------------------------------------
　　　代表者挨拶
*-----------------------------------------------------------------*/
  .greeting02L {
    width: 95%;
    margin: 0 auto 50px;
    padding: 0;
  }
  .greeting02R {
    width: 95%;
    margin: 0 auto;
    padding: 0;
  }
  /*-----------------------------------------------------------------
　　　ハンバーガーメニュー
*-----------------------------------------------------------------*/
  #menu-cb {
    display: none;
  }
  #menu-cb:checked ~ #sidebar-sp, #menu-cb:checked ~ #menu-icon {
    transform: translate(-300px);
  }
  #sidebar {
    margin: 5px 10px;
  }
  #sidebar-sp {
    position: fixed;
    background-color: #fff;
    height: 100%;
    padding: 0;
    right: -300px;
    top: 0;
    transition: transform 0.3s linear 0s;
    width: 300px;
    z-index: 1000;
    overflow: scroll;
  }
  #menu-cb:checked ~ #sidebar-sp {
    transform: translateX(-300px);
  }
  #menu-icon {
    position: fixed;
    margin: 0;
    padding: 5px 10px;
    top: 0;
    right: 0;
    border-radius: 0 0 0 10px;
    cursor: pointer;
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    transition: all 0.3s linear 0s;
    z-index: 1000;
    background-color: #444;
  }
  #menu-cb:checked ~ #menu-icon {
    transform: translate(-300px);
  }
  #menu-background {
    position: fixed;
    background-color: #333;
    display: block;
    height: 100%;
    opacity: 0;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s;
    width: 100%;
    z-index: -1;
  }
  #menu-cb:checked ~ #menu-background {
    opacity: .5;
    z-index: 999;
  }
  #header {
    padding: 0 0 15px !important;
  }
  .header_description p {
    width: 80%;
    margin: 0 auto 0 0 !important;
    padding: 0 5px !important;
  }
  #header-logo {
    width: 95% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center !important;
  }
  #header-logo a span {
    font-size: 16px !important;
  }
  #header-logo img {
    display: block;
    margin: 0 auto;
    float: none;
  }
  #header-sodan span {
  padding: 1em;
}
  #header-right {
    width: 95% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    text-align: center !important;
    justify-content: center !important;
  }
  #global_navigation { /*スマホでグローバルナビゲーションを隠す*/
    display: none !important;
  }
  .breadcrumbs { /*パンくずリスト*/
    width: 96% !important;
    margin: 0 0 1% !important;
    padding: 0 2% !important;
  }
  .fadein02 {
    transform: none !important;
  }
  #container {
    width: 100% !important;
    margin: 0 !important;
  }
  #sidebar {
    width: 95% !important;
  }
  .footer_contact {
    width: 95% !important;
    padding: 30px 0 !important;
  }
  .footer_contact ul li {
    width: 80% !important;
    margin: 5px auto !important;
  }
  .photo-r, .photo-l {
    margin: 0 auto 15px auto !important;
    text-align: center !important;
    float: none !important;
  }
  #scroll-to-top { /*トップに移動の▲位置*/
    margin: 0 0 80px !important;
    padding: 0;
  }
  img.alignright {
    padding: 0 0 10px 0 !important;
    margin: 0 auto !important;
    display: block !important;
  }
  img.alignleft {
    padding: 0 0 10px 0 !important;
    margin: 0 auto !important;
    display: block !important;
  }
  .alignright {
    float: none !important;
  }
  .alignleft {
    float: none !important;
  }
  /*--- アーカイブページ ---*/
  .archive01 {
    width: 85% !important;
    margin: 0 auto !important;
    padding: 5% !important;
  }
  .archive01 dl {
    width: 100% !important;
    margin: 20px auto !important;
  }
  .archive01 dl dt {
    width: 100% !important;
  }
}