@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@300;400;500;600;700&family=Shippori+Mincho&display=swap');
/* CSS Document */

header{
	position: fixed;
	z-index: 2;
	background-color: rgba(255,255,255,0.9);
}
#top{
	width: 100%;
	height: 100px;
}
.gnav-wrap{
	display: flex;
	margin-left: 30px;
	margin-right: 30px;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.gnav-sp{
	display: none;
}
.gnav>ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 60vw;
	list-style-type: none;
}
.gnav>ul li::after{
	content: '';
  display: inline-block;
  width: 10px;/*画像の幅*/
  height: 12px;/*画像の高さ*/
  background-image: url("../img/shared/header-arrow.png");
  background-size: contain;
	background-repeat: no-repeat;
	margin-left: 12px;
}
.gnav>ul a{
	font-family: "Noto Sans JP", sans-serif;
	text-decoration: none;
	color: #172244;
	font-size: 18px;
	font-weight: 600;
}
.blue-btn{
	width: 230px;
	height: 68px;
	background-color: #0068b7;
	border: 2px solid #7bcaf3;
	border-radius: 50px;
	line-height: 60px;
	text-align: center;
}
.gnav>ul li.blue-btn a{
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.gnav>ul li.blue-btn::after{
	content: '';
  display: inline-block;
  width: 10px;/*画像の幅*/
  height: 12px;/*画像の高さ*/
  background-image: url("../img/shared/header-arrow-fff.png");
  background-size: contain;
	background-repeat: no-repeat;
	margin-left: 12px;
}
.header-mail{
	background-color: #ea5514;
	width: 170px;
	height: 100px;
	background-image: url("../img/shared/header-mail.png");
	background-position: center;
	background-repeat: no-repeat;
}
.headmail-link{
	transition: 0.2s;
}
.headmail-link:hover{
	opacity: 0.6;
}

.drawer-dropdown.open>.drawer-dropdown-menu{
	    position: absolute;
    top: 110px;
    right: 80px;
    width: 1100px;
    height: 187px;
    background-color: #f0f0f0;
    background-image: url("../img/top/pulldown.png");
    background-repeat: no-repeat;
    background-size: cover;
    filter:drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
	    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0 80px 400px;
}
.drawer-dropdown.open>.drawer-dropdown-menu:before {
  content: "";
  position: absolute;
      top: -40px;
    left: 86%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 25px solid #fff;
    
}

/* footer */
footer{
	background-color: #0068b7;
}
.footer-resp{
	width: 90%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 auto;
	padding: 60px 0 75px;
	box-sizing: border-box;
	flex-wrap: wrap;
}
.footer-resp-small{
	width: 90%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 auto;
	padding: 60px 0 75px;
	box-sizing: border-box;
	flex-wrap: wrap;
}
.add-pc{
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	color: #fff;
	font-size: 14px;
	line-height: 2;
	    font-weight: 500;
}
.add-pc-com{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 600;
}
.footer-main-fx{
	display: flex;
	align-items: flex-end;
}
.foot-nav{
	width: 562px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
}
.foot-nav ul{
	list-style: none;
	border-left: 0.5px solid #fff;
	padding-left: 30px;
	box-sizing: border-box;
}
.foot-nav ul a{
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}
.foot-link-height-pc{
	line-height: 4;
}
.foot-margin{
	margin: 0 20px;
}
.foot-small-link ul{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	display: flex;
	list-style: none;
	margin-bottom: 10px;
}

.foot-small-link ul li{
	margin-right: 35px;
}
.foot-small-link ul li a{
	text-decoration: none;
	color: #fff;
}
small{
	color: #fff;
	font-size: 11px;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.1em;
}
.footer-resp img{
	filter: drop-shadow(0 0px 5px rgba(0, 0, 0, .2));
}
@media screen and (max-width:1200px) {
	.blue-btn{
		width: 14vw;
	}
}
@media screen and (max-width:1100px) {
	.drawer-dropdown.open>.drawer-dropdown-menu{
    width: 86vw;
		padding: 80px 0 80px 35vw;
	}
	.drawer-dropdown-Link{
		font-size: 2vw!important;
	}
	.foot-nav{
		margin-top: 5vw
	}
	.blue-btn{
		width: 14vw;
	}
	.gnav>ul a,.gnav>ul li.blue-btn a{
		    font-size: 1.3vw;
	}
	.head-logo{
		width: 28vw;
	}
}
@media screen and (max-width:768px) {
	.sp-end-link{
		display: flex;
	}
	.sp-end-link a{
		font-size: 3.5vw;
		font-weight: 500;
	}
	.nav_menu{
	width: 100%;
	color: #0068b7;
	font-family: "Montserrat", sans-serif;
	font-size: 3.125vw;
        font-weight: 600;
	position: absolute;
	bottom: 0;
	left: 0;
}
	.drawer--top.drawer-open .drawer-nav{
	top: 13.021vw;
	}
.drawer--top .drawer-nav{
	height: 100vh;
}
.drawer-hamburger{
	position: absolute;
	background: rgba(255,255,255,0);
	width: 19.531vw;
    height: 13.021vw;
    box-sizing: border-box;
	padding: 1vw 3.516vw 2.214vw;/*18px 27px 17px*/
}
.drawer-hamburger:hover{
	background-color: rgba(255,255,255,0);
}
/*.drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger{
	right: 3%;
}*/
.drawer-hamburger-icon{
	margin-top: -6px;
	width: 10.417vw;/*80px*/
	left: 10%;
}
.drawer-hamburger-icon:before{
	top: -5.208vw;
	width: 10.417vw;
	margin-top: 2.604vw;/*20px*/
}
.drawer-hamburger-icon:after{
	top: 2.604vw;/*20px*/
	width: 100%;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before{
	background-color: #0068b7;
	height: 6px;
}
.drawer-open .drawer-hamburger-icon:before{
	top: -2.474vw;
}
.drawer-nav{
	background-color: rgba(255,255,255,0.9);
}
.drawer-menu{
	        margin: 0 auto;
        width: 85%;
	padding-top: 8%;
	padding-bottom: 0;
    margin-bottom: 6vw;
}
.drawer-menu li{
	margin-bottom: 5.859vw;
        padding-bottom: 5.859vw;
	border-bottom: 4px solid #edf4f6;
}
	.drawer-menu li .dropdown-link{
		margin-bottom: 5vw;
		margin-left: 10.417vw;
		font-size: 3vw;
	}
.drawer-brand{
	margin: 0 auto;
	color: #424242;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 4.427vw;
	font-weight: 500;
	line-height: 1;
}
.drawer-brand:hover{
	transition: 0.2s;
	opacity: 50%;
}
	.drawer-brand::after{
		content: '';
	position: absolute;
	right: 0;
  display: inline-block;
  width: 2.604vw;/*画像の幅*/
  height: 3.125vw;/*画像の高さ*/
  background-image: url("../img/shared/header-arrow-sp.png");
  background-size: contain;
	background-repeat: no-repeat;
	}
	.drawer-brand-under{
	margin: 0 auto;
	color: #424242;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 4.427vw;
	font-weight: 500;
	line-height: 1;
		position: relative;
		text-decoration: none;
	}
	.drawer-brand-under::after{
		content: '';
	position: absolute;
	        right: -5vw;
        top: 3px;
  display: inline-block;
  width: 2.604vw;/*画像の幅*/
  height: 3.125vw;/*画像の高さ*/
  background-image: url("../img/shared/header-arrow-sp.png");
  background-size: contain;
	background-repeat: no-repeat;
	}
	
	.drawer-btn{
		text-align: center;
		display: block;
	}
	.drawer-btn img{
		margin-bottom: 5vw;
		width: 90%;
		height: auto;
	}
	#top{
	height: 13.021vw;
	}
	.head-logo{
		width: 100%;
		height: auto;
	}
	.header-mail-sp{
	background-color: #ea5514;
	width: 19.531vw;
	height: 13.021vw;
	background-image: url("../img/shared/header-mail.png");
	background-position: center;
	background-repeat: no-repeat;
	}
	.gnav-pc{
		display: none;
	}
	.gnav-sp{
		display: flex;
	}
	.foot-nav{
		display: none;
	}
	.footer-resp{
		padding: 6.51vw 0 0;
		width: 100%;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.footer-resp-small{
		        flex-direction: column-reverse;
        align-items: center;
		padding: 5.859vw 0 13.021vw;
	}
	.footer-main-fx{
		align-items: flex-start;
	}
	.footer-main-fx img{
		margin-right: 2vw;
		width: 24.609vw;
	}
	.add-pc{
		font-size: 2.372vw;
	}
	.add-pc-com{
		font-size: 3.049vw;
		line-height: 1;
    margin-bottom: 3.516vw;
	}
	small{
		font-size: 2.083vw;
	}
	.foot-small-link{
		display: none;
	}
	.footer-img-last{
		margin-bottom: 5vw;
		        width: 64vw;
        height: auto;
	}
}

@media screen and (max-width:520px){
	.head-logo{
		width: 61.923vw;
	}
}
@media screen and (max-width:500px){
	.header-mail-sp{
		background-size: 85%;
	}
}
	