
html {
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.3;
	letter-spacing: 0.05em;
	font-size: 15px;
	color: #333333;
  overflow-x: hidden;
}


section {
	display: block;
	padding-top: 75px;
	padding-bottom: 75px;
	width: 100%;
}

.inner {
	max-width: 1220px;
	width: 96%;
	margin: 0 auto;
	
}
@media only screen and (min-width : 641px) and (max-width : 1008px) {
  /*tablet用のcssを記述*/
}
@media screen and (max-width:640px) {
  /*スマホ用のcssを記述*/
}


/*--------------
font 要素
--------------*/
h1 {
	text-align: center;
	font-size: 36px;
	font-weight: 700;
}

.none-index-kv h2 {
	position: absolute;
	left: 40px;
	top: 170px;
	color: #003C70;
	font-size:1.8em
}


h3 {
  max-width: none;
  font-size: 32px;
	letter-spacing: 0em;
	text-align: center;
	color: #003C70;
	font-weight: 700;
  position: relative;
	margin-bottom: 80px;
}
h3:before {
  position: absolute;
  top: 80px;
  left: calc(50% - 3px);
  width: 3px;
  height: 35px;
  content: '';
  border-radius: 3px;
  background: #003C70;
}

h3 span {
	font-family: 'Bebas Neue', sans-serif;
	display: block;
	font-size: 20px;
	color: #E60013;
	font-weight: 500;
}

.roboto {
	font-family: 'Roboto', sans-serif;
	font-size: 1.2em
}
.NotoSerif { 
}


@media only screen and (min-width : 641px) and (max-width : 1008px) {
  /*tablet用のcssを記述*/
}
@media screen and (max-width:640px) {
  /*スマホ用のcssを記述*/
}

/*--------------
header 要素
--------------*/

#header {
  background: rgba(255,255,255,.5);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.11);
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding:0;
}
.header__leadWrap {
  background: #0285c1;
  color: #fff;
  font-size: 11px;
}
.headerNavWrap,
.headerNav  {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
	width: 96%;
  margin: 0 auto;
}
.headerNavWrap {
  padding: 20px 0 15px;
}
.header__logo {
  width: 171px;
  //line-height: 50px;
}
.headerNav {
  max-width: none;
  font-size: 13px;
  font-weight: bold;
	width: 100%
}
.headerNav li {
  margin-left: 30px;
}
.headerNav li span {
	font-family: 'Bebas Neue', sans-serif;
	display: block;
	color: #E60013;
}
.headerNav li:first-child {
  margin-left: 0;
}
.headerNav li a {
  display: block;
  line-height: 1em;
	color: #003C70
}
#js-menuBk {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
    height: 100vh !important;
}
#js-closeBtnWrap {
  display: none;
}
#js-openBtn {
  display: none;
}
.menuClose {
  display: inline-block;
  padding: 20px;
}
.menuClose img {
  width: 17px;
}

@media screen and (max-width: 1100px) {
  .header__leadWrap {
    padding: 0 10px;
  }
  .headerNavWrap {
    padding: 20px 10px 15px;
  }
  .headerNav li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 900px) {
  #header {
    position: relative;
  }
  .headerNavWrap {
    display: block;
    position: relative;
    padding: 10px 17px 6px;
    width: 100%;
    position: fixed;
  }
  .headerNav {
    display: block;
  }
  .header__logo img {
    width: 124px;
  }
	.headerNav li {
    padding: 24px 0 0 0;
	}
	.headerNav li span {
    line-height: 0;
    margin-bottom: -0.7em;
	}
  #js-closeBtnWrap {
    display: block;
    background: #fff;
  }
  #js-openBtn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 18px;
    margin: auto;
    padding: 0px 17px;
  }
  #js-openBtn img {
    width: 22px;
  }
  #js-spNav {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 78%;
    background: #f1f1f1;
    transform: translateX(100%);
    transition: all .3s;
    height: 100vh !important;
  }
  #js-spNav.isOpen {
    transform: translateX(0);
  }
  .headerNav li {
    margin-left: 0;
    background: #f7f7f7;
    border-bottom: 1px solid #dbdbdb;
  }
  .headerNav li:first-child {
    border-top: 1px solid #dbdbdb;
  }
  .headerNav li a {
    position: relative;
    padding: 0 15px;
    font-weight: normal;
    line-height: 50px;
  }
  .headerNav li a::after {
    position: absolute;
    top: -24px;
    right: 17px;
    bottom: 0;
    width: 7px;
    height: 7px;
    margin: auto;
    border-right: 1px solid #0c89c3;
    border-bottom: 1px solid #0c89c3;
    transform: rotate(-45deg);
    content: "";
  }
}


/*--------------
モーダル内のデザイン設定 要素
--------------*/
/*プライバシーポリシー*/
.pp-txt-area {
	text-align: left;
}
.pp-ttl-area {
    margin-bottom: 20px;
}
.pp-ttl {
	text-align: center;
	font-weight:600;
}
.pp-txt {
	margin-bottom: 1.5em;
}
.pp-subttl {
	font-weight: 600;
	margin-bottom: 1em
}


/*--------------
footer 要素
--------------*/
footer {
	background-color: #fff;
}
.contact-area {
	background-color: #003C70;
	padding: 80px 0;
}
.to-contac-form {
	width: 300px;
	background-color: #fff;
	margin:  auto;
	padding: 1em 3em;
	text-align: center
}

.to-contac-form a {
	color: #333;
}
.footer-wrap {
	display: flex;
	justify-content: space-between;
	max-width: 1080px;
	width: 95%;
	margin: 50px auto;
}
.footer__logo {
  width: 171px;
  line-height: 50px;
}
.company {
max-width:350px
}
.company dl {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	border-top: 1px solid #ccc;
}
.company dt {
	flex-basis: 20%;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
}
.company dd {
	flex-basis: 80%;
	padding: 20px 0;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
small {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 10px;
	margin: 20px auto;
}


@media screen and (max-width:640px) {
	/*スマホ用のcssを記述*/

	.footer-wrap {
		flex-direction: column
	}
	.footer__logo,
	.company {
		margin: 0 auto 30px;
	}



}