body{
/* font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; */
font-family: "Meiryo", sans-serif;
}

.slick-slide img {
	width: 100%;
	height:100vh;
	object-fit:cover;
}
img {
	vertical-align: bottom;
}
.clearFix:after {
	content: " "; clear: both; height: 0; display: block; visibility: hidden;
}
.pos-r{
	position:relative;
}
.inner-m {
    line-height: 2;
}

a{
	text-decoration:underline;
}
.ac-detail{
	display:none;
}

.w50-pc{
	width: 50%;
}

/* モーダル */
.modaal-wrapper {
	background: rgba(0,0,0,0.7);
}

/*ハンバーガー*/
header .ham-btn {
	position: fixed;
	top: 10px;
	right: 1rem;
	cursor: pointer;
	width: 30px;
	height: 30px;
	z-index: 1002;
	text-align: center;
	/* background: rgba(31, 71, 134, 0.8); */
	color: #fff;
	font-size: 14px;
	padding-top: 19px;
}
header .ham-btn span{
	position: absolute;
	left: 0;
	display: block;
	height: 2px;
	width: 100%;
	background: #fff;
	box-shadow: 1px 1px 1px #333;
	transition: all .4s;
}
header .ham-btn span:nth-child(1){
	top: 5px;
}
header .ham-btn span:nth-child(2){
	top: 50%;
}
header .ham-btn span:nth-child(3){
	top: calc(100% - 5px);
}
/*activeクラスが付与されると線が回転して×に*/
header .ham-btn.active{
  color: #ffff00;
}
header .ham-btn.active span{
  background: #fff;
}
header .ham-btn.active span:nth-of-type(1) {
	top: 10px;
	transform: translateY(5px) rotate(-45deg);
	width: 30px;
}
header .ham-btn.active span:nth-of-type(2) {
	opacity: 0;/*真ん中の線は透過*/
}
header .ham-btn.active span:nth-of-type(3){
	top: 20px;
	transform: translateY(-5px) rotate(45deg);
	width: 30px;
}

.ham-wrap{
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
	background-color: rgb(0 0 0 / 70%);
}

.wrap{
	position: relative;
}
nav.ham-menu {
	position: fixed;
	left: 0;
	top: 0;
	width: 20%;
	min-height: 100vh;
	background: #000;
	transform: translateX( -100vw );
	transition: .4s;
	z-index: 1003;
}
nav.ham-menu.slide-in{
	transform: translateX(0);
	transition: .4s;
}
nav.ham-menu ul{
  margin: 50px 3.2rem;
  padding: 0;
}
nav.ham-menu li{
	display: block;
	border-bottom: 1px solid rgba(0, 153, 255, 0.2);
}
nav.ham-menu li a {
	display: block;
	padding: 1rem 0;
	/* font-weight: bold; */
	/* line-height: 1.6; */
	text-decoration: none;
	color: #fff;
}

/* 画像動き */
.zoom-1 img {
      width: 100%;
      height: auto;
      animation: animationZoom1 5s ease-in-out forwards;
    }
.zoom-2 img {
      width: 100%;
      height: auto;
      animation: animationZoom2 10s ease-in-out infinite;
    }
.zoom {
/*
      width: 300px;
      height: 200px;
*/
      overflow: hidden;
    }

    @keyframes animationZoom1 {
      100% { transform:scale(1.1)} 
    }
    @keyframes animationZoom2 {
      50% { transform:scale(1.1)} 
    }
/* 画像動きここまで */


.serif{
	font-family:serif;
}
.fcolor{
	color: #000;
}
main {
	line-height: 1.5;
	margin-top: 5em;
}
a {
	color: inherit;
	transition: .5s;
}

.kv_top{
	background-color: #0d3c71;
	position: relative;
}

.kv_top h1 {
	color: #fff;
	font-size: 42px;
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 50px;
}
.kv_top .catch {
	color: #fff;
	font-size: 72px;
	position: absolute;
	z-index: 1;
	bottom: 50px;
	left: 50px;
	font-weight: bold;
}

