/* =================================================================
 footer
================================================================= */
#footer {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  background: #00293F;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.75;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  word-break: break-word;
  position: relative;
  z-index: 1;
  padding: 0;
}
#footer * {
  box-sizing: border-box;
}
#footer ::before,
#footer ::after {
  box-sizing: inherit;
}
#footer p,
#footer table,
#footer blockquote,
#footer address,
#footer pre,
#footer iframe,
#footer form,
#footer figure,
#footer dl {
  margin: 0;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
#footer ul,
#footer ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer dt {
  font-weight: bold;
}
#footer dd {
  margin-left: 0;
}
#footer hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
#footer pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
#footer address {
  font-style: inherit;
}
#footer a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
#footer abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
#footer b,
#footer strong {
  font-weight: bolder;
}
#footer code,
#footer kbd,
#footer samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
#footer small {
  font-size: 80%;
}
#footer sub,
#footer sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#footer sub {
  bottom: -0.25em;
}
#footer sup {
  top: -0.5em;
}
#footer img {
  border-style: none;
  vertical-align: bottom;
}
#footer embed,
#footer object,
#footer iframe {
  border: 0;
  vertical-align: bottom;
}
#footer button,
#footer input,
#footer optgroup,
#footer select,
#footer textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
#footer [type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
#footer [type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}
#footer button,
#footer input {
  /* 1 */
  overflow: visible;
}
#footer button,
#footer select {
  /* 1 */
  text-transform: none;
}
#footer button,
#footer [type=button],
#footer [type=reset],
#footer [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
#footer button[disabled],
#footer [type=button][disabled],
#footer [type=reset][disabled],
#footer [type=submit][disabled] {
  cursor: default;
}
#footer button::-moz-focus-inner,
#footer [type=button]::-moz-focus-inner,
#footer [type=reset]::-moz-focus-inner,
#footer [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
#footer button:-moz-focusring,
#footer [type=button]:-moz-focusring,
#footer [type=reset]:-moz-focusring,
#footer [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
#footer select::-ms-expand {
  display: none;
}
#footer option {
  padding: 0;
}
#footer fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
#footer legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
#footer progress {
  vertical-align: baseline;
}
#footer textarea {
  overflow: auto;
}
#footer [type=number]::-webkit-inner-spin-button,
#footer [type=number]::-webkit-outer-spin-button {
  height: auto;
}
#footer [type=search] {
  outline-offset: -2px; /* 1 */
}
#footer [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#footer ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
#footer label[for] {
  cursor: pointer;
}
#footer details {
  display: block;
}
#footer summary {
  display: list-item;
}
#footer [contenteditable] {
  outline: none;
}
#footer table {
  border-collapse: collapse;
  border-spacing: 0;
}
#footer caption {
  text-align: left;
}
#footer td,
#footer th {
  vertical-align: top;
  padding: 0;
}
#footer th {
  text-align: left;
  font-weight: bold;
}
#footer template {
  display: none;
}
#footer [hidden] {
  display: none;
}
#footer *::before, #footer *::after {
  box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  #footer {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    font-size: 14px;
  }
}
#footer .copyright {
  font-size: 12px;
  line-height: 1.3;
}
@media screen and (max-width: 1080px) {
  #footer .copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    font-size: 12px;
  }
}
#footer .footer-inner .inner-content {
  width: 90%;
  margin: 2.5em auto 1.25em;
  display: flex;
  align-items: stretch;
  flex-flow: row nowrap;
  justify-content: space-between;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  #footer .footer-inner .inner-content {
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    justify-content: center;
    text-align: center;
  }
}
#footer .footer-inner .inner-content-left {
  display: flex;
  align-items: flex-start;
  flex-flow: column nowrap;
  justify-content: space-between;
  gap: 1.25em;
}
@media screen and (max-width: 767px) {
  #footer .footer-inner .inner-content-left {
    width: 100%;
    align-items: center;
  }
}
#footer .footer-inner .inner-content-right {
  display: flex;
  align-items: flex-end;
  flex-flow: column nowrap;
  justify-content: flex-start;
  gap: 0.625em;
}
@media screen and (max-width: 767px) {
  #footer .footer-inner .inner-content-right {
    width: 100%;
    align-items: center;
  }
}
#footer .footer-inner .inner-content-right .link-list {
  flex: auto;
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: flex-end;
  gap: 1.5em;
  font-size: 15px;
}
@media screen and (max-width: 1080px) {
  #footer .footer-inner .inner-content-right .link-list {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-inner .inner-content-right .link-list {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-inner .inner-content-right .link-list {
    display: none;
  }
}
#footer .footer-inner .inner-content-right p {
  margin: 0;
  flex: none;
  font-size: 12px;
}
@media screen and (max-width: 1080px) {
  #footer .footer-inner .inner-content-right p {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-inner .inner-content-right p {
    font-size: 12px;
  }
}
#footer .footer-inner .logo {
  width: 500px;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #footer .footer-inner .logo {
    width: 360px;
  }
}
#footer .footer-inner .logo img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #footer .footer-inner .logo img {
    width: 173px;
    max-width: 100%;
    height: auto;
  }
}
#footer .footer-inner .contact .title {
  font-weight: 400;
}
#footer .footer-inner .contact dt, #footer .footer-inner .contact dd {
  font-weight: normal;
}
#footer .footer-inner .small {
  font-size: 12px;
}
@media screen and (max-width: 1080px) {
  #footer .footer-inner .small {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #footer .footer-inner .small {
    font-size: 12px;
  }
}
#footer .footer-inner .copyright-box {
  display: flex;
  align-items: flex-end;
  flex-flow: column nowrap;
  justify-content: center;
  gap: 1em;
}
@media screen and (max-width: 767px) {
  #footer .footer-inner .copyright-box {
    width: 100%;
    align-items: center;
    border-top: 1px solid #CDCDCD;
    padding-top: 1em;
  }
}
#footer .footer-inner .copyright-box .copyright-icon {
  display: inline-block;
  font-size: 0.8em;
  padding: 0 0.5em;
}

