@charset "UTF-8";
@import url("//fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Righteous&display=swap");
/****************************************************
 * Stylesheet
 *
 * 1.リセット
 * 2.共通設定
 * 3.レイアウト設定
 * 4.テンプレートスタイル
 * 5.コンテンツスタイル
 * 6.SP共通設定
 * 7.SPレイアウト設定
 * 8.SPテンプレートスタイル
 * 9.SPコンテンツスタイル
 * 10.装飾
 * 11.印刷用調整
 * 
 ****************************************************/
/****************************************************
 * 1.リセット
 ****************************************************/
/*!
 YUI 3.18.1 (build f7e7bcb)
 Copyright 2014 Yahoo! Inc. All rights reserved.
 Licensed under the BSD License.
 http://yuilibrary.com/license/
 */
html {
  color: #000;
  background: #fff;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

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

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

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

legend {
  color: #000;
}

/****************************************************
 * 2.共通
 ****************************************************/
html {
  background-color: transparent;
  background-image: none;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #212121;
}

body {
  font-size: 1em;
}

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

.pcNone {
  display: none !important;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.imgCenter {
  display: block;
  margin: 1em auto;
}

.imgLeft {
  float: left;
  margin: 0 1em 1em 0;
}

.imgRight {
  float: right;
  margin: 0 0 1em 1em;
}

input,
textarea {
  outline: none;
}
input:focus,
textarea:focus {
  outline: none;
}

input[type="submit"] {
  -webkit-appearance: none;
}

a {
  color: #212121;
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: none;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.6;
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  text-decoration: none;
}
a[href^="tel:"]:hover img {
  opacity: 1;
}
a img {
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.inner {
  width: 1120px;
  margin: 0 auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}

.anchor {
  width: 0;
  height: 0;
  margin: -88px 0;
  padding: 88px 0;
  font-size: 0;
  line-height: 0;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

.btn01 a {
  width: 265px;
  height: 72px;
  font-size: 1.6252em;
  font-weight: 700;
  line-height: 72px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  background-image: url("../img/btn01_bg.png");
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn01 a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.btn01 a + a {
  margin-left: 15px;
}

.btn_toi a {
  width: 480px;
  height: 72px;
  font-size: 1.6252em;
  font-weight: 700;
  line-height: 72px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  background-image: url("../img/btn_toi_bg.png");
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn_toi a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.btn_toi a + a {
  margin-left: 15px;
}

.radius {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.panel {
  width: 100%;
  margin: 20px 0;
  padding: 15px;
  background-color: #f2f3f4;
}

/*ブロックグリッド 1～6まで*/
[class*="pc-block-grid-"],
[class*="sp-block-grid-"] {
  margin: 0 -10px;
  padding: 0;
  display: block;
}
[class*="pc-block-grid-"]:before,
[class*="pc-block-grid-"]:after,
[class*="sp-block-grid-"]:before,
[class*="sp-block-grid-"]:after {
  content: " ";
  display: table;
}
[class*="pc-block-grid-"]:after,
[class*="sp-block-grid-"]:after {
  clear: both;
}
[class*="pc-block-grid-"] > li,
[class*="sp-block-grid-"] > li {
  height: auto;
  padding: 0 10px 20px;
  display: block;
  float: left;
}
[class*="pc-block-grid-"].no-padding,
[class*="sp-block-grid-"].no-padding {
  margin: 0;
  padding: 0;
}
[class*="pc-block-grid-"].no-padding > li,
[class*="sp-block-grid-"].no-padding > li {
  padding: 0;
}

.pc-block-grid-1 > li {
  width: 100%;
}
.pc-block-grid-1 > li:nth-of-type(1n) {
  clear: none;
}
.pc-block-grid-1 > li:nth-of-type(1n + 1) {
  clear: both;
}

.pc-block-grid-2 > li {
  width: 50%;
}
.pc-block-grid-2 > li:nth-of-type(1n) {
  clear: none;
}
.pc-block-grid-2 > li:nth-of-type(2n + 1) {
  clear: both;
}

.pc-block-grid-3 > li {
  width: 33.33333%;
}
.pc-block-grid-3 > li:nth-of-type(1n) {
  clear: none;
}
.pc-block-grid-3 > li:nth-of-type(3n + 1) {
  clear: both;
}

.pc-block-grid-4 > li {
  width: 25%;
}
.pc-block-grid-4 > li:nth-of-type(1n) {
  clear: none;
}
.pc-block-grid-4 > li:nth-of-type(4n + 1) {
  clear: both;
}

.pc-block-grid-5 > li {
  width: 20%;
}
.pc-block-grid-5 > li:nth-of-type(1n) {
  clear: none;
}
.pc-block-grid-5 > li:nth-of-type(5n + 1) {
  clear: both;
}

.pc-block-grid-6 > li {
  width: 16.66667%;
}
.pc-block-grid-6 > li:nth-of-type(1n) {
  clear: none;
}
.pc-block-grid-6 > li:nth-of-type(6n + 1) {
  clear: both;
}

/****************************************************
 * 3.レイアウト設定
 ****************************************************/
.container {
  width: 100%;
  max-width: 1920px;
  min-width: 1120px;
  margin: 0 auto;
  padding: 88px 0 0 0;
  overflow: hidden;
}
.container > .containerIn {
  width: 1120px;
  margin: 0 auto;
}
.container .row {
  width: 100%;
}
.container .row:before,
.container .row:after {
  content: " ";
  display: table;
}
.container .row:after {
  clear: both;
}
.container .row > .column {
  float: left;
}
.container .row > .column:last-child {
  float: right;
}
.container .row > .column > .colIn {
  padding: 0 10px;
}
.container .row .col_1 {
  width: 8.33333%;
}
.container .row .col_2 {
  width: 16.66667%;
}
.container .row .col_3 {
  width: 25%;
}
.container .row .col_4 {
  width: 33.33333%;
}
.container .row .col_5 {
  width: 41.66667%;
}
.container .row .col_6 {
  width: 50%;
}
.container .row .col_7 {
  width: 58.33333%;
}
.container .row .col_8 {
  width: 66.66667%;
}
.container .row .col_9 {
  width: 75%;
}
.container .row .col_10 {
  width: 83.33333%;
}
.container .row .col_11 {
  width: 91.66667%;
}
.container .row .col_12 {
  width: 100%;
}

/****************************************************
 * 4.テンプレートスタイル
 ****************************************************/
/*ヘッダーブロック*/
header {
  width: 100%;
  min-width: 1120px;
  height: 88px;
  margin: 0 auto;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
header .inner:before,
header .inner:after {
  content: " ";
  display: table;
}
header .inner:after {
  clear: both;
}
header h1 {
  width: 321px;
  padding-top: 5px;
  float: left;
}
header .gloval_navi {
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
header .gloval_navi:before,
header .gloval_navi:after {
  content: " ";
  display: table;
}
header .gloval_navi:after {
  clear: both;
}
header .gloval_navi .header_tel {
  position: absolute;
  top: 15px;
  right: 105px;
}
header .gloval_navi ul {
  height: 20px;
  margin-top: 25px;
  float: left;
  display: table;
}
header .gloval_navi ul > * {
  display: table-cell;
}
header .gloval_navi ul li {
  padding: 0 2.2vw;
  vertical-align: middle;
  border-left: solid 1px #666666;
}
header .gloval_navi ul li:first-child {
  border-left: none;
}
header .gloval_navi ul li a {
  position: relative;
  font-size: 1.15vw;
}
header .gloval_navi ul li a:hover {
  text-decoration: none;
}
header .gloval_navi ul li a:hover:after {
  width: 100%;
  height: 4px;
  content: "";
  background-color: #7b7d81;
  position: absolute;
  bottom: -5px;
  left: 0;
}
header .gloval_navi .logo_e {
  padding-right: 2.2vw;
  margin-top: 11px;
}
header .gloval_navi .sp_navi_close {
  display: none;
}
header .gloval_navi .header_toi {
  float: right;
}
header .sp_navi_open {
  display: none;
}

/*フッターブロック*/
footer {
  width: 100%;
  min-width: 1120px;
  margin: 0 auto;
  color: #ffffff;
  background-color: #666666;
}
footer .pagetop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 998;
}
footer .inner {
  padding: 25px 0;
}
footer .footer_link {
  margin-top: 20px;
  display: table;
}
footer .footer_link > * {
  display: table-cell;
}
footer .footer_link li {
  padding: 0 15px;
  vertical-align: middle;
  border-left: solid 1px #ffffff;
}
footer .footer_link li:first-child {
  border-left: none;
}
footer .footer_link li a {
  color: #ffffff;
}
footer .copyright {
  width: 100%;
  padding: 10px 0;
  font-size: 0.75em;
  text-align: center;
  background-color: #7b7d81;
}

/****************************************************
 * 5.コンテンツスタイル
 ****************************************************/
/*Indexページ*/
/* #index {
  width: 100%;
  margin-left: 300px;
} */

#index .mv {
  height: 712px;
  background-image: url("../img/mv.jpg");
  background-position: center 0;
  position: relative;
  /* margin-left: -300px; */
}
#index .mv a {
  margin-left: -130px;
  position: absolute;
  left: 50%;
  bottom: 180px;
}
#index .bg {
  background-image: url("../img/top_bg.jpg");
  background-position: center -200px;
}
#index .top_sec1 {
  height: 170px;
}
#index .top_sec1 .box {
  padding: 25px;
  background-color: #ffffff;
  -moz-transform: translate(0, -40px);
  -ms-transform: translate(0, -40px);
  -webkit-transform: translate(0, -40px);
  transform: translate(0, -40px);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
#index .top_sec1 h2 {
  margin-right: 40px;
  font-family: "Righteous", cursive;
  font-weight: 400;
  font-size: 4.5em;
  font-weight: 700;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #f2f3f4;
  position: relative;
}
#index .top_sec1 .news {
  width: 710px;
  padding-top: 30px;
}
#index .top_sec1 .news ul li {
  margin-bottom: 10px;
  border-bottom: solid 1px #cccccc;
}
#index .top_sec1 .news ul li .date {
  margin-right: 20px;
  font-family: "Righteous", cursive;
  font-weight: 400;
  font-weight: 700;
  display: inline-block;
}
#index .top_sec1 .news ul li img {
  display: inline-block;
}
#index .top_sec1 .news ul li p {
  padding: 5px 0 10px 0;
}
#index .top_sec1 .news .btn_more {
  margin-top: 10px;
  text-align: right;
}
#index .top_sec1 .bnr {
  padding-top: 20px;
}
#index .top_sec1 .bnr > * {
  display: block;
}
#index .top_sec1 .bnr > * + * {
  margin-top: 10px;
}
#index .top_sec2 {
  height: 494px;
}
#index .top_sec2 .inner {
  padding: 150px 0 0 570px;
}
#index .top_sec2 p {
  margin-bottom: 50px;
  font-size: 1.25em;
}
#index .top_sec2 .btn01 {
  text-align: center;
}
#index .top_sec3 {
  height: 4170px;
}
#index .top_sec3 .inner {
  padding: 150px 40px 0 40px;
}
#index .top_sec3 .map {
  margin-bottom: 40px;
}
#index .top_sec3 .map.left,
#index .top_sec3 .map.right {
  width: 504px;
}
#index .top_sec3 .map:first-of-type dt {
  color: #ffffff;
  background-color: #7b7d81;
}
#index .top_sec3 .map dt {
  padding: 0.25em 0.5em;
  font-size: 1.25em;
  font-weight: 700;
  background-color: transparent;
  border: solid 2px #7b7d81;
}
#index .top_sec3 .map dd {
  width: 100%;
}
#index .top_sec3 .map dd.txt {
  padding: 10px 1em;
}
#index .top_sec3 .map dd.left,
#index .top_sec3 .map dd.right {
  width: 50%;
}
#index .top_sec3 .map dd.left iframe,
#index .top_sec3 .map dd.right iframe {
  height: 390px;
}
#index .top_sec3 .map dd iframe {
  width: 100%;
  height: 190px;
  border: none;
}
#index .top_sec3 .btn_more {
  text-align: right;
}
#index .top_sec4 {
  height: 645px;
}
#index .top_sec4 .inner {
  padding: 160px 0 0 140px;
}
#index .top_sec4 ul {
  margin-bottom: 50px;
  font-size: 1.25em;
}
#index .top_sec4 ul li {
  width: 170px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #7b7d81;
}
#index .top_sec5 {
  height: 417px;
}
#index .top_sec5 .inner {
  padding: 0 40px;
}
#index .top_sec5 .txt {
  width: 500px;
  padding: 205px 0 0 100px;
}
#index .top_sec5 .contact {
  width: 480px;
  padding-top: 70px;
  text-align: center;
}
#index .top_sec5 .contact p {
  margin-bottom: 1em;
}
#index .top_sec5 .contact .btn_toi {
  margin-top: 35px;
}

