@charset "utf-8";

@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/NotoSerifJP-Regular.woff2') format('woff2');
	/*src: url(../fonts/NotoSerifJP-Regular.otf) format('opentype');*/
	font-display: swap;
}
@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/NotoSerifJP-Bold.woff2') format('woff2');
	/*src: url(../fonts/NotoSerifJP-Bold.otf) format('opentype');*/
	font-display: swap;
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/NotoSansJP-Regular.woff2') format('woff2');
	src: url(../fonts/NotoSansJP-Regular.otf) format('opentype');
	font-display: swap;
}

@font-face {
	font-family: 'Noto Sans Japanese';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/NotoSansJP-Bold.woff2') format('woff2');
	src: url(../fonts/NotoSansJP-Bold.otf) format('opentype');
	font-display: swap;
}

.text-serif {
	font-family: 'Noto Serif Japanese', serif;
}

/* Reset
   ----------------------------------------------------------------- */

*  {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

/* Base
   ----------------------------------------------------------------- */

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

body {
	color: #111;
	font-family: 'Noto Sans Japanese', YuGothic,Yu Gothic,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ ProN W3,ヒラギノ角ゴシック,Hiragino Sans,ＭＳ Ｐゴシック,MS PGothic,メイリオ,Meiryo,sans-serif, serif;
	font-size: 1.4rem;
	line-height: 1.5;
}

a,
input {
	text-decoration: none;
	outline: none;
	color: #111;
	border: none;
}

:focus {
	outline: -webkit-focus-ring-color auto 0px;
}

a:hover,
a:hover img,
input:hover {
	opacity: .7;
}

h1,
h2,
h3,
p  {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

ul,
ol {
	list-style-type: none;
	padding: 0;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}

/* Utility
   ----------------------------------------------------------------- */

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
}

.is-pc {
	display: none;
}

.center {
	margin: 0 auto;
}

.text-center  {
	text-align: center!important;
}

.text-right  {
	text-align: right!important;
}

.box-right {
	width: fit-content;
	margin-left: auto;
}

.box-center {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
.img {
	max-width: 500px;
	margin-bottom: 1em;
}
.pb0 {
	padding-bottom: 0!important;
}

.btn {
	background-color: #9A93EB;
	display: inline-block;
	font-size: 1.4rem;
	font-size: 3.7333vw;
	position: relative;
	padding: 0.85em 0.85em;
	color: #fff;
	line-height: 1.35;
	min-width: 210px;
	text-align: center;
}

.btn:focus {
	box-shadow: 0 0 0 0.2rem rgba(154, 147,235, .5);
}

.motion {
	transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

.section * {
	transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

.container {
	margin: 0 auto;
	max-width: 1000px;
	padding: 0 20px;
	position: relative;
	width: 100%;
}

.bg01 {
	background-color: #f7f7f7
}
.bg02 {
	background-color: #f0effa;
}

.section .text-s {
	font-size: 14px;
}


/* Common
   ----------------------------------------------------------------- */

/**
 * Header
 */

.header {
	position: fixed;
	background-color: #fff;
	margin-bottom: 10px;
	height: 60px;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

.header.is-fixed {
	background-image:-webkit-gradient(linear, left top, left bottom, color-stop(28%, #fff), color-stop(60%, #fff), to(rgba(255,255,255,0.88)));
	background-image: linear-gradient(180deg, #fff 28%, #fff 60%, rgba(255,255,255,0.88) 100%);
	-webkit-box-shadow: 0px 2px 20px 0px rgba(1,0,26,0.07);
	box-shadow: 0px 2px 20px 0px rgba(1,0,26,0.07)
}

.header__inner {
	height:  100%;
	padding: 10px 20px;
}

.header__logo span {
    display: block;
    font-size: 8px;
    font-weight: normal;
    margin-bottom: .5rem;
    padding-left: 46px;
}

.header__logo img {
    width: 180px;
    position: relative;
    top: -14px;
}

.header__toggleWrap {
	background-color: rgba(154, 147,235, .85);
	display: none;
	font-size: 20px;
	left: 0;
	line-height: 3.2;
	padding: 20px 0;
	position: fixed;
	text-align: center;
	top: 60px;
	width: 100%;
	z-index: 9999;
	overflow-y: auto;
}

.header__toggleWrap a {
	color: #fff;
}

a.header__tel {
    font-size: 1.4em;
    font-weight: 600;
}

.header__contactBtn {
    display: inline-block;
    padding: 0 50px;
    border: 1px solid #fff;
}

.header__contactBtn a {
}

.header__contactBtn,
.header__telWrap {
	font-size: 18px;
}

.header__navToggle {
	background-color: transparent;
	cursor: pointer;
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	border: 0;
	outline: 0;
	cursor: pointer;
	user-select: none;
	-webkit-user-drag: none;
}

.header__navToggle:before,
.header__navToggle:after,
.header__navToggle span {
	display: block;
	position: absolute;
	left: 25%;
	width:  22px;
	height: 2px;
	background: #727272;
}

.header__navToggle:before,
.header__navToggle:after { content: ""; }
.header__navToggle span { top: calc(50% - 1px); }
.header__navToggle:before { top: calc(50% - 8px); }
.header__navToggle:after { top: calc(50% + 6px); }
.header__navToggle span { transition: opacity .5s; }
.header__navToggle:before,
.header__navToggle:after {
	transition: top .5s cubic-bezier(0.215, 0.61, 0.355, 1),
	transform .5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.open .header__navToggle span { opacity: 0; }
.open .header__navToggle:before,
.open .header__navToggle:after { top: calc(50% - 1px); }
.open .header__navToggle:before {
	-ms-transform: rotate(-315deg);
	-webkit-transform: rotate(-315deg);
	transform: rotate(-315deg);
}

.open .header__navToggle:after {
	-ms-transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}

/**
 * Main
 */

.main {
	padding-bottom: 70px;
	padding-top: 60px;
}

.main__title {
	font-family: 'Noto Serif Japanese', serif;
	background-color: rgba(154, 147,235, .7);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 22px;
	font-size: 5.8666vw;
	padding: 40px 0;
	text-align: center;
}

#aboutus .main__title {
	background-image:  url(../images/bg_title_aboutus.jpg);
}

#cleaning .main__title {
	background-image:  url(../images/bg_title_cleaning.jpg);
}

#security .main__title {
	background-image:  url(../images/bg_title_security.jpg);
}

#building .main__title {
	background-image:  url(../images/bg_title_building.jpg);
}

#airconditioning .main__title {
	background-image:  url(../images/bg_title_airconditioning.jpg);
}

#sdgs .main__title {
	background-image:  url(../images/bg_title_sdgs.jpg);
}

#souritsu50th .main__title {
	background-image:  url(../images/bg_title_souritsu50th.jpg);
}
.p-contact .main__title {
	background-image:  url(../images/bg_title_inquiry.jpg);
}

#recruit .main__title {
	background-image:  url(../images/bg_title_recruit.jpg);
}

#recruit .table th {
    background-color: #cdcaf3;
}