#footer .footer-inner.en .inner-content {
	margin: 0 auto;
}

#footer .footer-inner.en .inner-content .logo {
	margin-top: 2.5em;
	font-weight: 700;
	font-size: 105%;
}

@media screen and (max-width: 767px) {
	#footer .footer-inner.en .inner-content .logo {
		margin-top: 1.5em;
	}
}

@media screen and (max-width: 767px) {
	#footer .footer-inner.en .inner-content:not(.copyright-box),
	#footer .footer-inner.en .inner-content:not(.copyright-box) {
		text-align: left;
	}
}

@media screen and (max-width: 767px) {
	#footer .footer-inner.en .inner-content:not(.copyright-box) .inner-content-right,
	#footer .footer-inner.en .inner-content:not(.copyright-box) .inner-content-left {
		align-items: flex-start;
	}
}

@media screen and (max-width: 767px) {
	#footer .footer-inner.en .inner-content.links-box .contact {
		width: 100%;
		border-top: 1px solid #416fa5;
	}
}

@media screen and (max-width: 767px) {
	#footer .footer-inner.en .inner-content.links-box .contact dl {
		padding-left: 1em;
	}
}

@media screen and (max-width: 767px) {
	#footer .footer-inner.en .inner-content.links-box .inner-content-right {
		order: -1;
		padding-left: 2em;
	}
}

#footer .footer-inner.en .inner-content.copyright-box {
	width: 90%;
	margin: 1.25em auto;
	padding-top: 1.25em;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #416fa5;
}

@media screen and (max-width: 767px) {
	#footer .footer-inner.en .inner-content.copyright-box {
		margin-top: 0;
		flex-flow: column nowrap;
		justify-content: center;
	}
}

@media screen and (max-width: 767px) {
  #footer .footer-inner.en .inner-content-right .link-list {
    display: flex;
  }
}