/*contents*/
#contents {
  padding-bottom: 100px;
}
#contents .page_ttl {
  width: 100%;
  min-width: 1120px;
  padding: 32px 0;
  margin: 0 auto;
  background-image: url("../img/pagetitle_bg.jpg");
  background-position: center center;
}
#contents .page_ttl h2 {
  font-size: 2.25em;
  font-weight: 700;
}
#contents .page_ttl h2 i {
  margin-right: 10px;
  display: inline-block;
  vertical-align: 0.4em;
}
#contents .page_ttl h2 span {
  margin-left: 10px;
  font-family: "Righteous", cursive;
  font-weight: 400;
  font-size: 0.688em;
  text-transform: uppercase;
  color: #7b7d81;
  display: inline-block;
  vertical-align: middle;
}
#contents .pankuzu {
  margin: 0 0 85px 0;
  padding: 10px 0;
  font-size: 0.875em;
  white-space: nowrap;
  color: #ffffff;
  background-color: #7b7d81;
}
#contents .pankuzu ul:before,
#contents .pankuzu ul:after {
  content: " ";
  display: table;
}
#contents .pankuzu ul:after {
  clear: both;
}
#contents .pankuzu ul li {
  float: left;
}
#contents .pankuzu ul li:after {
  margin: 0 0.25em;
  content: ">";
}
#contents .pankuzu ul li:last-child:after {
  content: none;
}
#contents .pankuzu ul li a {
  color: #ffffff;
}
#contents .bg {
  background-image: url("../img/content_bg.jpg");
  background-repeat: repeat-y;
  background-position: center 0;
}
#contents .box01 {
  padding: 30px;
  background-color: #ffffff;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