#recruit .table th , .table td {
    text-align: center;
    width: 20%;
    border-right: solid 1px #cbcbcb;
}

#recruit .table .th_top th {
    width: auto;
}

#recruit .table td{
    font-size: 0.9em;
    background-color: #fff;
}

#recruit tr.th_top td:first-child {
    border: none;
    background: none;
}

#recruit tbody tr:last-child td {
    border-bottom: solid 1px #cbcbcb;
}

#recruit .table th , .table td {
    text-align: center;
    border-right: solid 1px #cbcbcb;
}

#recruit .table .th_top th {
    width: auto;
}

#recruit .table th {
    background-color: #cdcaf3;
}

#recruit .table td{
    font-size: 0.9em;
    background-color: #fff;
    text-align: center;
}

#recruit tr.th_top td:first-child {
    border: none;
}

#recruit tbody tr:last-child td {
    border-bottom: solid 1px #cbcbcb;
}

.emphasis {
    font-size: 1.4em;
}

#recruit .table {
    width: 100%;
    }

#recruit .table th, .table td {
    width: auto;
}

#recruit .table .th_top th {
    width: 28%;
    border-left: solid 1px #fff;
    }

/*#recruit .table .th_top th {
    width: 21%;
    border-left: solid 1px #fff;
    }
*/