.topNews {
	background-color: #0d3c71;
	color: #fff;
	padding-bottom: 1em;
	padding-top: 0.6em;
}
.btnArea {
	color: #fff;
	border:2px solid #fff;
	width: 230px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin:0 auto;
	cursor: pointer;
	text-align: center;
}
.btnArea a{
	text-decoration:none;
}

.topbg{
	background-size: cover;
}

h2 {
	font-size: 48px;
	color: #0d3c71;
}
.subtitle {
	font-size: 24px;
	color: #0d3c71;
}
.topMidashi {
	position:relative;
}
.topMidashi h2 {
	width: fit-content;
	background-color: #0d3c71;
	color: #fff;
	padding-left: 1em;
	padding-right: 2em;
	padding-top: 7px;
}
.topMidashi .subtitle {
	position: absolute;
	top: -25px;
	left: 46px;
}

.rightBox .topMidashi h2 {
	display: initial;
}
.rightBox .topMidashi .subtitle {
	top: -32px;
	right: 147px;
}

.topText{
	width:80%;
	margin:0 auto;
	margin-top:2em;
	line-height:3;
}
.productsImg{
	border-top:10px solid #dcdcdc;
	border-bottom:10px solid #dcdcdc;
}
.recTitle {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #0d3c71;
	padding: 2em;
}
.recTitle h2,
.conTitle h2{
	font-size:36px;
	color:#fff;
	line-height: 1.1;
	text-align: center;
}
.recTitle .subtitle,
.conTitle .subtitle{
	font-size:24px;
	color:#fff;
	line-height: 1.1;
	text-align: center;
}

.conTitle{
	position:absolute;
	top:0;
	background-color: #0d3c71;
	padding: 1.8em;
}

.moreBtn {
	color: #fff;
	background-color: #0d3c71;
	width: 230px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin:0 auto;
	cursor: pointer;
}
.moreBtn a{
	text-decoration:none;
	text-align: center;
	display: block;
	position: relative;
	line-height:1;
}
.moreBtn:hover {
	opacity: 0.5;
	transition: .5s;
}
.moreBtn a::after {
	position: absolute;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	content: '';
	display: inline-block;
	height: 8px;
	margin-bottom: 1px;
	transform: rotate(45deg);
	width: 8px;
	text-align: right;
	right: 20px;
	bottom: 3px;
}
/* 上下左右中央に寄せる場合 */
.center-ublr{
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.footer-com {
	width:30%;
	color: #fff;
	background-color: #0d3c71;
	padding:3em;
	padding-bottom: 5em;
}
.footer-com h2{
	font-size:36px;
	color: #fff;
}
.footer-detail {
	width:50%;
	position: relative;
	padding-top: 3em;
	line-height: 2.5;
}
.footer-detail a{
	text-decoration:none;
}
.copyright {
	position: absolute;
	bottom: 0;
	right: 25px;
}

/* 下部ページ */
.sub_top h1 a{
	text-decoration: none;
	font-size: 24px;
}
#subPage h3 {
	font-size: 28px;
	color: #0d3c71;
	border-bottom: 1px solid #0d3c71;
	margin-bottom: 1em;
}
.shacho_img{
	width:30%;
}
.shacho_text{
	width:60%;
}
#h_box{
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em;
	margin-bottom: 1em;
}
#h_l{
  font-weight: bold;
    float: left;
    padding: 9px 0;
    width: 150px;
}
#h_r{
    float: left;
    padding: 9px 0 20px;
}
#h_img{
    float: right;
}
.gaiyo dl {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}
.gaiyo dt {
	flex-basis: 15%;
	padding: 5px 20px;
	background-color: #f1f1f1;
	border-bottom: 1px solid #ccc;
}
.gaiyo dd {
	flex-basis: 85%;
	padding: 20px;
	background-color: #fff;
}

