@charset "UTF-8";
/* CSS Document */

/* 角丸の設定
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;　*/

/* ドロップシャドウの設定
	box-shadow: 5px 5px 10px #000;
  -webkit-box-shadow: 5px 5px 10px #000;
  -moz-box-shadow: 5px 5px 10px #000;　*/

/* 透過の設定
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;　*/

/* フォントファイル使用の設定
@font-face {
	font-family: 'noto';　ここでフォント名を決める
	src: url('fonts/noto.otf'), url('fonts/noto.woff');　ここでフォントファイルを指定
}
body {font-family: 'noto';}　使用時は上記で決めたフォント名を指定*/

/* リセット */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, a, b {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 100%;
	font: inherit;
	font-weight: 100;
	list-style: none;
	vertical-align: baseline;
	text-decoration: none;
}

body {
	font-family: 'Montserrat', sans-serif;
}

.clear::after {
	display: block;
	clear: both;
	content: "";
}

img {
	max-width: 100%;
}

a {
	color: #000;
}

header {
	position: fixed;
	width: 100%;
	top: 0;
	background: #fff;
	z-index: 1;
}

header img {
	display: block;
	max-width: 200px;
	margin: 15px auto;
}

.wrapper {
	margin: auto;
}

.bg-image {
	background: url(images/main-image.jpg);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 300px;
	padding: 25px;
}

.main-visual {
	font-style: italic;
}

h1 span {
	font-size: 14px;
	display: block;
	text-align: center;
	margin-top: 15px;
}

nav ul {
	text-align: center;
}

nav ul li {
	display: inline-block;
	line-height: 46px;
}

nav ul li a {
	display: block;
	padding: 0 35px;
	position: relative;
}

nav ul li a::after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	content: "";
	height: 15px;
	width: 2px;
	background: #000;
}

.logo {
	padding: 10px;
	max-width: 20%;
	height: 26px;
	line-height: 100%;
	margin: auto;
}

h2 {
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 3px;
	text-align: center;
}

section {
	padding: 100px 0;
	border-bottom: 1px solid #fff;
}