#recruit tr {
    display: flex;
}

#recruit .table th {
    width: 15%;
    border-bottom: 1px solid #fff;
    font-size: 1.1rem;
}

#recruit .table td {
    width: 28%;
    padding: 10px 5px;
    font-size: 1.2rem;
}

/*
#recruit .table td {
    width: 21%;
    padding: 10px 5px;
    font-size: 1.2rem;
}


#recruit tbody tr:last-child td {
    width: 84%;
}
*/

#recruit tr.th_top td:first-child {
    width: 15%
}

#recruit tr.th_top th {
    width: 28%;
}

#recruit .table .th_top .colspan3 {
    width: 56%;
}

/*#recruit tr.th_top th {
    width: 20%;
}

#recruit .table .th_top .colspan3 {
    width: 63%;
}
*/


/**
 * Main > section
 */
.section {
	padding-bottom: 60px;
}

.section:last-child {
	padding-bottom: 0;
}

.section__title {
	font-family: 'Noto Serif Japanese', serif;
	font-size: 1.8rem;
	font-size: 5.042vw;
	padding-top: 50px;
	margin-bottom: 30px;
	text-align: center;
	padding-top: 80px;
	margin-bottom: 60px;
	position: relative;
}

.section__title:before  {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 24px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #9a93eb;
}


.section__lead {
	margin-bottom: 40px;
	text-align: left !important;
}

.section__txt {
	line-height: 1.6;
	margin-bottom: 1em;
}

.section p  {
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	line-height: 2em;
	text-align: justify;
}

.textbox {
	max-width: 45em;
	margin-left: auto;
	margin-right: auto;
}

/**
 * Main > aside
 */

.aside__bnr {
	padding-top: 60px;
	text-align: center;
}

.aside__bnr a {
	display: inline-block;
}
/**
 * Footer
 */

.footer {
	background-image:  url(../images/bg_footer.jpg);
	background-size: cover;
	background-position: center;
	padding: 50px 0 25px;
	text-align: center;
}

.footer__btn {
	text-align: center;
}

.footer__logo {
	max-width: 210px;
	margin: 30px auto;
}

.footer__address {
	margin-bottom: 25px;
	font-style: normal;
}

.footer__tel {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 25px;
}

.footer__tel span:nth-child(2) {
	display: block;
	font-size: 11px;
}

/* Page Styles
   ----------------------------------------------------------------- */

/**
 * #home
 */

.main-visual {
	position: relative;
}

.main-visual__text-block {
	font-family: 'Noto Serif Japanese', serif;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.main-visual__text-l {
	font-size: 24px;
	font-size: 6.4vw;
	font-weight: bold;
	letter-spacing: 0.16em;
	margin-bottom: 10px;
	text-shadow: 1px 1px 1px #fff;
}

.main-visual__text-s {
	font-size: 10px;
	font-size: 3.4vw;
	letter-spacing: 0.06em;
	line-height: 2;
	text-shadow: 1px 1px 1px #fff;
}

.main-visual__img {
	margin-left: auto;
	width: 64%;
}

#home .main .kv {
    padding: 0 0 0 20px;
}

#home .section__title {
	margin-bottom: 20px;
	text-align: center;
	background-color: #f7f7f7;
	margin-top: 60px;
	padding: 50px 0;
}

