/* ===========================================================

	Title:	common.css
	Last Created:	2023-04-18

=========================================================== */
/*

	body
	header
	global-navigation
	contens
	footer

=========================================================== */

/* ===========================================================
==============================================================
	Bace Tag set
==============================================================
=========================================================== */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@600;700&family=Noto+Sans+JP:wght@300;400;500;600;700;900&family=Noto+Serif+JP:wght@400;500;600&display=swap");

html,
body {
  height: 100%;
  position: relative;
}
body {
  font-size: 16px;
  line-height: 1;
  background-color: #fff;
  font-family: "Noto Sans JP", 游ゴシック体, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #3c3c3c;
  text-rendering: optimizeSpeed;
  /* -webkit-font-smoothing: subpixel-antialiased; - */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-align: justify;
  font-feature-settings: "palt";
}

body {
  -webkit-text-size-adjust: 100%;
}
body.en {
  text-align: left;
}
a {
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  color: #333333;
  transition: all 0.5s;
}
a:link,
a:visited {
  color: #333333;
}
a:hover {
  color: #ffb700;
  transition: all 0.5s;
}
img {
}
sup,
sub {
  font-size: 0.78em;
  line-height: 100%;
  font-style: inherit;
  font-weight: inherit;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: baseline;
}
small {
  font-size: 0.78em;
}
.red {
  color: #c00;
}
.white {
  color: #fff;
}
.pngfix {
}
.blank {
}
.blank_simple {
}
.blank_pdf {
}
.blank_word {
}
.blank img,
.blank_simple img,
.blankPdf img {
  vertical-align: baseline;
}

/* ===========================================================
==============================================================
	header
==============================================================
=========================================================== */
.gl-header {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  min-width: 1000px;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 0 5px #ddd;
}
.gl-header__inner {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  height: 92px;
  position: relative;
}
.inner {
  /* display: block; */
  padding: 0;
  margin: 0 auto;
  max-width: 1856px;
}
.gl-brand {
  display: block;
  padding: 0;
  margin-right: auto;
}
.gl-brand a {
  display: flex;
  align-items: center;
  width: 400px;
  height: 70px;
  padding: 0 0 5px 0;
  margin: 0;
}
.gl-brand a img {
  width: 100%;
}
.gl-navigation {
  display: block;
  padding: 0;
  position: relative;
  font-size: 1em;
  line-height: 70px;
  font-weight: 500;
  margin-left: auto;
}
.gl-navigation-list {
  display: flex;
  padding: 0;
  margin: 0;
  position: relative;
}
.gl-navigation-list span {
  padding: 0 1em;
  font-size: 17px;
  font-weight: bold;
  display: block;
  position: relative;
}
/* .gl-navigation-list span:before{
	content: "";
	display: block;
	padding: 0;
	margin: auto;
	position: absolute;
	bottom: 13px;
	left: 10%;
	height: 2px;
	transition: all 0.5s;
} */
.gl-navigation-list__top {
  display: none;
}

/* ===========================================================
==============================================================
	footer
==============================================================
=========================================================== */
.current {
  color: #ffb700 !important;
  font-weight: 600;
}
.gl-footer-wrap {
  display: block;
  width: 100%;
  padding: 0 20px;
  margin: 0;
}
.gl-footer-banner {
  display: block;
  padding: 0;
  margin: 0;
  background: linear-gradient(to right, #ffb700, #df4e00);
  width: 100%;
  min-width: 960px;
  max-width: 1600px;
  border-radius: 16px;
  margin: 0 auto;
}
.gl-footer-banner__inner {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1000px;
  padding: 48px 16px;
  margin: 0 auto;
  text-align: center;
}
.gl-footer-banner__inner ul {
  width: 100%;
  display: flex;
}
.gl-footer-banner__inner ul li:first-child {
  margin-right: 32px;
}
.gl-footer-banner__inner ul li {
  flex: 1;
}
.gl-footer-banner__inner ul li img {
  border-radius: 5px;
  width: 100%;
}
.gl-footer {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  background-color: #fff;
  text-align: center;
  min-width: 1000px;
}
.gl-footer-nav {
  display: block;
  margin-bottom: 32px;
}
.gl-footer__inner {
  width: 100%;
  max-width: 1200px;
  padding: 65px 0;
}

.gl-footer-wrap .global-footer__sub--title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  color: #fff;
  font-weight: bold;
}

.gl-footer-wrap .global-footer__sub--title::before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background-color: #e94e1d;
  margin-right: 8px;
}

.gl-footer__inner nav ul li a:hover {
  color: #ffb700;
}
.gl-footer-nav li {
  display: inline-block;
  padding: 0 18px;
  margin: 0;
}
.gl-footer-nav a {
  display: block;
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.gl-footer-support-nav {
  display: block;
  margin-bottom: 90px;
}
.gl-footer-support-nav li {
  display: inline-block;
  padding: 0 18px;
  margin: 0;
}
.gl-footer-support-nav a {
  display: block;
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.gl-copyright {
  margin-top: 24px;
  display: block;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
}
.gl-copyright span {
  font-size: 19px;
  vertical-align: middle;
}

/* ===========================================================
==============================================================
	外部リンク
==============================================================
=========================================================== */
.external-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../img/common/ic_blank_a.png");
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: 10px auto;
  margin: 4px 0 0 4px;
}