.newsList {
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em;
}
.newsList a{
	text-decoration:none;
}

.infoArea dt span {
	color: #ff0000;
}
.infoArea textarea {
	width: 100%;
	font-size: inherit;
	padding: 1em;
}
.infoArea input[type="text"] {
	width: 100%;
	padding: 1em;
	font-size: inherit;
	margin-top: 5px;
	margin-bottom: 5px;
}
.infoArea input[type="radio"] {
	margin-top: 1em;
	margin-bottom: 5px;
}
.infoArea dl dd input {
	padding: 10px;
	box-sizing: border-box;
}
.infoArea dt{
	font-weight:bold;
}
.infoArea dd{
	margin-bottom:3em;
}
.infoArea input[type=submit] {
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0 auto;
	width: 100%;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 10px;
}

@media screen and (max-width:768px){
.gaiyo dl {
	flex-flow: column;
	}
}

@media screen and (max-width:768px){
	.newsList a{
		display:block;
	}
	.shacho_img{
		width:100%;
	}
	.shacho_img img{
		width: 60%;
		margin: 0 auto;
		text-align: center;
		display: block;
		margin-bottom: 1em;
	}
	.shacho_text{
		width:100%;
	}
	#h_l,
	#h_r{
			float: none;
	}
	#h_img{
		float: none;
		text-align:center;
	}

	h2,.yearArea {
		font-size: 24px;
	}
	.center-ublr {
		top: 11px;
		left: auto;
		transform: inherit;
		-webkit-transform: inherit;
		-ms-transform: inherit;
	}
	.aboutArea {
		background-size: 160px;
	}
	.siroArea{
		height: 270px;
	}
	nav.ham-menu {
		width: 80%;
	}

}
/*役員組織図=====================================*/
.subMidashi {
    background-color: #d0e7ff;
    padding: 0.5em 1em;
    font-size: 1.3em;
		margin-bottom:1em;
		margin-top:1em;
}
.yakuin th {
	background: #e7e7e7;
	border: solid 1px #858585;
}
.yakuin td {
	padding: 10px;
	border: solid 1px #858585;
}
.yakuin th:nth-child(1) {
	width:15%;
}
.yakuin th:nth-child(2) {
	width:25%;
}

.yakuin,.yakuin .non {border-width:0px;width: 100%;}
@media screen and (max-width:768px){
	.kv_top{
		margin: 0 auto;
		min-width: auto;
		width: 100%;
	}
	.db {
		display: block;
	}
	.yakuin td {
		/* width: 50%; */
	}
	.yakuin.kai td {
		width: 25%;
	}
}
/*プログラム=====================================*/
#prg table{
	width:100%;
	margin-bottom: 30px;
	border-left:solid 1px #3366FF;
	border-top:solid 1px #3366FF;
}
#prg td{
font-size:80%;
padding:5px;
border-right:solid 1px #3366FF;
border-bottom:solid 1px #3366FF;
}
#prg tr.mon td{
font-weight:bold;
font-size:120%;
background:#87CEFA;
}

#prg tr.midasi td{
font-weight:bold;
font-size:110%;
background:#f1f1f1;
/* min-width:16%; */
}