#contents .box01 + .box01 {
  margin-top: 30px;
}
#contents .midashi01 {
  margin-bottom: 30px;
  padding: 10px 10px 10px 35px;
  font-size: 1.875em;
  font-weight: 700;
  background-image: url("../img/midashi01_icon.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  border-bottom: dotted 1px #212121;
}
#contents section {
  margin-bottom: 50px;
}
#contents p {
  margin-bottom: 2em;
  line-height: 200%;
}
#contents .table01 {
  width: 100%;
  margin-bottom: 2em;
}
#contents .table01 tbody tr th {
  width: 150px;
  padding: 15px;
  font-weight: 700;
  vertical-align: top;
  border-bottom: solid 1px #cccccc;
}
#contents .table01 tbody tr td {
  padding: 15px;
  vertical-align: top;
  border-bottom: solid 1px #cccccc;
}
#contents .table02 {
  width: 100%;
  margin-bottom: 2px;
}
#contents .table02 tbody tr th {
  width: 250px;
  padding: 20px 30px;
  font-weight: bold;
  vertical-align: top;
  background-color: #f2f3f4;
  border: solid 1px #cccccc;
}
#contents .table02 tbody tr td {
  padding: 20px 30px;
  vertical-align: top;
  border: solid 1px #cccccc;
}
#contents .list01 li {
  min-height: 16px;
  padding-left: 20px;
  background-image: url("../img/icon_sikaku01.png");
  background-repeat: no-repeat;
  background-position: 0 0.25em;
}
#contents .list01 li:nth-child(2n) {
  background-image: url("../img/icon_sikaku02.png");
}
#contents .list02 li {
  margin-bottom: 0.5em;
  padding-left: 120px;
}
#contents .list02 li .ttl {
  width: 100px;
  margin: 0 20px 0 -120px;
  padding: 0.125em 0.5em;
  display: inline-block;
  border: solid 2px #212121;
}
#contents .news_sec1 .news ul li {
  margin-bottom: 20px;
  border-bottom: solid 1px #cccccc;
}
#contents .news_sec1 .news ul li .date {
  margin-right: 20px;
  font-family: "Righteous", cursive;
  font-weight: 400;
  font-weight: 700;
  display: inline-block;
}
#contents .news_sec1 .news ul li img {
  display: inline-block;
}
#contents .news_sec1 .news ul li p {
  margin-bottom: 0;
  padding: 5px 0 20px 0;
}
#contents .company_sec1 .company_link span {
  display: inline-block;
}
#contents .company_sec1 .company_link span:first-child {
  width: 12em;
}
#contents .company_sec1 .company_link span a {
  color: #0050a2;
  text-decoration: underline;
}
#contents .company_sec3 dl {
  width: 100%;
  margin-bottom: 1em;
  font-size: 1.125em;
  display: table;
  border: solid 1px #7b7d81;
}
#contents .company_sec3 dl > * {
  display: table-cell;
}
#contents .company_sec3 dl dt {
  width: 33.33333%;
  padding: 10px;
  text-align: center;
  color: #ffffff;
  background-color: #7b7d81;
}
#contents .company_sec3 dl dd {
  padding: 10px;
  font-weight: 700;
}
#contents .company_sec3 dl + p:before,
#contents .company_sec3 dl + p:after {
  content: " ";
  display: table;
}
#contents .company_sec3 dl + p:after {
  clear: both;
}
#contents .company_sec3 dl + p img {
  float: left;
}
#contents .company_sec3 dl + p img:nth-child(2) {
  float: right;
}
#contents .access_sec1 .map {
  margin-bottom: 40px;
}
#contents .access_sec1 .map.left,
#contents .access_sec1 .map.right {
  width: 504px;
}
#contents .access_sec1 .map:first-of-type dt {
  color: #ffffff;
  background-color: #7b7d81;
}
#contents .access_sec1 .map dt {
  padding: 0.25em 0.5em;
  font-size: 1.25em;
  font-weight: 700;
  background-color: transparent;
  border: solid 2px #7b7d81;
}
#contents .access_sec1 .map dd {
  width: 100%;
}
#contents .access_sec1 .map dd.txt {
  padding: 10px 1em;
}
#contents .access_sec1 .map dd.txt p {
  margin-bottom: 0;
}
#contents .access_sec1 .map dd.left,
#contents .access_sec1 .map dd.right {
  width: 50%;
}
#contents .access_sec1 .map dd.left iframe,
#contents .access_sec1 .map dd.right iframe {
  height: 390px;
}
#contents .access_sec1 .map dd iframe {
  width: 100%;
  height: 260px;
  border: none;
}
#contents .recruit_sec1 .recuruit_oubo {
  display: table;
}
#contents .recruit_sec1 .recuruit_oubo > * {
  display: table-cell;
}
#contents .recruit_sec1 .recuruit_oubo > div {
  width: 50%;
  vertical-align: middle;
}
#contents .recruit_sec1 .recuruit_oubo h5 {
  margin-bottom: 10px;
  font-size: 1.75em;
  font-weight: 700;
}
#contents .recruit_sec1 .recuruit_oubo p {
  margin-bottom: 10px;
}
#contents .contact_sec1 .mailform p a {
  text-decoration: underline;
}
#contents .contact_sec1 .mailform input[type="text"] {
  width: 60%;
  padding: 5px;
  border: solid 1px #cccccc;
}
#contents .contact_sec1 .mailform textarea {
  width: 100%;
  height: 180px;
  padding: 5px;
  border: solid 1px #cccccc;
}
#contents .contact_sec1 .mailform .submit {
  padding: 20px 0;
}
#contents .contact_sec1 .mailform .submit input[type="submit"] {
  width: 380px;
  height: 72px;
  margin: 0 auto;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  display: block;
  background: none;
  background-image: url("../img/btn_submit.png");
  border: none;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#contents .contact_sec1 .mailform .submit input[type="submit"]:hover {
  opacity: 0.6;
}
#contents .contact_sec2 .privacy_txt li {
  counter-increment: privacy_num;
}
#contents .contact_sec2 .privacy_txt li h4 {
  font-size: 0.875em;
  font-weight: bold;
}
#contents .contact_sec2 .privacy_txt li h4:before {
  content: counter(privacy_num) ") ";
}
#contents .business {
  padding-bottom: 60px;
}
#contents .business .wrapper {
  margin: 15px -10px 0;
}
#contents .business .row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#contents .business .row .item {
  padding: 0 10px;
}
#contents .business .business_content img {
  width: 100%;
}
#contents .business .label_ttl {
  display: inline-block;
  background-color: #212121;
  padding: 10px 11px;
  color: #ffffff;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1;
  margin-left: 10px;
}
#contents .business .space01 {
  margin-bottom: 40px;
}
#contents .business .space02 {
  margin-bottom: 30px;
}
#contents .business .space03 {
  margin-bottom: 20px;
}
#contents .business .box {
  padding: 16px 20px 18px;
  border: solid 2px #7b7d81;
}
#contents .business .text {
  font-weight: 500;
  text-align: left;
  color: #444444;
  line-height: 170%;
  margin-bottom: 0;
}
#contents .business .text_bold {
  font-weight: bold;
}
#contents .business .dFlex {
  display: flex;
}
#contents .business_table {
  width: 100%;
}
#contents .business_table tr {
  border-bottom: 1px dashed #7b7d81;
}
#contents .business_table tr td {
  padding: 22px 10px 21px;
  line-height: 1;
  color: #444444;
}
#contents .business_table tr:first-child td {
  padding-top: 0;
}

