@charset "utf-8";

/* Base
   ----------------------------------------------------------------- */

body {
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Utility
   ----------------------------------------------------------------- */

.is-pc {
	display: block;
}

.is-sp {
	display: none;
}

.btn {
	font-size: 1.4rem;
}

.btn__primary {
	margin: 0;
}

.container  {
	padding: 0;
}


/* Common
   ----------------------------------------------------------------- */

/**
 * Header
 */

.header {
	border-bottom: 1px solid transparent;
	margin-bottom: 0;
	height: auto;
	position: relative;
	-webkit-transition:all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	-moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1)
} 

.header.is-fixed {
	position: fixed;
	top: -25px;
	left: 0;
	transform: translateY(-80px);
}

.header__logo img {
	width: 300px;
	position: relative;
	top: -25px;
}

.header__logo span {
	font-size: 1.3rem;
	margin-bottom: 8px;
	padding-top: 25px;
	padding-left: 80px;
}


.header__toggleWrap {
	background-color: transparent;
	font-size: 17px;
	line-height: 1;
	padding: 0;
	position: static;
	text-align: center;
	display: block;
}

.header__toggleWrap a {
	color: inherit;
}

.header__nav__list {
	align-items: center;
	display: flex;
	height: 94px;
	justify-content: space-between;
	font-family: 'Noto Serif Japanese', serif;
}

.header.is-fixed .header__nav__list {
	height: 60px;
	transition-duration: .8s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header__contactWrap {
	height: 77px;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: row-reverse;
}

.header__contactBtn {
	background-color: #9A93EB;
	color: #fff;
	font-size: 17px;
	margin-left: 20px;
	text-align: center;
	margin-top: 30px;
}

.header__contactBtn a {
	display: block;
	padding: 13px 0;
}

.header__telWrap {
	padding-top: 30px;
	text-align: left;
}

.header__time {
	display: block;
	font-size: 13px;
	margin-bottom: 1rem;
}

.header__tel {
	font-size: 2.0rem;
	font-weight: bold;
}
.header__tel span{
	font-weight: normal;
}

/**
 * Main
 */

.main {
	padding-bottom: 90px;
	padding-top: 0;
}

.main__title {
	font-size: 28px;
	padding: 120px 0;
	letter-spacing: 0.1em;
}

.main-visual__img img {
    width: 100%;
}

.main-visual {
	width: 70%;
	margin-left: auto;
}


/**
 * Main > section
 */

.section {
	padding-bottom: 80px;
}

.section p  {
	font-size: 1.6rem;

}

.section__title {
	font-size: 26px;
	margin-bottom: 60px;
}

.section__lead {
	margin-bottom: 80px;
    text-align: center !important;
}

.section__txt {
	line-height: 2;
}

/**
 * Main > aside
 */

.aside__bnr {
	padding-top: 85px;
}
/*footer*/
.footer {
	padding-top: 60px;
	text-align: left;
}

/**
 * Footer
 */

.footer__inner {
	align-items: flex-start;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.footer__link {
	width: 65%;
	max-width: 660px;
}

.footer__btn {
	margin-bottom: 50px;
	text-align: right;
}

.footer__btn .btn {
	padding: 2rem 0;
	width: 290px;
}

.footer__nav__list {
	display: flex;
	justify-content: space-between;
}

.footer__logo {
	margin: 0 0 30px;
}

.footer__tel span:nth-child(2) {
	font-size: 14px;
}

.footer__copyright {
	text-align: right;
}

/* Page Styles
   ----------------------------------------------------------------- */

/**
 * #home
 */

#home .main .container {
    max-width: 100%;
}

.main-visual__text-block {
	font-size: 14px;
	left: -25%;
}

.main-visual__text-l {
	font-size: 30px;
	letter-spacing: 0.1em;
	margin-bottom: 5.5rem;
}

.main-visual__text-s {
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
}

.main-visual__img {
	width: 100%;
	margin-left: auto;
	text-align: right;
	z-index: -5;
}

#home .main aside .container {
    max-width: 84%;
}

#home .section__title {
	margin-bottom: 0;
	text-align: center;
}

/* .card */

.card{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 80px 0;
    margin: 0 auto;
	max-width: 1000px;
}

.section__wrap section:nth-child(2n+1) .card{
	flex-direction: row-reverse;
}

.card__text-block {
	padding: 0 0 3rem;
	width: 41.6666%;
}

.card__title {
	font-size: 2.4rem;
	margin-bottom: 40px;
}

.card__description {
	font-size: 1.6rem;
}
.card__img {
	width: 55%;
}

.card__btn {
	text-align: left !important;
}

/* securityservicelicense */
.securityservicelicense {
	padding: 80px 0;
	margin: 0 auto;
	max-width: 1000px !important;
	text-align: center;
}

/**
 * .service
 */

.service .section__lead {
	font-size: 1.6rem;
}

.service .section__img {
	display: flex;
	justify-content: space-between;
}

.service .section__img img {
	margin-bottom: 60px;
}

.service .section__example {
	padding: 30px;
}

.service .section__example dt {
	line-height: 4.2rem;
}

.service .section__example dd {
	line-height: 5rem;
}

/* table */

.table td, .table th {
	display: table-cell;
	padding: 30px 20px;
}

.table tr:not(:last-child) td,
.table tr:not(:last-child) th {
	border-bottom: 1px solid #cbcbcb;
}

.table th {
	width: 30%;
}

#recruit .table {
     margin: 0 40px; 
     width: calc(100% - 80px); 
    padding-bottom: 80px;
}

/* list */
.list {
	display: flex;
	flex-wrap: wrap;
	padding: 0 40px 40px;
}

.list li {
	width: 33.3333%;
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 20px;
	margin-bottom: 1em;
}

/**
 * #inquiry
 */

.form__wrap {
	padding: 60px;
	background-color: #f0effa;
}

.form__table td {
	margin-bottom: 50px;
}

.form__table #namae,
.form__table input[type="tel"],
.form__table select {
	width: 50%;
}

/**
 * #recruit
 */

#recruit .card {
	padding: 20px 0 60px;
}

#recruit .card__title {
	font-size: 2rem;
}

#recruit .card__description {
	font-size: 1.6rem;
}

#recruit .section__wrap section:nth-child(2n) .card{
	flex-direction: row-reverse;
}

#recruit .section__wrap section:nth-child(2n+1) .card{
	flex-direction: row;
}

.contact {
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact .contact__btn .btn {
	width: 420px;
}

.contact .contact__telWrap {
	margin-bottom: 0;
	margin-right: 40px;
}
.contact .contact__time {
	display: block;
}

#recruit tr {
    display: inherit;
}

#recruit .table .th_top th {
    border: none;
}

#recruit .table th {
    border: none;
}

#recruit .table th,#recruit .table td {
    font-size: 1.6rem;
}