@charset "UTF-8";
/* CSS Document */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
body{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif", 'Noto Sans JP', sans-serif;
line-height: 1.7;
}
body{
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	background-position: center;
}
a,
a:visited,
a:hover,
a:active {
  color: inherit;
}
/*-----ヘッダー-----*/
.wrapper{
	margin: 0 auto;
	padding: 0 4%;
}
.container{
	width: 1920px;
	padding: 0 0px;
	margin-left: auto;
	margin-right: auto;
	
	
}

.header{
	height: 130px;
	width: 100%;
	box-shadow: 0 0 20px #ddddd;
	background-color: #171C60;
    position: fixed;
	top: 0;
	z-index: 99;
}
.header{
	transition: background-color 0.5s;
}
.header{
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.top-menu-list{
	background-color: #171C60;
	list-style: none;
	text-decoration: none;
	color: white;
}
.header-right{
	list-style: none;
	text-decoration-line: none;
	color: white;
}
.top_menu li{
	background-color: #171C60;
	list-style: none;
	text-decoration: none;
	color: white;
}
.header-left{
	float: left;
	margin-left: 30px;
}
.logo{
	width: 300px;
	margin-top: 15px;
	background-color: #171C60;
}
.top_name{
	height: 10px;
}
.main_nav{
	display: flex;
	font-size: 1rem;
	text-transform: uppercase;
	margin-top: 50px;
	list-style: none;
	text-decoration: none;
}
.main_nav li{
	margin-left: px;
	text-decoration: none;
	
}
.main_nav a{
	color: white;
}

.header-right{
	float: right;
	margin-right: 30px;
}
.header-right a {
	line-height: 56px;
    margin-left: 5px;
	font-size: 0.9rem;
	padding: 0px px;
	background-color: #171C60;
}

.header-right a:hover{
	background-color: #e2f1ff;
	transition: background-color 0.5s;
}
.menu_sub{
	color: white;
}
.top_submenu_list{
	color: white;
}
/*-----トップ画像-----*/
.business01{
	margin-top: 0px;
}
.top_page_visual{
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	text-align: center;
}
.top_page_visual{
	background-image: url("../img/top_page_img_top-100.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
}
.top_page_visual_title{
	font-size: 1.5rem;
	padding-top: 200px;
	padding-bottom: 200px;
	color: white;
	letter-spacing: 20px;
}
.top_page_title_wrap{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 130px;
}
.top_page_wrap{
	background-image: url("../img/business04_bg.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: bottom;
	margin-top: -50px;
}
/*----------業務案内タイトル----------*/
.top_img{
	margin-top: 50px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.business_illust{
	margin-top: 50px;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.business_illsut_info{
	text-align: center;
	font-size: 1.5rem;
	margin-top: 50px;
}
.item{
    background: #0bd;
	color: #fff;
	margin:30px;
	padding:10px 10px 10px 10px;
}
.container_under{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.container_under{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	
}
/*-----メッセージ-----*/
.messege{
	max-width: 960px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
}
.messege{
	font-size: 2.5rem;
}
.messege_coments{
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.company_info_top_page{
	text-align: center;
}
/*-----------------------test-------*/

.mission-box{
  position: relative;
  padding: 0.25em 1em;
}
.mission-box:before, .mission-box:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 1px);
  height: calc(100% + 14px);
}
.mission-box:before {
  left: 7px;
}
.mission-box:after {
  right: 7px;
}

.mission-box {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 1s;
}
.mission-box.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
/*-----------------------test2-------*/


.mission-box_02{
	margin-top: 50px;
}
.mission-img1 {
  margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-top: 50px;
}

.mission-box_02:before, .mission-box_02:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 1px);
  height: calc(100% + 14px);

}
.mission-box_02:before {
  left: 7px;
}
.mission-box_02:after {
  right: 7px;
}

.mission-box_02 {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 3s;
}
.mission-box_02.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
/*-----トップページ清掃管理業務-----*/
/*-----ビジネスタイトル　文字-----*/

.business01_title_top_page_box{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.business01_title_top_page{
		margin-top: 150px;
	font-size: 2.5rem;
	letter-spacing: 0.5em;
}
.business01_title_top_page{
	border-bottom: solid 4px rgba(42, 56, 134, 0.6);        /* 線指定 */
    border-radius: 0px 0px 160px 180px/0px 0px 20px 4px;    /* 角丸指定 */
}
.business02_title_top_page_box{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.business02_title_top_page{
		margin-top: 150px;
	font-size: 2.5rem;
	letter-spacing: 0.5em;
}
.business02_title_top_page{
	border-bottom: solid 4px rgba(39, 170, 225, 0.6);        /* 線指定 */
    border-radius: 0px 0px 160px 180px/0px 0px 20px 4px;    /* 角丸指定 */
}
.business03_title_top_page_box{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.business03_title_top_page{
		margin-top: 150px;
	font-size: 2.5rem;
	letter-spacing: 0.5em;
}
.business03_title_top_page{
	border-bottom: solid 4px rgba(247, 148, 28, 0.6);        /* 線指定 */
    border-radius: 0px 0px 160px 180px/0px 0px 20px 4px;    /* 角丸指定 */
}
.business04_title_top_page_box{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.business04_title_top_page{
		margin-top: 150px;
	font-size: 2.5rem;
	letter-spacing: 0.5em;
}
.business04_title_top_page{
	border-bottom: solid 4px rgba(76, 175, 80, 0.6);        /* 線指定 */
    border-radius: 0px 0px 160px 180px/0px 0px 20px 4px;    /* 角丸指定 */
}
.business05_title_top_page_box{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.business05_title_top_page{
		margin-top: 150px;
	font-size: 2.5rem;
	letter-spacing: 0.5em;
}
.business05_title_top_page{
	border-bottom: solid 4px rgba(76, 175, 80, 0.6);        /* 線指定 */
    border-radius: 0px 0px 160px 180px/0px 0px 20px 4px;    /* 角丸指定 */
}
/*-----セカンドタイトル装飾-----*/
.title_03 {
  position: relative;
  color: #158b2b;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}
.title_03:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.category01{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
    margin-top: 100px;
	padding-right: 130px;
}
.box_category_top-img{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	
}
.box_category{
	margin: 0px;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}
.box_category{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.box_category_left{
	padding-top:0px;
	padding-right: 50px;
	width: 300px;
}
.title_03{
	width: 360px;	
}
.business_list{
	display: grid;
}
.box_category_right01{
	margin-top: 100px;
	margin-left: 50px;
}
.box_category_right{
	margin-top: 20px;
	margin-left: 50px;
}
.business01_info_top_page{
	text-align: center;
	margin-top: 20px;
}

.business02_info_top_page{
	text-align: center;
	margin-top: 20px;
}
.business03_info_top_page{
	text-align: center;
	margin-top: 20px;
}
.business04_info_top_page{
	text-align: center;
	margin-top: 20px;
}



/*-----求人情報-----*/

.first-v2 {
    position: relative;
    background: url("../img/pa_bg01.JPG");
    background-size: cover;
    height: 0%;
    padding-top: unquote("min(100vh,75%)");
    p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        line-height: 1.5;
        font-size: unquote('max(3vw, 16px)');
    }
}
.coments{
	font-size: 3rem;
	color:deepskyblue;
	padding-top: 200px;
	text-align: center;
}
.coments02{
	font-size: 1.5rem;
	color: deepskyblue;
    max-width: 520px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 200px;
	text-align: center;
}

.rec_top_page{
	margin-top: 100px;
}
.title_02{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: solid 3px skyblue;
    position: relative;	
}
.title_02:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #ffc778;
    bottom: -3px;
    width: 30%;
}
.description_merit{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.box_rec{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.box_rec{
	margin: 0px;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.box_rec_left{
	padding-top: 0px;
	margin-right: 10px;
}
.box_rec_right{
	margin-left: 10px;
}
.rec_info_top_page{
	text-align: center;
	margin-top: 20px;
}



/*-----清掃管理業務・業務内容-----*/
.business01{
	margin-top: 0px;
}
.top_visual{
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	text-align: center;
}
.top_visual{
	background-image: url("../img/business01_bg_img.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
}
.top_visual_title{
	font-size: 1.5rem;
	padding-top: 200px;
	padding-bottom: 200px;
	color: white;
	letter-spacing: 20px;
}
.top_coments{
	color: black;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 1.2rem;
}
.top_coments{
}


.business01_list_wrap{
    background-image: url("../img/bg_ob01.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.title_01{
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
    color: #010079;
    text-shadow: 0 0 5px white;
    border-left: solid 7px #010079;
    background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    padding: 0.5em;/*文字まわり（上下左右）の余白*/
}
.business01_description{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.category01_img01{
	max-width: 960px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.business01_list{
	display: flex;
}
.business01_list{
	margin: 0px;
	max-width: 410px;
	margin-left: auto;
	margin-right: auto;
}
.business01_list_left{
	display: flex;
	flex-direction: column;
	padding-top: 0px;
	margin-right: 10px;
	font-size: 1rem;
}
.business01_list_right{
	margin-left: 10px;
	font-size: 1rem;
}
.box_category01_img{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
.box_category01_img{
	margin: 0px;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.box_category01_img_left{
	padding-top: 0px;
	margin-right: 0px;
}
.box_category01_img_right{
	margin-left: 0px;
}

.box_category01_description_right{
	max-width: 475px;
	margin-top: 50px;
	margin-left: 0px;
}
/*-----環境衛生管理・業務内容-----*/
.business02{
	margin-top: 0px;
}
.business02_top_visual{
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	text-align: center;
}
.business02_top_visual{
	background-image: url("../img/business02_top_img_02.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
}
.business02_top_visual_title{
	font-size: 1.5rem;
	padding-top: 200px;
	padding-bottom: 200px;
	color: white;
	letter-spacing: 20px;
}
.business02_top_coments{
	color: black;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 1.2rem;
}
.business02_top_coments{
}
.business02_list{
	display: flex;
}
.business02_list_wrap{
	margin: 0px;
	max-width: 410px;
	margin-left: auto;
	margin-right: auto;
}
.business02_list{
	display: flex;
	flex-direction: column;
	padding-top: 0px;
	margin-right: 10px;
	font-size: 1rem;
}
.business02_list{
	margin-left: 20px;
	font-size: 1rem;
}
/*-----環境衛生管理業務-----*/
.top_img_business02{
	margin-top: 70px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
/*-----設備管理業務-----*/
.business03{
	margin-top: 0px;
}
.business03_top_visual{
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	text-align: center;
}
.business03_top_visual{
	background-image:url("../img/business03_to_img_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
}
.business03_top_visual_title{
	font-size: 1.5rem;
	padding-top: 200px;
	padding-bottom: 200px;
	color: white;
	letter-spacing: 20px;
}
.business03_top_coments{
	color: black;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
    font-size: 1.2rem;
}
.business03_top_coments{
}
/*-----設備管理業務-----*/
.business04{
	margin-top: 0px;
}
.business04_top_visual{
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 120px;
	text-align: center;
}
.business04_top_visual{
	background-image:url("../img/business04_to_img_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
}
.business04_top_visual_title{
	font-size: 1.5rem;
	padding-top: 200px;
	padding-bottom: 200px;
	color: white;
	letter-spacing: 20px;
}
.business04_top_coments{
	color: black;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 1.2rem;
}
.business04_top_coments{
}
	.business01_description_mansyon_wrap{
		max-width: 960px;
		margin-left: auto;
		margin-right: auto;

	}
/*------企業紹介トップ-----*/
/*-----会社案内-----*/
.main-visual{
	padding-top:200px;
	background-size: 100%;
	color: black;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
}
.main-visual{
	background:cover;
}
.top-title{
	max-width:800px;
	margin-left: auto;
	margin-right: auto;
	height: 17%;
}
.top-title{
	font-size: 3rem;
	margin-top: 10px;
}
.top-title-sub{
}
.mgr{
	margin-right: 0px;
	font-size: 1.25rem;
}
.top-title{
	opacity: 0;
	animation-name: sample02;
	animation-duration: 3s;
	animation-fill-mode: forwards;
}
@keyframes sample02{
	0%{
		opacity: 0;
		color: #535353;
		transform: translateY(-30px);
	}
	90%{
		opacity: 1;
		color: #535353;
		transform: translateY(0);
	}
	100%{
		opacity: 1;
		color: black;;
	}
}
.top-text{
	font-size: px;
	opacity: 0.9;
}
.slogan_description{	
    opacity: 0;
	animation-name: sample03;
	animation-duration: 3s;
	animation-fill-mode: forwards;
}
@keyframes sample03{
	0%{
		opacity: 0;
		color: #535353;
		transform: translateY(0px);
}
	90%{
		opacity: 1;
		color: #535353;
		transform: translateY(0);
}
	100%{
		opacity: 1;
		color: black;;
}
}



/*-----ビジョン-----*/


.vision_title{
max-width:200px;
	margin-left: auto;
	margin-right: auto;
	height: 5%;
}
.vision_logo{
	max-width:400px;
	margin-left: auto;
	margin-right: auto;
	height: 5%;
}
.vision-wrap{
	margin-top: 100px;
}
.vision{
	text-align: center;
	font-size: 3.5rem;
}
.vision_description{
	text-align: center;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.vision{	
    opacity: 0;
	animation-name: sample03;
	animation-duration: 3s;
	animation-fill-mode: forwards;
}
.vision_title{	
    opacity: 0;
	animation-name: sample03;
	animation-duration: 3s;
	animation-fill-mode: forwards;
}
@keyframes sample03{
	0%{
		opacity: 0;
		color: #535353;
		transform: translateY(0px);
}
	90%{
		opacity: 1;
		color: #535353;
		transform: translateY(0);
}
	100%{
		opacity: 1;
		color: black;;
}
}
/*-----ミッション-----*/
.mvv-wrap{
	margin-top: -300px;
}
.mission_title{
	max-width:300px;
	margin-left: auto;
	margin-right: auto;
	height: 5%;
}
.mission-wrap{
	margin-top: 100px;
}
.mission{
    text-align: center;
	font-size: 3.5rem;
}
.mission_description{
	text-align: center;
    max-width: 960px;
	margin-left: auto;
	margin-right: auto;

}
/*-----バリュー-----*/
.value_title{
max-width:200px;
	margin-left: auto;
	margin-right: auto;
	height: 5%;
}
.value-wrap{
	margin-top: 100px;
}
.value li{
	list-style-type:disc;
}
.value_description{
	text-align: left;
	font-size: 1.8rem;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.mvv-wrap{
	margin-top: 200px;
}
.value-wrap{
	padding-bottom: 100px;
	background-image:url("../img/mvv_bg_blue_1-8.png");
	background-size: cover;
}
/*-----社長挨拶-----*/
.company_top_img{
	max-width: 960px;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
}
.box_greeting{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.box_greeting{
	margin: 5px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.masashi_img{
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
   text-align: center;
}
.yamasaki_name{
   max-width: 150px;
	margin-left: auto;
	margin-right: auto;
   text-align: center;
}
.box_left_greeting{
	width: 150px;
	text-align: center;
}
.box_left_greeting{
	margin-left: auto;
	margin-right: auto;
}
.masashi_img_name{
	text-align: center;
}
.box_right_greeting{
    width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/*-----会社概要-----*/
.box_company_info {
width: 100%;
}
table th {/*table内のthに対して*/
  padding: 5px;/*上下左右5pxずつ*/
  padding-left: 10px;
}
.title_company_box{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.title_company{
	text-align: center;
	font-size: 2rem;
}
.nintei_iryou{
	height: 70%;
}
.nintei{
	height: 30%;
}
.iso{
	margin-top: 50px;
}
.box_company{
	max-width: 960px;
	margin-left: auto;
    margin-right: auto;	
	margin-top: 100px;
}
.box_company_info {
width: 100%;
}

.box_company_info th,
.box_company_info td {
border: 0.5px solid #ccc;
padding: 20px;
}

.box_company_info th {
background-color: white; 
}
.box_company_info{
	border-collapse:  collapse; /* セルの線を重ねる */
}
@media screen and (max-width: 767px) {
.box_company_info,
.box_company_info tr,
.box_company_info td,
.box_company_info th {display:block;}
.box_company_info th {width:auto;}
}

.co_address{
	font-size: 1rem;
	font-weight: bold;
}
/*-----所在情報-----*/
.box_map_list{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.box_map_list{
	margin: 50px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.box_map_list_left{
	padding-top:50px;
	width: 350px;
}
.box_map_list_right{
	margin-left: 50px;
}


.box_historys{
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
}
.box_historys_info{
	padding-top:5px;
	padding-left:100px;
}
.box_company_info{
	padding-top:5px;
	padding-left:0px;
}
/*----------沿革２----------*/
.box_historys_info {
width: 100%;
}

.box_historys_info th,
.box_historys_info td {
border: 1px solid #ccc;
padding: 20px;
}

.box_historys_info th {
	font-weight: bold;
background-color: white; 
}

@media screen and (max-width: 767px) {
.box_historys_info,
.box_historys_info tr,
.box_historys_info td,
.box_historys_info th {display:block;}
.box_historys_info th {width:auto;}
}
.box_historys_info{
	border-collapse:  collapse; /* セルの線を重ねる */
}
/*-----事業内容-----*/
.box_business_info{
	margin-top: 50px;
}
.box_business_info_list{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.box_business_info_list{
	display: flex;
	flex-direction: column;
}
.box_business_info_list li{
	padding-top: 5px;
}

	#location{
		padding: 4% 0;
	}
	#location {
		max-width: 960px;
		justify-content: space-between;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.location_map{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/*-----お問い合わせフォーム-----*/


.wrap_contact{
	margin-top: 150px;
}
.contact {
  width: 960px;/*横幅*/
　margin-top: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
}
.contact-ttl{
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
.contact-table {
  width: 100%;
  margin-bottom: 20px;
}
.contact-item,
.contact-body {
    padding: 20px;
    border: 1px solid #ccc;
}

.contact-item {
    text-align: left;
    width: 30%;
    background-color: #eee;
}

.contact-body {
    width: 70%;
}
.form-text {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 400px;
}
.contact-sex + .contact-sex {
    margin-left: 10px;
}

.contact-sex-txt {
    margin-left: 5px;
}
.form-select {
    width: 180px;
    height: 40px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.contact-skill {
    display: block;
}

.contact-skill + .contact-skill {
    margin-top: 10px;
}

.contact-skill-txt {
    margin-left: 5px;
}
.form-textarea {
    width: 100%;
    padding: 10px;
    height: 200px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.form-select { 
	width: 180px; 
	height: 40px; 
	padding: 5px; 
	border: 1px solid #ccc; 
	border-radius: 5px; 
}
.contact-submit {
  width: 250px;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  padding: 15px;
  border-radius: 100vh;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

/*-----求人情報-----*/
.box_recruit{
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
}
.box_recruit_info {
width: 100%;
}

.box_recruit_info th,
.box_recruit_info td {
border: 1px solid #ccc;
padding: 5px;
}

.box_recruit_info th {
	font-weight: bold;
background-color: white; 
}

@media screen and (max-width: 700px) {
.box_recruit_info,
.box_recruit_info tr,
.box_recruit_info td,
.box_recruit_info th {display:block;}
.box_recruit_info th {width:auto;}
}
.box_recruit_info{
	border-collapse:  collapse; /* セルの線を重ねる */
}


.rec_top_img{
	margin-top: 150px;
}

.yamasaki_build_img{
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
.yamasaki_build_img_text{
	text-align: center;
	font-size: 1.5rem;
}
.tel{
	margin-top: 30px;
	font-size: 2rem;
	color: blue;
 	width: 55%;
	text-align: center;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	background-color: whitesmoke;
	border-radius: 5%;
	padding-bottom: 50px;
	box-shadow: 0 0 20px #dddddd;
}
.contact_link{
	text-align: center;
	font-size: 2rem;
	margin-top: 50px;
}
.contact_wrap{
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
}
/*----------プライバシーポリシー----------*/
.top_messege_wrap_privacy{
	margin-top: 200px;
}
.messege_privacy{
	max-width: 960px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
}
/*-----フッター-----*/
.wrapper-fotter{
	background-color: aliceblue;
	margin-top: 80px;
}
.fotter-size p{
	coloe: #fff;
}
.fotter-size:after{
	content: "";
	display: block;
	clear: both;
}
.fotter-size{
	margin-left: auto;
	margin-right: auto;
}
.fotter-size{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.toiawase-fotter{
	padding-top: 20px;
}
.boxA-honten{
	float: left;
	width:35%;	
}
.miseinfo-miyazaki-f{
	list-style: none;
}
.box_top {
	list-style: none;
}
.toriatukai a{
	text-decoration: none;
}
.boxC-menu{
	float:left;
	width: 30%;
}
.copy{
	text-align: center;
	font-size: 20px;
}
/*----------メニューサブ（業務案内）----------*/
/* Global Menu */
 
header{
	margin-top: 40px;
    margin-bottom: 13em;
    position: relative;
    width: 100%;
    background-color: white;
}
ul > li{
    display: inline-block;
}
ul > li > a{
    padding: 15px 10px;
    display: block;
    text-transform: uppercase;
}
ul > li > span{
    margin-left: 1.2em;
}
ul > li:hover > a{
    background-color: aliceblue;
    color: black;
}
 
/* Submenu */
 
ul li ul{
    position: absolute;
    top: 55px;
    left: 200px;
	text-align: left;
	text-decoration: none;
}
ul li ul li{
    display: block;
}
ul li ul li a{
    background-color: white;
    color: white;
}
ul li ul li a:hover{
    background-color: white;
}
.top_menu ul li ul{
    display: none;
}
.top_menu ul li:hover ul{
    display: block;
}
.top_menu{
	text-decoration-line: none;
}


/*-----スマホメニューバー-----*/

.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #171C60;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: white;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #3584bb;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li  {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #3584bb;
    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

@media (max-width : 900px ){
	body{
	
	}
	.header-right{
		display: none;
	}	
	.menu-btn{
		margin-top: 20px;
	}
	.logo{
	width: 250px;
	margin-top: 0px;
}
	.header{
	height: 100px;
}	
}


@media (max-width : 560px ){
	body{
       background: none;
	}
	.header{
		max-width: 414px;
	}
	/*-----トップ画像-----*/
.logo{
	width: 200px;
	margin-top: 15px;
	background-color: #171C60;
}
.business01{
	margin-top: 0px;
}
.top_page_visual{
	max-width: 414px;
	margin-top: -50px;
}
.top_page_visual{
	background-image: url("../img/top_page_img_top-100.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
}
.top_page_visual_title{
	font-size: 0.8rem;
	color: white;
	letter-spacing: 5px;
}
.top_page_title_wrap{
	margin-top: 0px;
}
.top_page_title_wrap{
	max-width: 414px;
	text-align: left;
}
.top_page_wrap{
	background-image: url("../img/business04_bg.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: bottom;
}
/*----------業務案内タイトル----------*/
.business01_title_top_page{
		margin-top: 40px;
}
.business02_title_top_page{
		margin-top: 40px;
}
.business03_title_top_page{
		margin-top: 40px;
}
.business04_title_top_page{
		margin-top: 40px;
}
.business05_title_top_page{
		margin-top: 40px;
}
.top_img{
	margin-top: 0px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.item{
    background: #0bd;
	color: #fff;
	margin:30px;
	padding:10px 10px 10px 10px;
}
.container_under{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.container_under{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	
}
/*-----メッセージ-----*/
.messege{
	max-width: 380px;
}
.messege{
	padding-top: 10px;
}
.messege{
	font-size: 1.4rem;
}
.messege_coments{
	max-width: 380px;
}
.company_info_top_page{
	text-align: center;
}
/*-----------------------test-------*/


.mission-box{
	margin-top: 0px;
}
.mission-img1 {
  margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-top: 0px;
}

.mission-box:before, .mission-box:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 1px);
  height: calc(100% + 14px);

}
.mission-box:before {
  left: 7px;
}
.mission-box:after {
  right: 7px;
}

.mission-box {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 1s;
}
.mission-box.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/*-----------------------test2-------*/

	.business01_title_top_page{
		font-size: 1.5rem;
	}
	.business02_title_top_page{
		font-size: 1.5rem;
	}
	.business03_title_top_page{
		font-size: 1.5rem;
	}
	.business04_title_top_page{
		font-size: 1.5rem;
	}
	.business05_title_top_page{
		font-size: 1.5rem;
	}
.mission-box_02{
	margin-top: 50px;
}
.mission-img1 {
  margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-top: 50px;
}

.mission-box_02:before, .mission-box_02:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 1px);
  height: calc(100% + 14px);

}
.mission-box_02:before {
  left: 7px;
}
.mission-box_02:after {
  right: 7px;
}

.mission-box_02 {
    opacity : 0;
    transform : translate(0, 0px);
    transition : all 3s;
}
.mission-box_02.scrollin {
    opacity : 3;
    transform : translate(0, 0);
}
	.top_img{
		display: none;
	}
	.business_illust_img{
		width: 380px;
	}
	.top_img_business02{
		display: none;
	}
	.top_img_res{
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 50px;
	}
	.category{
		width: 80%;
	}
	.category01{
		display: none;
	}
	.box_category_right01{
	margin-top: 0px;
	margin-left: 0px;
}
	.category_top-img{
		width: 414px;
	}
	.box_category_right{
	margin-top: 0px;
	margin-left: 0px;
}
	.box_category_right_img{
		width: 380px;
	}
	.box_category_right01_img{
		width: 380px;
	}
	.box_category_right03_img{
		width: 380px;
	}
	.box_category_right04_img{
		width: 380px;
	}
	
	.mission-box_02{
		width: 100%;
	}
.box_rec_left{
	margin-right: 0px;
	width: 100%;
}
.box_rec_right{
	margin-left: 0px;
	width: 100%;
}
.rec_info_top_page{
	
	text-align: center;
	margin-top: 20px;
}
	.rec_top_page{
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
	}
	.description_merit{
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
	}
/*-----求人情報-----*/

	.mission-box_02{
		display: none;
	}	
	.fotter-size{
		font-size: 0.8rem;
	}
/*----------ここまでがトップページ-----*/
/*----------清掃管理----------*/
	.business01_wrap{
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
	}
	.business01{
		max-width: 380px;
	}
	.business01{
	    margin-top: 20px;
}
	.business_list{
		font-size: 0.9rem;
	}
	.title_01{
		max-width: 380px;
	}
	.business01{
	margin-top: 100px;
}
.title_01{
	max-width: 414px;
	margin-right: auto;
	margin-left: auto;
    color: #010079;
    text-shadow: 0 0 5px white;
    border-left: solid 7px #010079;
    background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    padding: 0.2em;/*文字まわり（上下左右）の余白*/
}
.business01_description{
	max-width: 380px;
}
.category01_img01{
	max-width: 380px;
	width: 100%;
}
.business01_list{
	margin: 0px;
	max-width: 380px;

}
.business01_list_left{
	padding-top: 0px;
	margin-right: 10px;
	font-size: 1rem;
}
.business01_list_right{
	margin-left: 10px;
	font-size: 1.5rem;
}
.box_category01_img{
	margin: 0px;
	max-width: 380px;
}
.box_category01_img_left{
	padding-top: 0px;
	margin-right: 0px;
	width: 100%;
}
.box_category01_img_right{
	margin-left: 0px;
	max-width: 380px;
	width: 100%;
}
	.category01_img_right{
		max-width: 380px;
	}
.box_category01_description_right{
	max-width: 450px;
	margin-top: 0px;
}
	.top_img_logo_res{
		height: 50%;
	}

/*-----環境衛生管理業務-----*/
	.business02_wrap{
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 115px;
	}
.top_img_business02{
	max-width: 380px;
	margin-top: 0px;
	width: 100%;
}
/*-----会社案内-----*/
	.container_slogan{
			max-width: 380px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.slogan01{
		max-width: 380px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
.main-visual{
	padding-top:200px;
	color: black;
	text-align: center;
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
}
.mvv-wrap{
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
.top-title{
	width: 400px;
}
.slogan_description{
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 0.8rem;
	
	}
.top-title-sub{
}
.mgr{
	margin-right: 0px;
}
.top-title{
	opacity: 0;
	animation-name: sample02;
	animation-duration: 3s;
	animation-fill-mode: forwards;
}




/*-----ビジョン-----*/
.vision_title{
	text-align: center;
	font-size: 1.2rem;
}
.vision{
	text-align: center;
	font-size: 1.5rem;
}
.vision_description{
	text-align: center;
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8rem;
}
.vision{	
    opacity: 0;
	animation-name: sample03;
	animation-duration: 3s;
	animation-fill-mode: forwards;
}
.vision_title{	
    opacity: 0;
	animation-name: sample03;
	animation-duration: 3s;
	animation-fill-mode: forwards;
}
.vision-wrap{
		margin-top: -50px;
	}
/*-----ミッション-----*/

.mission_title{
	text-align: center;
	font-size: 1.2rem;
}
.mission{
	text-align: center;
	font-size: 1.5rem;
}
.mission_description{
	text-align: center;
    max-width: 380px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8rem;
}
	.mission-wrap{
		margin-top: -50px;
	}
/*-----バリュー-----*/
.value_title{
	text-align: center;
	font-size: 1.2rem;
}
.value_description{
	text-align: center;
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8rem;
}
.value-wrap{
	padding-bottom: 0px;
	background-image:url("../img/mvv_bg_blue_1-8.png");
	background-size: cover;
}
.value li{
	list-style-type:disc;
}
	.value_list{
		list-style-type: disc;
	}
	.value_title{
	text-align: center;
	width: 100px;
	margin-top: 70px;
}
	.value_description{
		text-align: left;
	}
	.value-wrap{
		margin-top: -50px;
	}
/*-----社長挨拶-----*/
.box_company{
	margin-top: 50px;
}
.company_top_img{
	max-width: 350px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
	.masashi_img01{
		height: 180px;
	}
.box_greeting{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.box_greeting{
	margin: 5px;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}
.box_left_greeting{
	width: 150px;
}
.box_left_greeting{
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.masashi_img_name{
	text-align: center;
	font-size: 1rem;
}
.box_right_greeting{
    width: 350px;
	margin-left: auto;
	margin-right: auto;
}
/*-----会社概要-----*/
.box_company_info {
width: 100%;
}
	.box_company_info{
		max-width: 350px;
	}
table th td{/*table内のthに対して*/
  padding: 2px;/*上下左右5pxずつ*/
  padding-left: 60px;
}
.title_company_box{
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.box_company_info{
	padding-top:5px;
	padding-left: 0px;
}
.title_company{
	text-align: center;
	font-size: 1.2rem;
}
.box_company{
	max-width: 350px;
	margin-left: auto;
    margin-right: auto;	
	margin-top: 100px;
	width: 100%;
}
.box_company_info th,
.box_company_info td {
border: 1px solid #ccc;
padding: 10px;
}
.box_company_info td
.box_company_info th {
background-color: aliceblue;
}
.box_company_info{
	border-collapse:  collapse; /* セルの線を重ねる */
}

.co_address{
	font-size: 1rem;
	font-weight: bold;
}
	.nintei_iryou{
		height: 100px;
	}
	.nintei{
		height: 100px;
	}
/*-----所在情報-----*/
.box_map_list{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.box_map_list{
	margin: 50px;
	width: 350px;
	margin-left: auto;
	margin-right: auto;
}
.box_map_list_left{
	padding-top:50px;
	width: 350px;
}
.box_map_list_right{
	margin-left: 50px;
}
.box_historys_info th {
	font-weight: bold;
background-color: aliceblue;
}	

/*----------沿革----------*/
.box_historys{
	max-width: 350px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
}
.box_historys_info{
	padding-top:5px;
	padding-left: 0px;
}
.box_historys_info {
width: 100%;
}
.box_historys_info th,
.box_historys_info td {
border: 1px solid #ccc;
padding: 20px;
}
.box_historys_info th {
	font-weight: bold;
background-color: aliceblue;
}
.box_historys_info{
	border-collapse:  collapse; /* セルの線を重ねる */
}
/*-----事業内容-----*/
.box_business_info{
	margin-top: 50px;
}
.box_business_info_list{
	width: 350px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.box_business_info_list{
	display: flex;
	flex-direction: column;
}
.box_business_info_list li{
	padding-top: 5px;
}
	.container_slogan{
		width: 400px;
	}	
	.mgr{
	margin-right: 0px;
	font-size: 1.2rem;
}
	.top-title{
		max-width: 350px;
		text-align: center;
	}
.vision_title{
	text-align: center;
	width: 100px;
	margin-top: 70px;
	
}
.vision{
	text-align: center;
	font-size: 1.2rem;
	
}
.mission_title{
	text-align: center;
	width: 120px;
	margin-top: 30px;
}
.mission{
	text-align: center;
	font-size: 1.2rem;
}
.yamasaki_name{
   max-width: 100px;
	margin-left: auto;
	margin-right: auto;
   text-align: center;
}
.contact_wrap{
	margin-top: 300px;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto
}
	#location{
		padding: 4% 0;
	}
	#location .wrap{
		max-width: 400px;
		justify-content: space-between;
		margin-left: auto;
		margin-right: auto;
	}
	.google_map{
	margin-left: auto;
	margin-right: auto;
}
	 .google_map{
     height: 0;
     overflow: hidden;
     padding-bottom: 56.25%;
     position: relative;
}
     .google_map iframe {
     position: absolute;
     left: 0;
     top: 0;
     height: 100%;
     width: 100%;
}	
	/*-----求人情報-----*/
.box_recruit{
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
.box_recruit_info {
width: 100%;
}

	.tel{
	font-size: 1.5rem;
}
}