@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Meiryo, sans-serif;
	position:relative;
	font-size:14px;
	line-height:145%;
}
::-webkit-input-placeholder {
	color:#CCC;
}
.Nav.Sp{ display:none}
.fontJa{
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.msgErr{
	display: block;
	color:#F00;
}
.header {
	width: 100%;
	position: relative;
	z-index: 100;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	height: 400px;
}
.header h1.logo {
	position:absolute;
	background-color:#fff;
}
.bxslider {
  /*display: none;*/
}

h2.copyTxt {
	position:absolute;
	top:5%;
	z-index:100;
	color:#fff;
	text-shadow: 0 3px 2px rgba(0, 0, 0, .35);
	text-align:center;
	font-size:44px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	font-family: Arial, Meiryo, sans-serif;
	font-weight:normal;
}
/*言語*/
.header ul.lang {
	display: inline-block;
    float: right;
    padding: 5px;
    font-size: 13px;
    width: 80%;
    text-align: right;
		font-family: Arial;
}
.header ul.lang li {
	display: inline-block;
	padding: 5px;
	padding-left: 1%;
    padding-right: 1%;
	text-align: center;
	/*margin-left:10px;*/
}
.header ul.lang li a {
	color:#333;
	text-decoration:none;
	display:block;
}
.header ul.lang li:hover {
	background-color: rgba(255, 255, 255, 0.33);
	border-radius: 3px;
}
.header ul.lang li.on {
	background-color: rgba(255, 255, 255, 0.53);
	border-radius: 3px;
	font-weight:bold;
}
/*メニュー*/
.header ul.menu {
    display: inline-block;
    float: right;
    padding: 8px;
    font-size: 13px;
    position: relative;
    top: 7px;
    width: 75%;
    right: 0;
    background-color: rgba(13, 61, 110, 0.2);
		text-align: right;
}
.header ul.menu li {
	display: inline-block;
	width:auto;
	min-width:9.9%;
	padding: 1%;
	padding-left: 2%;
	padding-right: 2%;
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	/*font-weight: bold;*/
	/*text-shadow: 0px 1px 1px #fff;*/
	font-size: 1.15em;
	background-color: rgba(255, 255, 255, 0.30);
	border-radius: 3px;
}
.header ul.menu li a {
	color:#000;
	text-decoration:none;
	display:block;
}
.header ul.menu li:hover {
	background-color: rgba(255, 255, 255, 0.95);
	border-radius: 3px;
}
.header ul.menu li.on {
	background-color: rgba(255, 255, 255, 0.73);
	/*font-weight:bold;*/
}

.header p {
	position: absolute;
	/* top: 0; */
    right: 2%;
	font-size: 12px;
	color: #636262;
	z-index: 100;
	margin-top: 4px;
}
.bx-wrapper {
	width: 100%;
	height: 700px;
	position:relative;
	z-index:10;
	display:inline-block;
	margin-top: -405px !important;
	overflow: hidden;
}
.bxslider {
	width: 100%;
}
/*
.mainSlider {
	width: 100%;
	max-height: 700px;
	z-index:10;
	display:inline-block;
	margin-top: -400px;
}
.mainSlider li {
	width:100%;
	max-height: 700px;
	overflow:hidden;
	display:inline-block;
}*/
.mainContent {
	width: 100%;
	max-width: 1100px;
	margin-top: -48px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 120;
}

.mainContent .digi{
	text-align: right;
	margin-top: -135px;
	margin-bottom: 12px;
}
.mainContent .digi p img{
    background-color: rgba(255, 255, 255, 0.84);
    border: 1px double #fff;
    box-shadow: 1px 0 3px rgba(153,153,153,.25);
    border-radius: 2px;
		cursor:pointer;
}
.mainContent .digi p img:hover{
	background-color: rgba(255, 255, 255, 1);
}
.mainContent .digi p{
	display:inline-block;
}
.mainContent .digi p img {
    background-color: #fff;
    border: 1px double rgba(0, 0, 0, .3);
    box-shadow: 1px 0 3px #90949c;
    border-radius: 2px;
    cursor: pointer;
}
.mainContent .digi p {
    display: inline-block;
    vertical-align: top;
    text-align: left;
		/*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.42);*/
    color: #f00;
}
.mainContent .digi p.en{
	font-size: 11px;
	line-height: 16px;
}



/*Greeting*/
.boxGreeting{
		margin-top: 20px;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 10px;
		padding-bottom: 0;
}
.boxGreeting h2.title{
		text-align: center;
    color: #0d3d6e;
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
}
.boxGreeting p.txt{
    padding: 20px;
    line-height: 24px;
		padding-bottom: 0;
}
.boxGreeting p.sign{
text-align: right;
    padding: 20px;
    font-size: 15px;
    color: #797878;
		padding-bottom:5px;
}
.formTbl textarea{
    width: 100%;
}

h2.titlex{
text-align: center;
    background-image: url(../img/txtBar.png?v1);
    background-repeat: no-repeat;
	background-position: center;
    /* width: 1100px; */
	width: 100%;
    height: 42px;
    font-size: 21px;
    color: #fff;
    line-height: 42px;
		margin-bottom:35px;
}

/*Feature*/
.boxFeature,
.boxCourse,
.boxCampus{
	margin-top: 50px;
}
.boxFeature p.lead{
	text-align:center;
	padding:15px;
	margin-top:25px;
	margin-bottom:30px;
}

/*Course*/
.boxCourse{
	background-image:url(../img/courseBg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	min-height: 1050px;
}
.boxCourse p.lead{
	text-align:center;
	padding:15px;
	margin-top:65px;
	margin-bottom:30px;
}
.boxCourse p.graph{
	text-align:center;
	padding:15px;
	margin-top:75px;
	margin-bottom:30px;
}
.boxCourseImg p{
	float: left;
}

/*Campus*/
.boxCampus .bx-wrapper{
	margin-top: 0px!important;
	overflow:visible;
	width:640px!important;
}
.boxCampus .bx-wrapper {
	height:auto;
}
.boxCampus .imgBloc{
	width:640px;
	height:480px;
	float:left;
}
.boxCampus .txtBloc{
float: right;
    width: 430px;
    text-align: left;
}
.boxCampus .txtBloc ul li {
    font-size: 17px;
    /* padding-left: 36px; */
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: left;
    clear: left;
    vertical-align: middle;
    display: inline-block;
    /* line-height: 20px; */
}
.boxCampus .txtBloc ul li.middle{
	line-height:38px;
}
.boxCampus .txtBloc ul li span.icn{
    background-image: url(../img/campusIcon.gif);
    background-position: left center;
    background-repeat: no-repeat;
    vertical-align: middle;
    float: left;
    /* display: inline-block; */
    width: 40px;
    height: 40px;
}




.Footer {
	    text-align: center;
    /* margin-top: 35px; */
    font-size: 11px;
}
.Footer p.Logo{
	color:#999;
}
.Footer p.Name{
	    border-top: 1px solid rgba(204, 204, 204, 0.61);
    /* margin-top: 12px; */
    padding-top: 6px;
}

.gotoTop {
	position: fixed;
	bottom: 3%;
	right: 1%;
	z-index: 1000;
}
.gotoTop p {
	width: 40px;
	height: 40px;
	background-image: url(../img/top.png);
	display: block;
}


/**Contents*/
.boxRecruit{
	padding-top:20px;
	padding-left: 12%;
	padding-right: 12%;
}

.bgContact{
	    background-image: url(../img/img1.jpg);
    background-size: cover;
    background-position-y: -100px;
}
#error_area{
	text-align:center;
}

p.setouchi{
/* border: 1px solid rgba(204, 204, 204, 0.28); */
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    /* padding: 6px; */
    /* background-color: rgba(238, 238, 239, 0.47);
    border-radius: 4px; */
}
p.setouchi a{
	font-size: 20px;
    text-decoration: none;
    color: #0d3d6e;
}
p.setouchi a:hover{
	color:#C00;
	text-decoration:underline;
}

.fbBox{
	width:500px; margin-left:auto; margin-right:auto
}


/*OC*/
#oc .subx{
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
#oc .box{
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	width: 100%;
	padding-top:10px;
}
#oc .box .txt{
width: 60%;
    float: left;
    font-size: 15px;
    line-height: 145%;
}
#oc .box .txt .b1{
	font-size:18px;
	line-height:165%;
}
#oc .box .txt .b2{
	font-size: 16px;
    font-weight: bold;
    background-color: #c7e6f1;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 5px;
    display: inline-block;
}
#oc .box .red{
	color:#F33;
	font-weight:bold;
}
#oc .box .img{
	width:40%;
	float:right;
}
#oc .box .imgx{
	display:inline-block;
	width:43%;
	padding:3%;
	border:1px solid #ccc;
	border-radius:4px;
}
#oc .btn a{
background-color: #fb751a;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 50px 12px 50px;
    text-align: center;
    color: #FFF;
    font-size: 19px;
    font-weight: bold;
    border: 3px double;
    width: 30%;
    border-radius: 7px;
}
#oc .btn a{
	color:#fff;
	display:block;
	text-decoration:none;
}