.progHd1 {background:#3366FF;}
.progHd1 th {font-weight:bold; padding:2px; color:#FFFFFF;}
.prog1 {border-style:solid; border-width:1px 0px 0px 1px; border-color:#3366FF;}
.prog1 th { background:#6699FF; border-right:solid 1px #3366FF;
           border-bottom:solid 1px #3366FF;}
.prog1 td { background:#99CCFF; border-right:solid 1px #3366FF;
           border-bottom:solid 1px #3366FF;}

.progHd2 {background:#FF9900;}
.progHd2 th {font-weight:bold; padding:2px; color:#FFFFFF;}
.prog2 {border-style:solid; border-width:1px 0px 0px 1px; border-color:#FFCC00;}
.prog2 th { background:#FFCC66; border-right:solid 1px #FF9900;
           border-bottom:solid 1px #FF9900;}
.prog2 td { background:#FFFFCC; border-right:solid 1px #FF9900;
           border-bottom:solid 1px #FF9900;}

.progHd3 {background:#99CC33;}
.progHd3 th {font-weight:bold; padding:2px; color:#FFFFFF;}
.prog3 {border-style:solid; border-width:1px 0px 0px 1px; border-color:#99CC33;}
.prog3 th { background:#CCFF99; border-right:solid 1px #99CC33;
           border-bottom:solid 1px #99CC33;}
.prog3 td { background:#F0FFDC; border-right:solid 1px #99CC33;
           border-bottom:solid 1px #99CC33;}

.progHd4 {background:#FF6699;}
.progHd4 th {font-weight:bold; padding:2px; color:#FFFFFF;}
.prog4 {border-style:solid; border-width:1px 0px 0px 1px; border-color:#FF6699;}
.prog4 th { background:#FF99CC; border-right:solid 1px #FF6699;
           border-bottom:solid 1px #FF6699;}
.prog4 td { background:#FFE8FF; border-right:solid 1px #FF6699;
           border-bottom:solid 1px #FF6699;}

footer {
	background-color: #000;
	color: #fff;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size:0.8em;
	border-top: 7px solid #888888;
}

.reportBox div {
	padding: 1em;
	margin-bottom: 2em;
	margin-right: 2.4em;
	border: 1px solid #888;
}
.reportBox div:nth-of-type(3n) {
	margin-right: 0;
}

.footer-siro {
    background-image: url('./asset/img/footer_siro.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 202px;
}

@media screen and (max-width:768px){
.footer-siro {
    height: 353px;
    background-position: center bottom;
}

.reportBox div:nth-of-type(3n) {
	margin-right: 0;
}
.reportBox div:nth-child(odd) {
	margin-right: 0.5em;
}
.reportBox div:nth-child(even) {
	margin-right: 0;
}
}


.textBox{
	margin-bottom:80px;
}
.textBox img{
	max-width:100%;
}
.imgList li {
	float: left;
	height: 280px;
	list-style: outside none none;
	margin-right: 5%;
	width: 45%;
}

iframe {
	width: 100%;
	height: 380px;
	vertical-align: bottom;
}



@media screen and (max-width:768px){
	.w50-pc{
		width: 100%;
	}
	.block-sp{
		display:block;
	}
	.slick-slide img {
		height:auto;
	}
	.kv_top h1 {
	    font-size: 1.7em;
	    top: 10px;
	    left: 10px;
	}
	.kv_top .catch {
	    font-size: 2em;
	    bottom: 10px;
	    left: 10px;
	}
	.topbg {
	    height: 300px;
	    width: 100%;
	}
	.footer-com {
		width:100%;
		padding:1em;
		padding-bottom: 1em;
	}
	.footer-com h2{
		font-size:22px;
	}
	.footer-detail {
		width:100%;
	}
	.copyright {
		position: static;
		margin-top: 25px;
		font-size: 0.8em;
		text-align: center;
	}

	.topNews .btnArea {
	    width: 230px;
	    padding-top: 0px;
	    padding-bottom: 0px;
	    margin-top: 7px;
	}
	.topMidashi h2 {
	    padding-bottom: 4px;
	}
	.topMidashi .subtitle {
	    top: -27px;
	    left: 23px;
	}
	.rightBox .topMidashi .subtitle {
		top: -34px;
		right: 12px;
	}
	.recTitle h2,
	.conTitle h2{
	    font-size: 24px;
	}
	#subPage h1 a, 
	#subPage h3 {
	    font-size: 20px;
	}

	.conTitle {
	    top: auto;
	    bottom: 0;
	    right: 0;
	}
}

p.error {
	color: #ff0000;
	font-weight: bold;
}