@charset "UTF-8";
* {
	padding: 0px;
	margin: 0px;
	-webkit-text-size-adjust: 100%;
	color: #111;
	line-height: 1.6em;
}
a {
	text-decoration: none;
}
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.set {
	margin: 0px;
	padding: 0px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
}
img {
	border: 0
}
.alpha:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}
/*clearfix*/
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.cf {
  min-height: 1px;
}
* html .cf {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

ul {
	list-style-type: none;
}
.mv {
	width: 100%;
}
.sans {
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
}

/* PC */
@media print, screen and (min-width: 751px){
.pc_none {
  display: none;
}

header {
	background: #183773;
	width: 100%;
	height: auto;
}
article {
	width: 100%;
	display: inline-block;
}
.headtitle {
	color: #fff;	
	padding: 30px 0 30px 0;
	float: left;
	font-weight: bold;
	font-size: 42px;
    text-align: center;
    width: 100%;
    height: 60px;
    line-height: 0.6em;
}
.headtitle span {
	font-size: 12px;	
	color: #fff;	
}
.headtitle img {
	width: 18px;
}

.mv {
	width: 100%;
    background: #fff;
}
.mv img {
	width: 100%;
    max-width: 1200px;
	height: auto;
	padding: 0%;
    margin: 0 auto;
}

#about {
	padding: 60px 5%;
}

#about h4 {
    font-size: 20px;
    color: #48a7e1;
    text-align: center;
}
#about h5 a {
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    width: 48%;
    margin: 1% 1% 60px 1%;
    padding: 1%;
    float: left;
    background-color: #48a7e1;
    border-radius: 10px;
    box-sizing: border-box;
    text-decoration: none;
}
    
#about h2 {
	font-size: 30px;
	color: #183773;
	border-bottom: solid 5px #cce4ff;
	position: relative;
	margin-bottom: 10px;
}
#about h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #183773;
  bottom: -5px;
  width: 20%;
}
#about p {
	font-size: 18px;
	color: #222;
	margin-bottom: 20px;
	text-align: justify;
}
#about .bnr {
	width: 44%;
	margin: 3%;
	float: left;
}
footer {
	background: #183773;
	margin: 0;
	padding: 30px 0;
}
footer p {
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.sv {
	width: 100%;
	margin-bottom: -10px;
}
#master {
	padding: 60px 5%;
}
#master .map {
	width: 90%;
	margin: 50px 5%;
}
#master .bnr {
	width: 50%;
	margin: 50px 25%;
}
#master h2 {
	font-size: 30px;
	color: #183773;
	border-bottom: solid 5px #cce4ff;
	position: relative;
	margin-bottom: 10px;
}
#master h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #183773;
  bottom: -5px;
  width: 20%;
}
#master p {
	font-size: 18px;
	color: #222;
	margin-bottom: 20px;
	text-align: justify;
}
#master box {
	width: 46%;
	margin: 1%;
	padding: 1%;
}

#master .box {
	width: 44%;
	height: auto;
	margin: 1%;
	padding: 2%;
	float: left;
}
#master .box:hover {
	opacity: 0.8;
}
#master .box .pic {
	width: 100%;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
#master .box .pic img {
	width: 100%;
}
#master .box .titile {
	width: 100%;
	font-size: 20px;
	color: #183773;
	margin: 5px 0;
	font-weight: bold;
}
#master .box .txt {
	width: 100%;
	font-size: 14px;
	line-height: 1.3em;
	margin: 5px 0 10px 0;
	text-align: justify
}
.border-animation {
  position: relative;
  display: block;
  overflow: hidden;
}

.border {
  position: absolute;
  display: block;
  width: 3px;
  height: 3px;
  background-color: #183773;
  overflow: hidden;
  transition: 0.8s;
}  
.border.top {
  width: 100%;
  top: 0;
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.border.right {
  height: 100%;
  top: 0;
  right: 0;
  transform: translate3d(0, -100%, 0);
}
.border.bottom {
  width: 100%;
  right: 0;
  bottom: 0;
  transform: translate3d(100%, 0, 0);
}
.border.left {
  height: 100%;
  bottom: 0;
  left: 0;
  transform: translate3d(0, 100%, 0);
}
.border-animation:hover .border {
  transform: translate3d(0, 0, 0);
}

}


