@charset "UTF-8";
html{
  scroll-behavior: smooth;
}
body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
section, div, ul, li{
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
section {
	margin: 0 auto;
}
#top h2, #top h3{
  font-weight: bold;
  text-align: center;
}
#top .aleft h2, #top .aleft h3{
  text-align: left;
}
a{
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
a:hover{
  text-decoration: underline;
}
a:hover img{
  opacity: 0.7;
  transition: 0.5s;
}
.bg_white{
  background-color: #fff;
}
.bg_blue{
  background-color: #007ac9;
}

.bg_blue a{
  color: #fff;
}
.logo{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 204px;
  height: 149px;
  z-index: 50;
}
.logo a:hover img{
  opacity: 1;
  filter: brightness(120%);
}
.inner{
  max-width: 1470px;
  padding: 0 55px;
  margin: 0 auto;
}
footer{
  max-width: inherit !important;
}
#header,
#footer{
	max-width: inherit !important;
}
.f_inner{
  max-width: 290px;
  margin-top: 60px;
}
footer .orangeborder{
  text-align: left;
  margin-bottom: 20px;
}
.f_upper{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sns{
  display: flex;
}
footer h2{
  font-size: 30px;
  margin-bottom: 20px;
}
.f_desc{
  margin: 30px 0 40px 0;
}
footer h3{
  color: #007ac9;
  margin: 0 0 6px 0;
}
footer input{
  height: 54px;
}
footer input::placeholder{
  color: #000;
  font-weight: bold;
  padding-left: 1em;
}
input{
  vertical-align: bottom;
}
footer input.left{
  width: 230px;
}
.f_upper li{
  line-height: 1.7;
}
.sns li{
  margin-right: 15px;
}
.f_lower{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 110px;
}
.f_lower ul{
  display: flex;
  margin-bottom: 20px;
}
.f_lower li:not(:last-child){
  margin-right: 10px;
  padding-right: 10px;
  border-right: 2px solid #000;
}
.f_lower p a{
  text-decoration: underline;
}

@media all and (min-width: 769px) and (max-width: 1470px) {
	.wrapper,
	.pankuzu {
		margin-right: 55px;
		margin-left: 55px;
	}
	#header {
		padding-right: 0;
		padding-left: 0;
	}
}
@media all and (max-width: 768px) {
	#header {
		padding-right: 0;
		padding-left: 0;
	}
}




