footer.footer2024 {
  background: #1A6AAF;
  padding-top: 50px;
}
.footercontainer {
  margin: 0 auto;
  max-width: 920px;
  width: 88.3%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}
@media screen and (max-width:768px) {
  .footercontainer {
    flex-wrap: wrap;
    width: 73.6%;
  }
}
.footercontainer div.left {}
.footercontainer div.left .footer-logo {
  width: 211.95px;
  height: 65.07px;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .footercontainer div.left .footer-logo {
    width: 194.5px;
    height: 59.71px;
    margin-bottom: 12px;
  }
}
.footercontainer div.left h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 45px;
  text-align: left;
  color: #fff;
  padding-left: 16px;
}
@media screen and (max-width:768px) {
  .footercontainer div.left h2 {
    font-size: 15px;
    letter-spacing: 0.05em;
    padding-left: 0;
    line-height: 1;
	  margin-bottom: 10px;
  }
}
.footercontainer div.right {
  width: 445px;
}
@media screen and (max-width:768px) {
	.footercontainer div.right {
  width: 100%;
		display: flex;
		flex-wrap: wrap;
}
}

ul.footersns {
  width: 85.81px;
  align-items: center;
  padding-left: 16px;
  margin-top: 13px;
  gap: 0 10px;
}
@media screen and (max-width:768px) {
	ul.footersns {
  width: 85.81px;

  padding-left: 0;
  margin-top: 0;
}
}

ul.footersns li:first-child {
  width: 37px;
}
ul.footersns li:nth-child(2) {}
.footercontainer div.left address, .footercontainer div.left div.telfax, .footercontainer div.left div.telfax a, .footercontainer div.left div.telfax span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 28px;
  text-align: left;
  color: #fff;
}
.footercontainer div.left address, .footercontainer div.left div.telfax {
  padding-left: 16px;
}
@media screen and (max-width:768px) {
  .footercontainer div.left address, .footercontainer div.left div.telfax, .footercontainer div.left div.telfax a, .footercontainer div.left div.telfax span {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 22px;
  }
  .footercontainer div.left address, .footercontainer div.left div.telfax {
    padding-left: 0;
  }
}
div.copy.blue {
  background-color: #213676;
}
@media screen and (max-width:768px) {
	div.copy.blue {
font-size: 11px;
	}
}
ul.footer-btn01 {
  width: 100%;
  margin-bottom: 30px;
  padding-top: 65px;
}
@media screen and (max-width:768px) {
  ul.footer-btn01 {
    flex-wrap: wrap;
	 padding-top: 10px;
	  order: 2;
	  margin-bottom: 20px;
  }
}
ul.footer-btn01 li {
  width: 215px;
  height: 39px;
}
ul.footer-btn01 li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
/*  font-size: 17px;*/
	font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 39px;
  text-align: center;
  color: #fff;
}
ul.footer-btn01 li {
  width: 215px;
	width: 33%;
  height: 39px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
ul.footer-btn01 li a {
  display: block;
  width: 100%;
  height: 100%;
}
ul.footer-btn01 li:first-child {
  background-color: #066061;
}
@media screen and (max-width:768px) {
ul.footer-btn01 li:first-child {
  order: 2;
	margin-top: 10px;
}	
}

ul.footer-btn01 li:nth-child(2) {
    background: #3B83C9;
}
ul.footer-btn01 li:nth-child(3) {
  background-color: #213676;
	
}
@media screen and (max-width:768px) {
	ul.footer-btn01 li:nth-child(3) {

	margin-top: 10px;
}
}

ul.footer-btn01 li:first-child:hover, ul.footer-btn01 li:nth-child(2):hover, ul.footer-btn01 li:nth-child(3):hover {
  background-color: #707070;
}
ul.footer-btn02 {
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width:768px) {
	ul.footer-btn02 {
order: 1;
		margin-top: 20px;
}
}
ul.footer-btn02 li {
  margin-bottom: 25px;
  border-left: 1px solid #fff;
  padding-left: 14px;
	padding-right: 14px;
}
ul.footer-btn02 li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 24px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width:768px) {
	ul.footer-btn02 li {
  margin-bottom: 15px;
  padding-left: 10px;
}
	ul.footer-btn02 li a {
font-size: 13px;
/*line-height: 16px;*/
}
}

ul.footer-btn02 li:nth-child(1), ul.footer-btn02 li:nth-child(2), ul.footer-btn02 li:nth-child(3) {
  width: calc(100% / 3);
  box-sizing: border-box;
}
ul.footer-btn02 li:nth-child(4) {
padding-right: 25px;
}
@media screen and (max-width:768px) {
	ul.footer-btn02 li:nth-child(4) {
  padding-right: 25px;
}
	
	.footer-btn01.flex{
		flex-wrap: wrap;
		
	}
		.footer-btn01.flex li{
		width: 100%;
		
	}
}