@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%;
}

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

header {
	background: #485587;
	width: 100%;
    height: 60px;
    position: fixed;
    z-index: 150;
}
article {
	width: 100%;
	display: inline-block;
}
.headlogo {
    height: 40px;
    padding: 10px;
}
.mvlogo {
    width: 20%!important;
    z-index: 9!important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.mv {
	width: 100%;
    background: #fff;
    position: relative;
    top: 60px;
}
.mv img {
	width: 100%;
	height: auto;
	padding: 0%;
    margin: 0 auto;
}
footer {
	background: #485587;
	margin: 0;
	padding: 30px 0;
}
footer p {
	font-size: 14px;
	color: #fff;
	text-align: center;
}

#main {
    max-width: 1500px;
    margin: 0 auto;
}
#about {
    margin-top: 100px;
}
article {
	padding: 60px 5%;
    width: 90%;
}
article h2 {
	font-size: 30px;
	color: #485587;
	border-bottom: solid 5px #e5e5e5;
	position: relative;
	margin-bottom: 10px;
}
article h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #485587;
  bottom: -5px;
  width: 20%;
}
article p {
	font-size: 18px;
	color: #222;
	margin-bottom: 20px;
	text-align: justify;
}

article .box2 {
	width: 48%;
	height: auto;
	margin: 1%;
	float: left;
}
article .box2 img {
	width: 100%;
	height: auto;
	margin: 1%;
	padding: 2%;
	float: left;
}
article .box2:hover {
	opacity: 0.8;
}
article .box2 .pic {
	width: 100%;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
    margin-bottom: 15px;
}
article .box2 .pic img {
	width: 100%;
}
article .box2 .titile {
	width: 100%;
	font-size: 20px;
	color: #485587;
	margin: 5px 0;
	font-weight: bold;
}
article .box2 .txt {
	width: 100%;
	font-size: 14px;
	line-height: 1.3em;
	margin: 5px 0 10px 0;
	text-align: justify
}

article .box3 {
	width: 31.333%;
	height: auto;
	margin: 1%;
	float: left;
}
article .box3 img {
	width: 100%;
	height: auto;
    margin-bottom: 10px;
}
article .box3:hover {
	opacity: 0.8;
}

article .box4 {
	width: 23%;
	height: auto;
	margin: 1%;
	float: left;
}
article .box4 img {
	width: 100%;
	height: auto;
}
article .box4:hover {
	opacity: 0.8;
}

#anc01 , #anc02 , #anc03 , #anc04 {
  padding-top: 80px;
  margin-top: -70px;
}

/* Monakaフォーム用 */
.mailform {
	margin: 30px 0;
}
.mailform form dl dt {
	float: left;
	width: 30%;
	margin-bottom: 10px;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.mailform form dl dt span {
	color: #F00;
	font-weight: bold;
}
.mailform form dl dd {
	float: left;
	width: 70%;
	margin-bottom: 11px;
	font-size: 14px;
	padding: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.mailform form dl dd input {
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.mailform form dl dd select {
	margin: 10px;
}
.mailform h4 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #5D71AE;
	padding: 5px;
	margin-bottom: 10px;
}

.s_button {
  display       : inline-block;
  border-radius : 10px;
  font-size     : 12pt;
  text-align    : center;
  cursor        : pointer;
  padding       : 10px 30px;
  background    : #485587;
  color         : #ffffff;
  line-height   : 1em;
  transition    : .3s;
  border        : 2px solid #485587;
}
.s_button:hover {
  color         : #485587;
  background    : #ffffff;
}
/* ココまで */

}

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

header {
	background: #485587;
	width: 100%;
    height: 45px;
    position: fixed;
    z-index: 150;
}
article {
	width: 100%;
	display: inline-block;
}
.headlogo {
    height: 25px;
    padding: 10px;
}
.mvlogo {
    width: 40%!important;
    z-index: 9!important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.mv {
	width: 100%;
    background: #fff;
    position: relative;
    top: 45px;
}
.mv img {
	width: 100%;
	height: auto;
	padding: 0%;
    margin: 0 auto;
}
footer {
	background: #485587;
	margin: 0;
	padding: 30px 0;
}
footer p {
	font-size: 14px;
	color: #fff;
	text-align: center;
}

#main {
    max-width: 1500px;
    margin: 0 auto;
}
#about {
    margin-top: 60px;
}
article {
	padding: 30px 5%;
    width: 90%;
}
article h2 {
	font-size: 20px;
	color: #485587;
	border-bottom: solid 5px #e5e5e5;
	position: relative;
	margin-bottom: 10px;
}
article h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #485587;
  bottom: -5px;
  width: 20%;
}
article p {
	font-size: 14px;
	color: #222;
	margin-bottom: 20px;
	text-align: justify;
}

article .box2 {
	width: 98%;
	height: auto;
	margin: 1%;
	float: left;
}
article .box2 img {
	width: 100%;
	height: auto;
	margin: 1%;
	padding: 2%;
	float: left;
}
article .box2:hover {
	opacity: 0.8;
}
article .box2 .pic {
	width: 100%;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
article .box2 .pic img {
	width: 100%;
}
article .box2 .titile {
	width: 100%;
	font-size: 20px;
    background: #485587;
	color: #fff;
	font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
}
article .box2 .txt {
	width: 100%;
	font-size: 14px;
	line-height: 1.3em;
	margin: 5px 0 20px 0;
	text-align: justify
}

article .box3 {
	width: 98%;
	height: auto;
	margin: 1%;
	float: left;
}
article .box3 img {
	width: 60%;
	height: auto;
    margin-right: 10px;
    float: left;
}
article .box3:hover {
	opacity: 0.8;
}

article .box4 {
	width: 23%;
	height: auto;
	margin: 1%;
	float: left;
}
article .box4 img {
	width: 100%;
	height: auto;
}
article .box4:hover {
	opacity: 0.8;
}

#anc01 , #anc02 , #anc03 , #anc04 {
  padding-top: 80px;
  margin-top: -70px;
}

/* Monakaフォーム用 */
.mailform {
	margin: 30px 0;
}
.mailform form dl dt {
	float: left;
	width: 100%;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.mailform form dl dt span {
	color: #F00;
	font-weight: bold;
}
.mailform form dl dd {
	float: left;
	width: 96%;
	margin-bottom: 10px;
	font-size: 12px;
	padding: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.mailform form dl dd input {
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.mailform form dl dd select {
	margin: 10px;
}
.mailform h4 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #5D71AE;
	padding: 5px;
	margin-bottom: 10px;
}

.s_button {
  display       : inline-block;
  border-radius : 10px;
  font-size     : 12pt;
  text-align    : center;
  cursor        : pointer;
  padding       : 10px 30px;
  background    : #485587;
  color         : #ffffff;
  line-height   : 1em;
  transition    : .3s;
  border        : 2px solid #485587;
}
.s_button:hover {
  color         : #485587;
  background    : #ffffff;
}
/* ココまで */


}