@charset "UTF-8";

/* --- common --- */
body {
	padding: 0;
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
  color: #432;
}
a {
	text-decoration: none;
}
p {
	line-height: 1.7;
}
img {
	margin-bottom: 8px;
	max-width:100%;
}
button, input, select, textarea {
	background-color: transparent;
	border-style: solid;
	border-color: #eee;
}

/* --- Layout --- */
header {
}
main {
}
nav {
	padding:0 0 6px;
	text-align: center;
}
nav ul {
	padding-right: 0;
}
footer {
	padding: 16px 0 0;
	height: 300px;
	border-top: 6px solid #dddddd;
}
section {
	margin: 1em 0;
}
section h2 {
	margin-top:16px;
	margin-bottom: 24px;
	padding-bottom:2px;
	color: #000066;
	border-bottom: 3px solid #000066;
	font-weight: bold;
	font-family: "Times New Roman", Times, "serif";
}
section h3 {
	margin: 12px 0 12px;
	font-size: 150%;
	font-weight: bold;
}
.infooter {
	min-height: 300px;
}
/* レイアウト */
.wrapper {
	max-width: 1120px;
	margin: auto;
}

.align-center {
	text-align: center;
}

/* ヘッダー */
.page-header {

}
.logo {
	padding: 12px 0 4px;
	width: 320px;
}
.p-content {
	margin: auto;
	padding:12px;
	max-width: 998px;
}
.main-nav {
	margin: auto;
	padding-top: 0px;
	display: flex;
	justify-content: center;
	gap: 2.5rem;
	font-size: 100%;
	list-style: none;
}
.main-nav a,
ul.footer_nav li a {
	color: #432;
}
.main-nav a:hover,
ul.footer_nav li a:hover {
	color: #0bd;	
}
.under-menu {
	padding: 20px 0;
	background-color:#f0f0f0 ;
}
.under-menu img {
	padding-bottom: 16px;
}


.copyright {
	margin: 0;
	padding: 12px;
	text-align: center;
	color: #ffffff;
	background-color: #cc0000;
}
.p-index-content01__title {
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 12px;
	color: #000066;
}
@media (min-width: 990px){
	/* 見出し */
	.page-title {
		font-size: 5rem;
	}
	.heading-large {
		font-size: 4rem;
	}
	
	/* ヘッダー */
	.page-header {
		display: flex;
		justify-content: space-between;
		padding-top: 1rem;
		padding-bottom: 0.5rem;
	}
	.main-nav {
		margin: 32px 0 0 0;
		padding: 0;
		font-size: 1rem;
	}
}

.title_gijutu {
	margin: 16px 0 4px;
	padding: 0;
}
.gijutusya{
	margin: 0 0 0 24px;
	padding: 0;
	color: #0033aa;
}
/* aboutus section */
.p-cover {
  background-image: url(img/gaikan01.jpg);
	background-position:top;
}
.p-cover1 {
  background-image: url(img/gaikan02.jpg);
	background-position:top;
}
.aboutus p {
	margin:1em 0;
}
.aboutus th,
.aboutus td {
	padding:12px;
	border-bottom:1px solid #ccc;
}
.p-cover__inner {
	display: flex; 
	flex-direction: column; 
	align-items: center; 
	justify-content: center; 
	position: relative; 
	width: 100%; 
	height: 100%; 
	z-index: 1; 
}
.p-cover__title {
	color: #ffffff;
	font-size: 56px;
	text-shadow: 2px 2px 4px #cccccc;
}
.p-cover__sub {
	color: #ffffff;
	font-size: 28px;
	text-shadow: 2px 2px 4px #cccccc;
}
/* copy from IDC */
.l-primary p {
	padding:0 16px;	
}
.l-contents {
	margin-bottom: 6px;
	padding-top: 50px;
	border-top: 1px solid #ddd;
}
.l-contents--no-border {
	border-top: 0;
	padding-top: 0;
}
.l-main {
  overflow: clip;
	position: relative;
}
.l-contents--no-border .l-contents__inner {
	background: #fff; 
	margin-top: -100px; 
}
.p-header-slider__item { 
	width: 100%;
	overflow: hidden; 
	position: relative;
}
.p-index-content01 {
	background: #fff;
	box-shadow: 0 -8px 10px rgba(0, 0, 0, 0.2);
	padding: 64px 6px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.l-inner {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 92.1875%;
	max-width: 1180px;
/*	padding:12px;*/
}
.p-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    height: 450px;
}
.p-cover1 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    height: 450px;
}
.tasklist2 {
	margin-left:2rem;
	font-weight:bold;
	font-size: 120%;
	color: #02219A;
}
.title_jirei {
	padding: 6px 2px 4px;
	text-align: center;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:2px solid #000000;
	border-bottom:2px solid #000000;
	width: 100%;
}
.title_an {
	font-size: 110%;
	font-weight:bold;
	border-bottom: 3px double #6666cc;
}
.title_an2 {
	margin-top: 12px;
	color:#009900;
	border-bottom: 1px double #009900;
}
.title_an3 {
	margin: 0 0 8px;
	color:#0066cc;
	font-size: 108%;
	font-weight:bold;
}
dl.an_naiyou {
	margin: 0 0 8px;
	padding: 0;
}
dl.an_naiyou dt {
	margin: 0;
	padding: 0;
}

/* --- table.taigu --- */
.taigu {
	border:2px solid #999999;
	font-size:120%;
}
.taigu th {
	padding-left: 2px;
	padding-right: 2px;
	color: #ffffff;
	text-align: center;
	width: 5em;
	border:1px solid #ffffff;
	background-color:#555555;
}
.taigu td {
	border:1px solid #999;
	color:#444;
}
.hissu {
	color:#f00;
}
.recruit th {
	background-color: #EfEfEf;
	word-wrap: break-word;
}
.wpcf7-submit {
	padding:2px 8px;
	font-weight: bold;
	color:#000;
}
input {
	padding: 1px 8px;
}
textarea {
	padding: 6px 8px;
}
input {
	border: #ccc 1px solid;
}
textarea {
	border: #ccc 1px solid;
}
.wpcf7-not-valid-tip::before {
	content: "\A"; /* 改行コード */
	white-space: pre;
}
.wpcf7-not-valid-tip {
	color:#f00;
}
@media (min-width: 560px){
	.taigu th {
		width: 7em;
	}
}

ul.footer_nav {
	display: inline-block;
	list-style: none;
}
ul.footer_nav li {
	float: left;
	padding: 4px 8px;
}
.busho_name {
	color: #02219A;
}