@charset "UTF-8";
/* CSS Document */

body {
  color: #3A5A89;
  font-family: 遊ゴシック体;
  font-family: 'Jost', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Quicksand', sans-serif;
  font-family: 'Raleway', sans-serif;
  max-height: 839px;
  margin: 0;
/*  overflow: hidden;*/

}

.header {
  
}
.header_menu {
  max-width: 1042px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 74px 0 0;
}


.header nav {
  display: block;
  text-align: right;
  width: 80%;
}

.header_image {
  left: 0;
  display: block;
}

.header_image_mobile {
	display: none;
}

 .header nav ul {
    display: flex;
    justify-content: flex-end;
    gap: 54px;
    list-style: none;
}
.header nav ul a {
    display: block;
    cursor: pointer;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    color: #3A5A89;
    text-decoration: none;
    font-size: 16px;
    letter-spacing:6px;
}



.footer {
  background-color: #E3E3E3;
  height: 80px;
  width: 100%;
  text-align: center;
  font-weight: normal;
 position: fixed;
    bottom: 0;
  
}
.footer_copyright {
 letter-spacing: 1px;
  justify-content: center;
  color: #fff;
  display: flex;
  font-size: 14px;
  padding: 40px 0 25px;
 
}
.only_mobile {
	display: none;
}
.hamburger-menu {
	display: none;
}
.footer_img{
	display: none;
}
	.footer_copyrightr_mobile{
	display: none;
}
.page_top_btn {
	display: none;
}
.mobile_main_img {
	display: none;
}
.main_img {
	 display: inline;
}

@media screen and (max-width:742px) {
	boby {
		overflow: scroll;
		max-height: auto;
	}
	.hamburger-menu {
	display: block;
}
	.only_mobile {
	   display:block;
    }
	.footer{
		display: none;	
	}
	.footer_copyright {
		display: none;
	}
	.footer_img{
	display: block;
}
	.footer_copyrightr_mobile{
	display: block;
}
	.page_top_btn {
	display: block;
}
	.mobile_main_img {
		display: inline;
}

.main_img {
	 display: none;
}	
	
	}
	
	