.news {
	max-width: 750px;
	margin: 50px auto 30px;
	font-size: 16px;
	color: #fff;
	height: 303px;
	overflow: hidden;
	transition: .2s;

	li p {
		width: 80%;
		float: left;
		line-height: 190%;
	}

	li {
		border-bottom: 1px dashed #fff;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}

	a {
		color: #fff;
	}

	li::after {
		content: "";
		clear: both;
		display: block;
	}
}

.guideline {
	max-width: 750px;
	margin: 50px auto 30px;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	transition: .2s;
}

.anti-harassment {
	max-width: 750px;
	margin: 50px auto 30px;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	transition: .2s;
}

.day {
	display: block;
	float: left;
	width: 20%;
	padding-top: 3px;
}

.under {
	text-decoration: underline;
}

.more {
	max-width: 340px;
	margin: auto;
	background: #a3001b;
	color: #fff;
	text-align: center;
	height: 48px;
	line-height: 48px;
	border-radius: 50px;
	cursor: pointer;
}

.companies {
	max-width: 1000px;
	margin: 50px auto 30px;
	padding: 0 100px 0px;
	display: flex;  	   
}

.companies::after {
	display: block;
	content: "";
	clear: both;
}

.companies li {
	width: 18%;
	margin-right: 2.5%;
	float: left;
	margin-bottom: 20px;
	background: #fff;
}

.companies li a {
	display: block;
	background: #fff;
	/* height: 170px; */
	align-items: center;
	display: flex;
	padding: 10px;
}

.companies li a img {
	display: block;
	width: 100%;
}

.companies li:nth-child(5n) {
	margin-right: 0;
}

.companies wraps {
	flex-wrap: wrap;
}

.profile {
	max-width: 1000px;
	margin: 50px auto 30px;
	padding: 50px 100px 0;
}

.profile table {
	width: 100%;
	box-sizing: border-box;
	border-collapse: collapse;
	color: #fff;
	font-size: 14px;
}

.profile tbody tr td {
	width: 50%;
	vertical-align: top;
	box-sizing: border-box;
}

.profile tbody tr td:first-child {
	padding-right: 50px;
}

.profile tbody tr td:nth-child(2) {
	padding-left: 50px;
}

.profile tbody tr td:first-child {
	border-right: 1px dotted #fff;
}

.profile tbody tr td:first-child .l {
	margin-bottom: 15px;
	float: left;
	width: 20%;
	clear: both;
}

.profile tbody tr td:first-child .r {
	float: right;
	width: 80%;
	margin-bottom: 15px;
}

.profile tbody tr td:nth-child(2) .l {
	margin-bottom: 15px;
	float: left;
	width: 28%;
	clear: both;
}

.profile tbody tr td:nth-child(2) .r {
	float: right;
	width: 72%;
	margin-bottom: 15px;
}

iframe {
	width: 100%;
}

.map-name {
	margin-top: 50px;
	margin-bottom: 15px;
	color: #fff;
	font-weight: bold;
}

footer nav {
	text-align: center;
	margin: 100px 0 50px;
}

footer nav ul li a {
	color: #fff;
}

footer nav ul li a::after {
	background: #fff;
}

nav ul li:last-child a::after {
	content: none;
}

.group {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.group li {
	margin: 0 10px;
	align-items: center;
	display: flex;
}

@media screen and (max-width: 768px) {
	.group li {
		margin: 0 5%;
		float: left;
	}
}

.group li a {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 200px;
	font-size: 14px;
	padding: 10px;
	margin: auto;
}

.group li a img {
	display: block;
	max-height: 50px;
}

.footer span {
	text-align: center;
	color: #fff;
	display: block;
}

.copy {
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding: 50px 0 100px;
}



@media screen and (min-width: 896px) {
	.pc {
		display: block;
	}

	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 897px) {
	.sp {
		display: block;
	}

	.pc {
		display: none !important;
	}

	body {
		padding-top: 60px;
	}

	.main-image {
		height: 400px;
	}

	nav {
		margin-top: 50px;
	}

	/* メニュー部分 */
	.menu {
		position: absolute;
		top: 15px;
		right: 40px;
		z-index: 101;
	}

	.menu .trigger {
		height: 30px;
		width: 30px;
		cursor: pointer;
		z-index: 101;
		position: fixed;
		top: 15px;
		right: 20px;
	}

	.menu .trigger span {
		background: #4d4d4d;
		display: block;
		float: left;
		height: 10px;
		width: 10px;
		margin: 2px;
	}

	.menu .trigger.open span {
		background: #4d4d4d;
	}

	.menu ul {
		position: absolute;
		top: 0;
		left: 0;
		height: 0px;
		overflow: hidden;
	}

	.menu-list {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		/* background: rgba(106,101,64,0.9); */
		display: none;
		z-index: 1;
	}

	.menu-list .menu-list-wrapper {
		background: #fff;
		height: 100%
	}

	.menu-list .trigger {
		height: 30px;
		width: 30px;
		cursor: pointer;
		position: absolute;
		top: 15px;
		right: 20px;
	}

	.open {
		position: fixed;
		width: 100%;
	}

	.open .trigger span {
		display: none;
	}

	.open .trigger span:nth-child(1) {
		background: #fff;
		display: block;
		height: 30px;
		width: 1px;
		position: absolute;
		left: 13px;
		top: 0;
    transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
	}

	.open .trigger span:nth-child(2) {
		background: #fff;
		display: block;
		height: 30px;
		width: 1px;
		position: absolute;
		left: 13px;
		top: 0;
		transform: rotate(-45deg);
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
	}

	.contents {
		padding: 0 25px;
	}

	.day {
		width: 25%;
		padding-top: 6px;
	}

	.news li p {
		width: 75%;
	}

	.team {
		margin: 50px auto 0;
	}

	.profile {
		padding: 50px 0 0;
	}

	.profile a {
		color: #fff;
	}

	.team tbody tr td:first-child,
	.profile tbody tr td:first-child {
		border-right: none;
	}

	body .team tbody tr td,
	body .profile tbody tr td {
		display: block;
		border-bottom: 1px dotted #fff;
		padding: 20px !important;
		width: 100%;
		box-sizing: border-box;
	}

	body .team tbody tr:nth-child(2) td:last-child {
		border-bottom: none;
	}

	.companies {
		padding: 50px 0 0;
	}

	.companies li {
		width: 31%;
		margin-right: 3%;
	}

	.companies li:nth-child(5n) {
		margin-right: 3%;
	}

	.companies li:nth-child(3n) {
		margin-right: 0%;
	}

	footer nav {
		text-align: left;
	}

	footer nav li a {
		padding: 0 20px;
		line-height: 40px;
		font-size: 12px;
	}

	.group li {
		width: 40%;
		margin-bottom: 15px;
	}

}

.other p {
	color: #fff;
	margin-top: 30px;
}










/*contact作成　20250420*/
#formWrap table.formTable {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}

#formWrap table.formTable td,
table.formTable th {
	border: 1px solid #ccc;
	padding: 10px;
}

#formWrap table.formTable th {
	width: 30%;
	font-weight: normal;
	text-align: left;
}

#formWrap .require {
	color: #F00;
	font-size: 14px;
	font-weight: bold;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
	#formWrap {
		width: 95%;
		margin: 0 auto;
	}

	#formWrap table.formTable th,
	table.formTable td {
		width: auto;
		display: block;
	}

	#formWrap table.formTable th {
		margin-top: 5px;
		border-bottom: 0;
	}

	#formWrap form input[type="text"],
	form textarea {
		width: 80%;
		padding: 5px;
		font-size: 110%;
		display: block;
	}

	#formWrap form input[type="submit"],
	form input[type="reset"],
	form input[type="button"] {
		display: block;
		width: 100%;
	}
}

.inner {
	max-width: 750px;
	margin: 0 auto 30px;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	transition: .2s;
	padding-top: 50px;
}

#formWrap table.formTable th,
#formWrap table.formTable td {
	border: 1px solid #ddd;
	padding: 16px;
	vertical-align: middle;
	font-size: 14px;
}

#formWrap form {
	width: 100%;
	margin: 50px 0 0 0;
}

input[type="submit"] {
	width: 50%;
	margin: 30px auto;
	display: block;
	border-radius: 50px;
	padding: 24px;
	cursor: pointer;
	transition: 0.4s;
}

input[type="submit"]:hover {
	background-color: #df0226;
	color: #fff;
}

.bx_center {
	text-align: center;
	margin-top: 30px;
}

a.link_top {
	display: block;
	margin: 30px auto 0 auto;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #fff;
	border-radius: 50px;
	padding: 16px;
	transition: 0.4s;
}

a.link_top:hover {
	background-color: #ccc;
	color: #fff;
}

.privacy {
	margin-top: 30px;
	text-align: center;
}

.privacy span {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

@media screen and (max-width: 897px) {

	#formWrap form input[type="text"],
	form textarea {
		box-sizing: border-box;
		width: 100%;
	}

	.profile tbody tr td:first-child .l {
		float: none;
		width: 100%;
	}

	.profile tbody tr td:first-child .r {
		float: none;
		width: 100%;
	}
}