#home .section__title:before {
	background: none;
}


/* .card */

.card {
	display: flex;
	flex-direction: column-reverse;
	padding: 40px 15px;
}

.card:last-child {
	margin-bottom: 0;
}

.card__text-block {
	padding: 1.6rem  0;
}

.card__title {
	font-family: 'Noto Serif Japanese', serif;
	font-size: 1.6rem;
	font-size: 4.8vw;
	margin-bottom: 1.4rem;
	position: relative;
}

.card__title:before  {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 24px;
  height: 2px;
  left: 3.2%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #9a93eb;
}

.card__description {
	font-size: 1.4rem;
	font-size: 3.7333vw;	
	line-height: 2;
	margin-bottom: 2rem;
}

.card__btn {
	text-align: center !important;
}

/* securityservicelicense */
.securityservicelicense {
	padding: 40px 15px 0;
	margin: 0 auto;
}

/**
 * .service
 */

.service .section {
	padding-bottom: 0;
}

.service .section .container {
	max-width: 1080px;
}

.service .section__img img {
	margin: auto;
	margin-bottom: 20px;
}

.service .section__example {
	padding: 15px;
	background-color: #f7f7f7;
}

.service .section__example dt {
	border: solid 1px #7169d5;
	color: #7169d5;
	line-height: 3.675rem;
	text-align: center;
	width: 7em;
}

.service .section__example dd{
	line-height: 4.375rem;
}

/* table */

.table {
	width: 100%;
}

.table td, .table th {
	display: block;
	text-align: left;
	padding: 10px
}

.table td {
	padding-bottom:20px;
}

.table tr:not(:last-child) td {
	border-bottom: 1px solid #dedde2;
}

.table th {
	padding-top: 20px;
	white-space: nowrap;
	width: 100%;
}

.table + * {
	margin-top: 10px;
}

#table01 {
	border-bottom: 1px solid #cbcbcb;
}

#recruit .table {
	padding-bottom: 60px;
}

/* list */

.list {
	padding: 0 0 60px;
}
.list li {
	list-style-type:disc;
	list-style-position: inside;
	padding-left: 20px;
	margin-bottom: .5em;
}

/**
 * #inquiry
 */


.form__table {
	width: 100%;	
}

#mail .form__table {
	width: 100%;
	background-color: #f1effa;
	padding: 2rem;
}

.form__table th,
.form__table td {
	display: block;
}

.form__table th {
	margin-bottom: 1em;
	text-align: left;
}

.form__table td {
	margin-bottom: 30px;
}

select,
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	padding: 10px 15px;
	line-height: 1.6;
	font-size: 1.6rem;
	width: 100%;
}
input[type="submit"],
input[type="button"] {
	cursor: pointer;
}

textarea {
	min-height: 144px;
	resize: none;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

#mail .btn-send,
#mail .btn-cancel {
	margin-top: 3rem;
}

#mail .btn-cancel .btn {
	border: 1px solid #9A93EB;
	color: #9A93EB;
	background-color: #fff;
}

/**
 * #recruit
 */

#recruit .card {
	padding: 20px 15px 0;
}

#recruit .card__title {
	font-size: 1.8rem;
	font-size: 4.8vw;
}

#recruit .card__description {
	font-size: 1.4rem;
	font-size: 3.7333vw;	
}

.contact .contact__btn,
.contact .contact__telWrap {
	text-align: center;
}

.contact .contact__telWrap {
	margin-bottom: 3rem;
}

.contact .contact__tel {
	font-size: 2.2rem;
	font-weight: 700;
}

.contact .contact__time {
	display: block;
	font-size: 1.4rem;
}

#recruit .pb0 h2 {
    padding-top: 0;
}

/**
 * aboutus map
 */
.map {
	width: 100%;
	position: relative;
	padding-top: 45%;
  }
  
  .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }