@charset "utf-8";

img {
	-webkit-backface-visibility: hidden;
}
main {
    display: block;
}
.fax a{
	pointer-events: none;
    text-decoration: none;
}
.wpcf7-list-item {
	display: inline-block;
	white-space: nowrap;
}
header #gnav .flex dt a {
	pointer-events: none;
}
header {
  background-color: transparent;
  transition: background-color 0.3s ease;
}
header.scrolled {
  background-color: #fff;
}

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media print, screen and (min-width : 769px ){
#pc------------------------------------------- {
}
.sp {
	display: none;
}
img {
	width: 100%;
	height: auto;
}
a img {
  transition: 0.5s;
}
a img:hover {
  opacity: 0.6;
}
header {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	z-index: 9999;
}
header h1 a,
header .logo a
{
	font-size: 37px;
	font-weight: bold;
	color: #003399;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-left: 7vw;
	display: inline-block;
	text-decoration: none;
}
header .inner {
	width: 263px;
	display: flex;
	justify-content: space-between;
}
header ul {
	display: flex;
	justify-content: space-between;
	width: 132px;
	padding-top: 18px;
}
header ul li {
	width: 55px;
}
header #menu {
	width: 90px;
	cursor: pointer;
}
header #gnav {
	width: 628px;
	height: 324px;
	position: absolute;
	right: 0px;
	top: 90px;
	background-color: #E7F5FC;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	display: none;
}
header #gnav .flex {
	margin-left: 35px;
	margin-right: auto;
	text-align: left;
}
header #gnav .flex a:hover {
	text-decoration: underline;
}
header #gnav .flex div {
	display: flex;
	justify-content: space-between;
	width: 560px;
}
header #gnav .flex div dl {
	width: 250px;
}
header #gnav .flex dt a {
	font-size: 18px;
	color: #003399;
	font-weight: 500;
	text-decoration: none;
	margin-bottom: 6px;
	display: block;
	margin-top: 40px;
}
header #gnav .flex dd a {
	font-size: 20px;
	color: #333333;
	font-weight: 500;
	text-decoration: none;
	line-height: 1.8em;
}
header #gnav .flex dd a img {
	width: 16px;
	position: relative;
	top: 10px;
	margin-left: 5px;
}
header #gnav .flex div+div {
	margin-top: 1px;
}





.btn a {
	width: 200px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 20px;
	display: block;
	background-color: #003399;
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	text-decoration: none;
	transition: 0.7s;
}
.btn a img {
	width: 9px;
	position: relative;
	top: 17px;
	margin-left: 7px;
}
.btn a:hover {
	opacity: 0.7;
	transition: 0.7s;
}

.btn2 a {
	width: 300px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	border-radius: 100px;
	display: block;
	background-color: #003399;
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	text-decoration: none;
	transition: 0.7s;
	margin-left: auto;
	margin-right: auto;
}
.btn2 a img {
	width: 18px;
	position: relative;
	top: 20px;
	margin-left: 7px;
}
.btn2 a:hover {
	opacity: 0.7;
	transition: 0.7s;
}

.btn3 a {
	width: 300px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	border-radius: 100px;
	display: block;
	background-color: #003399;
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	text-decoration: none;
	transition: 0.7s;
	margin-left: auto;
	margin-right: auto;
}
.btn3 a img {
	width: 11px;
	position: relative;
	top: 22px;
	margin-left: 7px;
}
.btn3 a:hover {
	opacity: 0.7;
	transition: 0.7s;
}





footer {
	background-color: #F2F2F2;
}
footer h2 {
	width: 301px;
	text-align: left;
	font-size: 18px;
	font-weight: 500;
	padding-top: 45px;
}
footer h2 img {
	margin-bottom: 7px;
}
footer .inner {
	width: 90%;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}
footer .inner p a {
	display: block;
	background-color: #003399;
	width: 226px;
	height: 46px;
	line-height: 46px;
	border-radius: 10px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	transition: 0.7s;
	margin-top: 45px;
}
footer .inner p a:hover {
	opacity: 0.7;
	transition: 0.7s;
}
footer .inner p a img {
	width: 10px;
	position: relative;
	top: 16px;
	margin-right: 5px;
}
footer p small {
	background-color: #fff;
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
}
.pc {
	display: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
header {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 9999;
	width: 100%;
}
header h1 a,
header .logo a
{
	font-size: 4.9vw;
	line-height: 12.5333333333vw;
	margin-left: 1vw;
	font-weight: bold;
	color: #0C318E;
	display: block;
	text-decoration: none;
}
header #menu {
	width: 12.5333333333vw;
	margin-left: 1.5vw;
}
header .inner {
	display: flex;
}
header .inner ul {
	display: flex;
	margin-top: 1.5vw;
}
header .inner ul li {
	width: 10vw;
	margin-right: 1vw;
}


#gnav{
	position: absolute;
	background-color: #E7F5FC;
	top: 16.5333333333vw;
	z-index: 1;
	display: none;
	width: 100%;
	height: 100vh;
	overflow-x: scroll;
}
#gnav dl {
	margin-left: 5vw;
}
#gnav dl a {
	text-decoration: none;
}
#gnav dl dt {
	font-size: 4.13333333333vw;
	margin-top: 6vw;
}
#gnav dl dt a {
	color: #003399;
	font-weight: 500;
}
#gnav dl dd {
	font-size: 5.33333333333vw;
}
#gnav dl dd a {
	color: #333;
	font-weight: 500;
	line-height: 1.8em;
}
#gnav dl dd a img {
	width: 5vw;
	position: relative;
	top: 2.3vw;
	margin-left: 1vw;
}
header #gnav ul {
	display: flex;
	margin-left: 5vw;
	margin-top: 5vw;
}
header #gnav ul li {
	width: 14.5333333333vw;
	margin-right: 4vw;
}






.btn a {
	width: 40vw;
	height: 9.33333333333vw;
	line-height: 9.33333333333vw;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-radius: 20px;
	display: block;
	background-color: #003399;
	color: #fff;
	font-size: 4.66666666667vw;
	font-weight: 500;
	text-decoration: none;
	transition: 0.7s;
}
.btn a img {
	width: 2.5vw;
	position: relative;
	top: 3.2vw;
	margin-left: 7px;
}
.btn a:hover {
	opacity: 0.7;
	transition: 0.7s;
}

.btn2 a {
	width: 62.4vw;
	height: 12.9333333333vw;
	line-height: 12.9333333333vw;
	text-align: center;
	border-radius: 100px;
	display: block;
	background-color: #003399;
	color: #fff;
	font-size: 5.2vw;
	font-weight: 500;
	text-decoration: none;
	transition: 0.7s;
	margin-left: auto;
	margin-right: auto;
}
.btn2 a img {
	width: 4.5vw;
	position: relative;
	top: 4.2vw;
	margin-left: 7px;
}
.btn2 a:hover {
	opacity: 0.7;
	transition: 0.7s;
}

.btn3 a {
	width: 62.4vw;
	height: 12.9333333333vw;
	line-height: 12.9333333333vw;
	text-align: center;
	border-radius: 100px;
	display: block;
	background-color: #003399;
	color: #fff;
	font-size: 5.2vw;
	font-weight: 500;
	text-decoration: none;
	transition: 0.7s;
	margin-left: auto;
	margin-right: auto;
}
.btn3 a img {
	width: 3vw;
	position: relative;
	top: 4.3vw;
	margin-left: 7px;
}
.btn3 a:hover {
	opacity: 0.7;
	transition: 0.7s;
}






footer {
	background-color: #F2F2F2;
	padding-top: 5vw;
}
footer h2 {
	width: 52.2666666667vw;
	margin-left: auto;
	margin-right: auto;
	font-size: 3.73333333333vw;
	color: #003399;
	font-weight: 500;
}
footer h2 img {
	margin-bottom: 7px;
}
footer .inner {
	margin-left: auto;
	margin-right: auto;
}
footer .inner p a {
	display: block;
	background-color: #003399;
	width: 57.3333333333vw;
	height: 9.86666666667vw;
	line-height: 9.86666666667vw;
	border-radius: 1.5vw;
	font-size: 4.26666666667vw;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	text-decoration: none;
	transition: 0.7s;
	margin-top: 2.5vw;
}
footer .inner p a:hover {
	opacity: 0.7;
	transition: 0.7s;
}
footer .inner p a img {
	width: 2vw;
	position: relative;
	top: 3.8vw;
	margin-right: 5px;
}
footer p small {
	background-color: #fff;
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 3vw;
	margin-top: 5vw;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
.sp.tab {
	display: none;
}
}




@media print {
header {
	position: static;
}
}