@media screen and (max-width: 640px) {
  /****************************************************
   * 6.SP共通設定
   ****************************************************/
  html {
    font-size: 14px;
  }

  html,
  body {
    height: 100%;
  }

  body {
    -webkit-text-size-adjust: 100%;
  }

  .pcNone {
    display: block !important;
  }

  .spNone {
    display: none !important;
  }

  .imgCenter,
  .imgLeft,
  .imgRight {
    float: none;
    display: block;
    margin: 1em auto;
  }

  .inner {
    width: 94%;
  }

  .left,
  .right {
    float: none;
  }

  .anchor {
    margin: -70px 0;
    padding: 70px 0;
  }

  .btn01 a {
    width: 232px;
    height: 63px;
    margin: 0 auto;
    line-height: 63px;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
  }
  .btn01 a + a {
    margin: 15px auto 0 auto;
  }

  .btn_toi a {
    width: 232px;
    height: 63px;
    margin: 0 auto;
    line-height: 63px;
    background-image: url("../img/btn01_bg.png");
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
  }
  .btn_toi a + a {
    margin: 15px auto 0 auto;
  }

  /*ブロックグリッド 1～6まで*/
  .sp-block-grid-1 > li {
    width: 100%;
  }
  .sp-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .sp-block-grid-1 > li:nth-of-type(1n + 1) {
    clear: both;
  }

  .sp-block-grid-2 > li {
    width: 50%;
  }
  .sp-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .sp-block-grid-2 > li:nth-of-type(2n + 1) {
    clear: both;
  }

  .sp-block-grid-3 > li {
    width: 33.33333%;
  }
  .sp-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .sp-block-grid-3 > li:nth-of-type(3n + 1) {
    clear: both;
  }

  .sp-block-grid-4 > li {
    width: 25%;
  }
  .sp-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .sp-block-grid-4 > li:nth-of-type(4n + 1) {
    clear: both;
  }

  .sp-block-grid-5 > li {
    width: 20% !important;
  }
  .sp-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .sp-block-grid-5 > li:nth-of-type(5n + 1) {
    clear: both;
  }

  .sp-block-grid-6 > li {
    width: 16.66667%;
  }
  .sp-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .sp-block-grid-6 > li:nth-of-type(6n + 1) {
    clear: both;
  }

  /****************************************************
   * 7.SPレイアウト設定
   ****************************************************/
  .container {
    min-width: 320px;
    padding: 70px 0 0 0;
  }
  .container > .containerIn {
    width: 100%;
    margin: 0 auto;
  }
  .container .row > .column > .colIn {
    padding: 0 10%;
  }
  .container .row .col_1,
  .container .row .col_2,
  .container .row .col_3,
  .container .row .col_4,
  .container .row .col_5,
  .container .row .col_6,
  .container .row .col_7,
  .container .row .col_8,
  .container .row .col_9,
  .container .row .col_10,
  .container .row .col_11,
  .container .row .col_12 {
    width: 100%;
  }

  /****************************************************
   * 8.SPテンプレートスタイル
   ****************************************************/
  /*ヘッダーブロック　SP*/
  header {
    min-width: 320px;
    height: 70px;
  }
  header h1 {
    width: 200px;
    padding-top: 16px;
  }
  header .gloval_navi {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    padding: 100px 0 0 0;
    background: none;
    background-color: #7b7d81;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
  }
  header .gloval_navi ul {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
    border-top: solid 1px #ffffff;
  }
  header .gloval_navi ul li {
    width: 100% !important;
    margin: 0 auto;
    padding: 0;
    float: none;
    display: block;
    border-bottom: solid 1px #ffffff;
  }
  header .gloval_navi ul li a {
    padding: 0.5em 0;
    color: #ffffff;
    text-indent: 1em;
    overflow: visible;
    white-space: normal;
    display: block;
  }
  header .gloval_navi ul li a:hover:after {
    content: none;
  }
  header .gloval_navi .sp_navi_close {
    display: block;
    position: absolute;
    top: 20px;
    right: 3%;
  }
  header .gloval_navi .sp_navi_close a img {
    width: 30px;
    height: 30px;
  }
  header .sp_navi_open {
    display: block;
    position: absolute;
    top: 20px;
    right: 3%;
    z-index: 9998;
  }
  header .sp_navi_open a img {
    width: 30px;
    height: 30px;
  }

  /*フッターブロック　SP*/
  footer {
    min-width: 320px;
  }
  footer .pagetop {
    bottom: 3%;
    right: 3%;
  }
  footer .pagetop img {
    width: 55px;
  }
  footer .logo img {
    width: 250px;
    margin: 0 auto;
    display: block;
  }
  footer .footer_link {
    text-align: center;
    display: block;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    letter-spacing: -0.4em;
  }
  footer .footer_link > * {
    display: inline-block;
    letter-spacing: normal;
  }
  footer .footer_link li {
    margin: 0.5em;
    padding: 0;
    border: none !important;
  }

  /****************************************************
   * 9.SPコンテンツスタイル
   ****************************************************/
  /*Indexページ　SP*/
  #index .mv {
    height: auto;
    background: none;
  }
  #index .mv a {
    width: 40.625%;
    margin-left: 0;
    left: 29.6875%;
    bottom: 40px;
    text-align: center;
  }
  #index .mv a img {
    width: 70%;
  }
  #index .bg {
    background: none;
  }
  #index .top_sec1 {
    height: auto;
  }
  #index .top_sec1 .box {
    padding: 1.5em;
  }
  #index .top_sec1 h2 {
    width: 43px;
    margin-right: 0;
    font-size: 2.25em;
    float: left;
  }
  #index .top_sec1 h2:before {
    height: 2em;
    top: -1.5em;
  }
  #index .top_sec1 .news {
    width: calc(100% - 50px);
    padding-top: 1em;
    float: right;
  }
  #index .top_sec1 .bnr {
    padding-top: 2em;
    clear: both;
  }
  #index .top_sec1 .bnr > * {
    margin-left: auto;
    margin-right: auto;
  }
  #index .top_sec2 {
    height: auto;
    margin-bottom: 3em;
  }
  #index .top_sec2 .inner {
    padding: 0;
  }
  #index .top_sec2 h2 {
    margin-bottom: 30px;
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
  }
  #index .top_sec2 h2 i {
    margin-right: 10px;
    display: inline-block;
    vertical-align: 0.25em;
  }
  #index .top_sec2 h2 span {
    font-family: "Righteous", cursive;
    font-weight: 400;
    font-size: 1.875em;
    text-transform: uppercase;
    color: #7b7d81;
    display: block;
  }
  #index .top_sec2 p {
    margin-bottom: 2em;
    text-align: center;
  }
  #index .top_sec3 {
    height: auto;
    margin-bottom: 3em;
    padding: 1em 0;
    background-color: #f2f3f4;
  }
  #index .top_sec3 .inner {
    padding: 0;
  }
  #index .top_sec3 h2 {
    margin-bottom: 30px;
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
  }
  #index .top_sec3 h2 i {
    margin-right: 10px;
    display: inline-block;
    vertical-align: 0.25em;
  }
  #index .top_sec3 h2 span {
    font-family: "Righteous", cursive;
    font-weight: 400;
    font-size: 1.875em;
    text-transform: uppercase;
    color: #7b7d81;
    display: block;
  }
  #index .top_sec3 .map {
    margin-bottom: 1em;
  }
  #index .top_sec3 .map.left,
  #index .top_sec3 .map.right {
    width: 100%;
  }
  #index .top_sec3 .map dd.left,
  #index .top_sec3 .map dd.right {
    width: 100%;
  }
  #index .top_sec3 .map dd iframe {
    height: 250px !important;
  }
  #index .top_sec4 {
    height: auto;
    margin-bottom: 5em;
  }
  #index .top_sec4 .inner {
    padding: 0;
  }
  #index .top_sec4 h2 {
    margin-bottom: 30px;
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
  }
  #index .top_sec4 h2 i {
    margin-right: 10px;
    display: inline-block;
    vertical-align: 0.25em;
  }
  #index .top_sec4 h2 span {
    font-family: "Righteous", cursive;
    font-weight: 400;
    font-size: 1.875em;
    text-transform: uppercase;
    color: #7b7d81;
    display: block;
  }
  #index .top_sec4 ul {
    margin-bottom: 2em;
    text-align: center;
    letter-spacing: -0.4em;
  }
  #index .top_sec4 ul > * {
    display: inline-block;
    letter-spacing: normal;
  }
  #index .top_sec4 ul li {
    width: 48%;
    margin: 0 0.5% 0.5em 0.5%;
    padding: 0 0 0.5em 0;
  }
  #index .top_sec5 {
    height: auto;
    margin-bottom: 5em;
    padding: 1em 0;
    background-color: #f2f3f4;
  }
  #index .top_sec5 .inner {
    padding: 0;
  }
  #index .top_sec5 h2 {
    margin-bottom: 30px;
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
  }
  #index .top_sec5 h2 i {
    margin-right: 10px;
    display: inline-block;
    vertical-align: 0.25em;
  }
  #index .top_sec5 h2 span {
    font-family: "Righteous", cursive;
    font-weight: 400;
    font-size: 1.875em;
    text-transform: uppercase;
    color: #7b7d81;
    display: block;
  }
  #index .top_sec5 .txt {
    width: 100%;
    margin-bottom: 2em;
    padding: 0;
    text-align: center;
  }
  #index .top_sec5 .contact {
    width: 100%;
    padding: 0;
  }
  #index .top_sec5 .contact .btn_toi {
    margin: 2em auto 0 auto;
  }

  /*contents　SP*/
  #contents .page_ttl {
    min-width: 100%;
    padding: 25px 0;
  }
  #contents .page_ttl h2 {
    font-size: 1.5em;
  }
  #contents .page_ttl h2 i {
    vertical-align: 0.2em;
  }
  #contents .pankuzu {
    margin-bottom: 3em;
  }
  #contents .bg {
    background: none;
  }
  #contents .box01 {
    padding: 1em;
  }
  #contents .table01 tbody tr th,
  #contents .table02 tbody tr th {
    width: 30%;
    padding: 0.5em;
  }
  #contents .table01 tbody tr td,
  #contents .table02 tbody tr td {
    padding: 0.5em;
  }
  #contents .list02 li {
    padding-left: 0;
  }
  #contents .list02 li .ttl {
    width: auto;
    margin: 0 0 5px 0;
    display: block;
  }
  #contents .company_sec3 dl {
    display: block;
  }
  #contents .company_sec3 dl dt {
    width: 100%;
    display: block;
  }
  #contents .company_sec3 dl dd {
    display: block;
  }
  #contents .company_sec3 dl + p img {
    margin: 0 auto;
    float: none;
    display: block;
  }
  #contents .company_sec3 dl + p img:nth-child(2) {
    margin-top: 1em;
    float: none;
  }
  #contents .access_sec1 .map {
    margin-bottom: 1em;
  }
  #contents .access_sec1 .map.left,
  #contents .access_sec1 .map.right {
    width: 100%;
  }
  #contents .access_sec1 .map dd.left,
  #contents .access_sec1 .map dd.right {
    width: 100%;
  }
  #contents .access_sec1 .map dd iframe {
    height: 250px !important;
  }
  #contents .recruit_sec1 .recuruit_oubo {
    display: block;
  }
  #contents .recruit_sec1 .recuruit_oubo > div {
    width: 100%;
    display: block;
  }
  #contents .contact_sec1 .mailform input[type="text"] {
    width: 100%;
  }
  #contents .contact_sec1 .mailform .submit input[type="submit"] {
    width: 232px;
    height: 63px;
    background-image: url("../img/btn01_bg.png");
  }
  #contents .business {
    padding-bottom: 0;
  }
  #contents .business .label_ttl {
    font-size: 1.125em;
  }
  #contents .business_table tr td {
    padding: 12px 10px;
    line-height: 150%;
  }
  #contents .business .space01,
  #contents .business .space02,
  #contents .business .space03 {
    margin-bottom: 20px;
  }
  #contents .business .box {
    padding: 1em;
  }
  #contents .business .row {
    margin-bottom: 30px;
  }
  #contents .business .row:last-child .item:last-child img {
    margin-top: 20px;
  }
  #contents .business .business_content img {
    width: inherit;
  }
}
/****************************************************
 * 10.装飾
 ****************************************************/
.underline {
  text-decoration: underline;
}

.bold {
  font-weight: 600;
}

.colorRed {
  color: #ff0000;
}

/****************************************************
 * 11.印刷用調整
 ****************************************************/
@media print {
  @page {
    /* A4縦サイズ */
    size: 210mm 297mm;
  }
  body {
    margin: 0 !important;
    padding: 0 !important;
  }

  * {
    -webkit-print-color-adjust: exact;
  }

  .container {
    padding: 0;
  }

  #header {
    position: static;
  }

  img {
    display: block;
  }
}

/* Refurbishment */
.container02 {
  width: 100%;
  max-width: 1920px;
  min-width: 1120px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  header .gloval_navi ul li a {
    font-size: 15px;
  }
  .container02 {
    min-width: 320px;
  }
}

@media screen and (max-width: 1600px) {
  #index .mv {
    max-width: 1600px;
    height: 44.53vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

@media screen and (max-width: 1120px) {
  #index .mv {
    max-width: initial;
    max-width: auto;
    min-width: initial;
    min-width: auto;
    min-width: none;
    max-width: 1120px;
    width: 100%;
    height: 47vw;
  }
}
