@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Oswald:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP&subset=japanese');
/* CSS Document */

.gnav-sp{
	display: none;
}
#top {
	width: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	z-index: 9999;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.5);
}
.gnav-wrap {
	margin: 0 auto;
	width: 1100px;
	height: 118px;
	display: block;
	background-color: #fff;
}
.logo {
	width: 100%;
	height: 65px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.head-logo{
	margin-top: 14px;
	width: 220px;
	height: auto;
}
.gnav-pc{
	width: auto;
	height: 60px;
}
.gnav {
	margin: 0 auto;
	margin-top: 10px;
	width: 1000px;
}
.gnav>ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
.gnav>ul li {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.2;
	color: #1a1a1a;
}
.gnav>ul li img{
	vertical-align: bottom;
}
.gnav>ul li span {
	position: relative;
	font-family: 'Oswald', sans-serif;
	font-size: 0.63em;
	font-weight: 700;
	color: #008ccf;
}
.gnav>ul>li>a {
	display: block;
	text-decoration: none;
	color: #292929;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.gnav>ul>li>a:hover{
	color: #7e7e7e;
}
.gnav>ul>li>a::after {
	border-bottom: solid 3px #e5004f;
	padding-bottom: 2px;
	content: "";
	display: block;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	width: 0;
}
.gnav>ul>li a:hover::after {
	width: 100%;
}
.header-tell-sp{
	display: none;
}


.dropdwn li{
    position: relative;
}
.dropdwn_menu{
    width: 300px;
    display: none;
    position: absolute;
    margin-left: -5px;
    margin-top: 5px;
    padding: 0;
    background: #fff;
	right: -100%;
}
.dropdwn_menuB{
	right: -180%!important;
}
.dropdwn_menu li{
    width: 100%;
}

.dropdwn_menu li a{
	text-decoration: none;
    padding: 5px 0;
    margin: 5px;
    display: block;
	color: #008ccf;
}

.dropdwn_menu li a:hover{
    background: #b3d7ff;
    color: rgb(65, 65, 65);
}

/* フッター */
.add-sp{
	display: none;
}
footer{
	width: 100%;
	margin-top: 150px;
	box-shadow: 0px -3px 10px 0px rgba(9, 1, 3, 0.15);
}

.footer-resp{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 1100px;
	padding-top: 26px;
}
.footer-add{
	width: 45%;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	position: relative;
}
.footer-add img{
	margin-right: 15px;
}
.add-pc img{
	position: absolute;
	bottom: 0;
    right: 0;
}
.footer-add .add-pc{
	font-family: "Noto Sans JP", sans-serif;
	color: #1a1a1a;
	font-size: 0.69em;
	font-weight: 400;
	font-style: normal;
	line-height: 1.4;
	font-feature-settings: "palt";
	letter-spacing: -0.02em;
}
.footer-add .add-pc table{
	margin-top: 5px;
}
.footer-add .add-pc table td.footer-table-head{
	width: 80%;
	padding: 2% 0;
}
.foot-nav{
	font-family: "Noto Sans JP", sans-serif;
	color: #1a1a1a;
	font-size: 0.88em;
	font-weight: 400;
	border-left: solid 1px #d8dcdf;
	padding-left: 15px;
}
.foot-nav ul{
	display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}
.footer-small{
	margin-top: 24px;
	text-align: center;
	width: 100%;
	height: 30px;
	background-color: #008ccf;
	line-height: 30px;
	font-family: HiraMinStd;
	color: #ffffff;
	font-size: 0.69em;
}

.sp-br{
	display: none;
}
.spsp-br{
	display: none;
}
.footer-wrap-sp{
	display: none;
}

.footer-wrap{
	margin: 0 auto;
	padding-top: 65px;
	width: 1000px;
	height: 350px;/* カンプ428px */
	display: flex;
	justify-content: space-between;
	
}
.foot-nav a{
	text-decoration: none;
	color: #000000;
	transition: all 0.3s;
}
.foot-nav a:hover{
	text-decoration: underline;
	color: #525659;
	transition: all 0.3s;
}
.foot-caution{
	width: 30%;
	background-color: #EDEDED;
}
footer p{
	padding: 15px;
	font-size: 0.7em;
	line-height: 1.7;
  text-align: justify;
  text-justify: inter-ideograph;
  /*font-feature-settings: "palt";*/
  letter-spacing: -0.02em;
  color: #1a1a1a;
}

@media screen and (max-width:1100px) {
	.logo{
		width: 95%;
		margin: 0 auto;
	}
	.gnav-wrap {
	width: 100%;
}
	.gnav {
	width: 95%;
}
	#footer-wrap{
		width: 100%;
	}
	.footer-resp{
		width: 95%;
	}
	.foot-nav{
		width: 25%;
	}
	.foot-caution{
		width: 35%;
	}
	.footer-add .add-pc table{
		white-space: nowrap;
	}
	.footer-add .add-pc table td{
		width: 100%;
		display: block;
	}
	.footer-add .add-pc table td.footer-table-head{
		width: 100%;
	}
}
@media screen and (max-width:1055px){
	.sp-br{
		display: block;
	}
}
@media screen and (max-width:1024px) {
.gnav ul li {
	margin-left: 0;
}
#interview-wrap ul{
	width: 100%;
	justify-content: space-around;
}
	.footer-wrap{
		width: 94%;
	}
}
@media screen and (max-width:970px){
	.footer-add{
		width: 60%;
		margin-top: 20px;
	}
	.footer-resp{
		width: 90%;
		flex-wrap: wrap;
	}
	.foot-nav {
    width: 35%;
}
	.foot-caution {
    margin-top: 20px;
    width: 100%;
}
}
@media screen and (max-width:905px) {
	.logo-pc{
		display: none;
	}
	.gnav-pc{
		display: none;
}
}
@media screen and (max-width:768px) {
	.gnav-pc{
	display: none;
}
	.gnav-sp{
	display: block;
}
	.gnav-wrap{
		height: 13.672vw;
	}
	.logo {
	height: 13.672vw;
	align-items: center;
}
	.logo a{
		position: relative;
		z-index: 9999;
	}
.head-logo{
	margin-top: 0;
	width: 37.5vw;
	height: 8.594vw;
}
	.header-tell-sp{
		display: block;
		text-align: center;
		width: 100%;
		background-color: #e5004f;
		height: 6.51vw;
		line-height: 6.51vw;
		color: #fff;
		font-family: "Noto Sans JP", sans-serif;
		font-size: 2.734vw;
	}
	.header-tell-sp span{
		font-weight: 700;
	}
	footer{
		margin-top: 19.531vw;
	}
	.foot-nav{
		display: none;
	}
	.footer-add{
		width: 100%;
		justify-content: center;
	}
	.footer-add .add-pc{
		display: none;
	}
	.footer-add .add-sp{
		margin-top: 3%;
		display: block;
		font-family: "Noto Sans JP", sans-serif;
	color: #1a1a1a;
	font-size: 1.953vw;
		line-height: 1.5;
	font-weight: 400;
	font-style: normal;
	}
.add-sp img{
	position: absolute;
	bottom: 0;
    right: 0;
}
	.footer-add .add-sp table{
		white-space: nowrap;
	}
	.footer-add .add-sp table td{
		width: 100%;
		display: block;
	}
	.footer-add .add-sp table td.footer-table-head{
		width: 100%;
	}
	
	.footer-add .add-sp .add01{
		margin-right: 10px;
	}
	.footer-add img{
		width: auto;
		height: auto;
	}
	.foot-caution{
		width: 100%;
	}
}
@media screen and (max-width:550px){
	.footer-resp{
		flex-direction: column;
		width: 80%;
	}
	.foot-caution{
		margin-top: 3%;
	}
}
@media screen and (max-width:480px){
	.footer-add{
		align-items: center;
		text-align: center;
	}
	.add-sp img{
		position: static;
		margin-right: 0;
		margin-top: 20px;
	}
}
@media screen and (max-width:428px) {
	.spsp-br{
		display: block;
	}
}
/*@media screen and (max-width:478px) {
.logo img {
	width: 70%;
	height: auto;
	top: 20px;
}
}*/