/* SP */
@media only screen and (max-width: 750px) {
.sp_none {
  display: none;
}

header {
	background: #183773;
	width: 100%;
	height: auto;
}
article {
	width: 100%;
	display: inline-block;
}
.headtitle {
	color: #fff;	
	padding: 30px 0 30px 0;
	float: left;
	font-weight: bold;
	font-size: 24px;
    width: 78%;
	margin-left: 2%;
    line-height: 0.6em;
}
.headtitle span {
	font-size: 10px;	
	color: #fff;
	font-weight: normal;
	line-height: 3px;
}
.headtitle img {
	width: 18px;
}

.mv {
	width: 100%;
    background: #fff;
}
.mv img {
	width: 100%;
    max-width: 1200px;
	height: auto;
	padding: 0%;
    margin: 0 auto;
}

#about {
	padding: 20px 5%;
}

#about h4 {
    font-size: 16px;
    color: #48a7e1;
    text-align: justify;
    margin: 0 0 10px 0;
}
#about h5 {
    width: 98%;
    margin: 1% 1% 10px 1%;
    padding: 1%;
    background-color: #48a7e1;
    border-radius: 5px;
    box-sizing: border-box;
}
#about h5 a {
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
}

#about h2 {
	font-size: 20px;
	color: #183773;
	border-bottom: solid 5px #cce4ff;
	position: relative;
	margin-bottom: 10px;
}
#about h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #183773;
  bottom: -5px;
  width: 20%;
}
#about p {
	font-size: 12px;
	color: #222;
	margin-bottom: 20px;
	text-align: justify;
}
#about .bnr {
	width: 96%;
	margin: 2%;
	float: left;
}
footer {
	background: #183773;
	margin: 0;
	padding: 30px 0;
}
footer p {
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.sv {
	width: 100%;
	margin-bottom: -10px;
}
#master {
	padding: 60px 5%;
}
#master .map {
	width: 100%;
	margin: 20px 0%;
}
#master .bnr {
	width: 96%;
	margin: 30px 2%;
}
#master h2 {
	font-size: 20px;
	color: #183773;
	border-bottom: solid 5px #cce4ff;
	position: relative;
	margin-bottom: 10px;
}
#master h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #183773;
  bottom: -5px;
  width: 20%;
}
#master p {
	font-size: 12px;
	color: #222;
	margin-bottom: 20px;
	text-align: justify;
}
#master box {
	width: 46%;
	margin: 1%;
	padding: 1%;
}

#master .box {
	width: 94%;
	height: auto;
	padding: 2%;
	margin: 1%;
	float: left;
}
#master .box:hover {
	opacity: 0.8;
}
#master .box .pic {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
#master .box .pic img {
	width: 100%;
}
#master .box .titile {
	width: 100%;
	font-size: 20px;
	color: #183773;
	margin: 5px 0;
	font-weight: bold;
}
#master .box .txt {
	width: 100%;
	font-size: 12px;
	line-height: 1.2em;
	margin: 5px 0 10px 0;
	text-align: justify
}
.border-animation {
  position: relative;
  display: block;
  overflow: hidden;
}

.border {
  position: absolute;
  display: block;
  width: 3px;
  height: 3px;
  background-color: #183773;
  overflow: hidden;
  transition: 0.8s;
}  
.border.top {
  width: 100%;
  top: 0;
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.border.right {
  height: 100%;
  top: 0;
  right: 0;
  transform: translate3d(0, -100%, 0);
}
.border.bottom {
  width: 100%;
  right: 0;
  bottom: 0;
  transform: translate3d(100%, 0, 0);
}
.border.left {
  height: 100%;
  bottom: 0;
  left: 0;
  transform: translate3d(0, 100%, 0);
}
.border-animation:hover .border {
  transform: translate3d(0, 0, 0);
}

}
