/* reset */

@charset "UTF-8";

header,
#footer {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	word-wrap: break-word;
	word-break: break-all;
	text-rendering: optimizelegibility;
	background-size: cover;
	font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ Pro W3", "Arial", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
		sans-serif;
	color: #000;
}

header a,
#footer a {
	display: block;
	text-decoration: none;
}

header a:hover,
#footer a:hover,
p:hover {
	text-decoration: none;
}

header .content-inner,
#footer .content-inner {
	max-width: 784px;
	height: auto;
	margin: auto;
	width: 92%;
}

@media (min-width: 1025px) {
	.show_sp {
		display: none !important;
	}
}

@media (max-width: 1024px) {
	.show_pc {
		display: none !important;
	}
}

/* header */
.header {
	top: 0;
	width: 100%;
	background-color: #fff;
	/* 暫定 */
	z-index: 1;
}


/* .header */
  .header .content-inner {
	font-style: normal;
	color: #463D3C;
  }

  .header-wrap {
	padding: 14px 0 10px;
	display: flex;
  }

  .header-wrap .header-logo {
	width: 323px;
	margin-right: 30px;
  }

  @media screen and (max-width: 784px) {
	.header-wrap {
	  display: block;
	  padding: 16px 0px;
	}
  }

  @media screen and (max-width: 414px) {
	.header-wrap .header-logo {
	  width: 213px;
	}
  }

  /* .header-content-wrap */
  .header-content-wrap {
	width: 545px;
	display: flex;
  }

  @media screen and (max-width: 784px) {
	.header-content-wrap {
	  display: block;
	  margin: 12px auto 0;
	  width: 295px;
	}
  }

  .header-links-two-wrap {
	display: flex;
  }

  .header-links-two-wrap:first-of-type {
	margin-right: 39px;
  }

  .header-links-two-wrap a {
	display: flex;
	align-items: center;
	color: inherit;
  }

  .header-links-two-wrap a:first-of-type {
	margin-right: 43px;
  }

  .header-links-two-wrap a img {
	width: 13px;
	height: fit-content;
  }

  .header-links-two-wrap a span {
	width: max-content;

	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
  }

  @media screen and (max-width: 784px) {
	.header-links-two-wrap:first-of-type {
	  margin-right: 0;
	  margin-bottom: 16px;
	}

	.header-links-two-wrap a img {
	  width: 15px;
	  height: 15px;
	  margin-right: 8px;
	}

	.header-links-two-wrap a:first-of-type {
	  margin-right: 0;
	}

	.header-links-two-wrap:first-of-type a:first-of-type {
	  margin-right: 72px;
	}

	.header-links-two-wrap:last-of-type a:first-of-type {
	  margin-right: 40px;
	}

	.header-links-two-wrap a span {
	  margin-right: 0;
	}
  }


/* footer */
#footer {
	width: 100%;
}


#footer {
	background-color: #FDF0E0;
  }

  .footer-content-wrap {
	padding: 50px 0;
	display: flex;
	align-items: center;
	width: 784px;
  }

  @media screen and (max-width: 784px) {
	.footer-content-wrap {
	  padding: 24px 0 27px;
	  display: block;
	  max-width: 293px;
	  width: calc(296 / 375 * 100%);
	  margin: auto;
	}
  }

  /* footer-company-overview */
  .footer-company-overview {
	margin-right: 252px;
  }

  @media screen and (max-width: 784px) {
	.footer-company-overview {
	  margin-right: 0;
	}
  }

  .footer-company-overview img {
	width: 323px;
  }

  .footer-company-name {
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
	color: #463D3C;
	margin-top: 28px;
  }

  .footer-company-info {
	font-weight: bold;
	font-size: 12px;
	line-height: 22px;
	margin-top: 16px;
	margin-left: 16px;
  }

  @media screen and (max-width: 1024px) {
	.footer-company-overview img {
	  width: 213px;
	}

	.footer-company-name {
	  font-size: 12px;
	  line-height: 19px;
	  margin-top: 16px;
	}

	.footer-company-info {
	  font-size: 10px;
	  line-height: 16px;
	  margin-top: 8px;
	}
  }

  /* footer-links */
  .footer-links {}

  .footer-links a {
	font-weight: bold;
	font-size: 12px;
	line-height: 19px;
	color: #463D3C;
	margin-top: 23px;
  }

  .footer-links a:first-child {
	margin-top: 0;
  }

  @media screen and (max-width: 784px) {
	.footer-links a:first-child {
	  margin-top: 48px;
	}
  }

  /* footer-copyright */
  .footer-copyright {
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	color: #FFFFFF;
	background: #EE553B;
	text-align: center;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
  }

  @media screen and (max-width: 784px) {
	.footer-copyright {
	  font-size: 8px;
	}
  }