/*情報公開*/
#feature  .btn{
	text-align:center;
}
#feature  .btn a{
    background-color: #2faddc;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 50px 8px 50px;
    text-align: center;
    color: #FFF;
    font-size: 19px;
    font-weight: bold;
    border: 3px double;
    /* width: 25%; */
	width: 100px;
    border-radius: 7px;
    display: block;
    margin-top: 12px;
}
.infoBox{
    width: 92%;
    margin-left: 2%;
    background-color: rgba(234, 235, 236, 0.53);
    border-radius: 5px;
    padding: 2%;
}
h2.title{
		font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 12px;
    color: #069; }
h3.info{ font-size:15px; font-weight:bold; padding-bottom:10px; }
.txtBox{ background-color:#fff; border-radius:4px; padding:12px; font-size:13px; }
.txtBox b{
	font-weight: bold;
}
.txtBox a.pdff{
    background-image: url(../img/icn_pdf.png);
    background-repeat: no-repeat;
    background-size: 16px;
    padding-left: 25px;
    line-height: 24px;
    color: #069;
}

/*バナー*/
.Bnr{
margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px dotted #eee;
}
.Bnr p img{
	border: 1px solid #eee;
	border-radius:4px;
	padding:4px;
}

/*認可*/
p.newMsg{
	text-align: center;
    border-top: 1px solid #eee;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding-top: 6px;
}
.back_btn{
	padding: 10px 40px;
    border-radius: 20px;
    background-color: #e99910;
    color: #fff;
    text-decoration: none;
	line-height: 5;
}
.back_btn:hover{
	opacity: .5;
}
.setouchi_box{
	width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(238, 238, 239, 0.47);
}

.seto_img {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 90%;
    max-width: 1100px;
	margin-left: auto;
    margin-right: auto;
}
.seto_img div{
	/* width: 50%; */
	margin: 30px 0;
	padding-top: 20px;
}
.seto_img img{
	height: 300px;
	object-fit: contain;
	overflow: hidden;
	width: 90%;
}

/* ======== copyright ======= */


/* .copyright-att::before,
.copyright-att::after{
  --scale:0;
  --arrow-size: 10px;
  --tooltip-color: #7cad19;

  position: absolute;
  left: 40%;
  transform: translateX(-50%) translateY(var(--translate-y)) scale(var(--scale));
  transition: 100ms transform;
  transform-origin: bottom center;
}

.copyright-att::before{

  --translate-y: calc(100% - var(--arrow-size));

  content: attr(data-tooltip);
  color:#fff;
  padding: .5rem;
  border-radius: .3rem;
  text-align: center;
  width: max-content;
  max-width: 80%;
  background-color:var(--tooltip-color);
}

.copyright-att:hover::before,
.copyright-att:hover::after {
  --scale: 1;
}

.copyright-att:hover::after {
  --translate-y: calc(7 * var(--arrow-size));

  content: '';
  border:10px solid transparent;
  border-top-color: var(--tooltip-color);
  transform-origin: top center;
} */
.copyright-att::before,
.copyright-att::after{
  --scale:0;
  --arrow-size: 10px;
  --tooltip-color: #7cad19;

  position: absolute;
  /* top: -.1rem; */
  left: 25%;
  transform: translateX(-50%) translateY(var(--translate-y)) scale(var(--scale));
  transition: 100ms transform;
  transform-origin: bottom center;
}

.copyright-att::before{

  --translate-y: calc(-90% - var(--arrow-size));

  content: attr(data-tooltip);
  color:#fff;
  padding: .5rem;
  border-radius: .3rem;
  text-align: center;
  width: max-content;
  max-width: 80%;
  background-color:var(--tooltip-color);
}

.copyright-att:hover::before,
.copyright-att:hover::after {
  --scale: 1;
}

.copyright-att:hover::after {
  --translate-y: calc(-1 * var(--arrow-size));

  content: '';
  border:10px solid transparent;
  border-top-color: var(--tooltip-color);
  transform-origin: top center;
}




.copyright-att1::before,
.copyright-att1::after{
  --scale:0;
  --arrow-size: 10px;
  --tooltip-color: #7cad19;

  position: absolute;
  /* top: -.1rem; */
  left: 70%;
  transform: translateX(-50%) translateY(var(--translate-y)) scale(var(--scale));
  transition: 100ms transform;
  transform-origin: bottom center;
}

.copyright-att1::before{

  --translate-y: calc(-90% - var(--arrow-size));

  content: attr(data-tooltip);
  color:#fff;
  padding: .5rem;
  border-radius: .3rem;
  text-align: center;
  width: max-content;
  max-width: 80%;
  background-color:var(--tooltip-color);
}

.copyright-att1:hover::before,
.copyright-att1:hover::after {
  --scale: 1;
}

.copyright-att1:hover::after {
  --translate-y: calc(-1 * var(--arrow-size));

  content: '';
  border:10px solid transparent;
  border-top-color: var(--tooltip-color);
  transform-origin: top center;
}

@media screen and (max-width: 640px){
	.copyright-att::before,
	.copyright-att::after,
	.copyright-att1::before,
	.copyright-att1::after{
	left: 50%;
	font-size: 13px;
	}
}

/* ======== copyright end ======= */
