@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;700&display=swap');

/*----------------------------
reset
----------------------------*/
html,
body,
header,
footer,
div,
span,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
form,
table,
tr,
th,
td,
article,
aside,
hgroup,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
footer, header, nav, section {
	display: block;
}
nav, ul {
	list-style: none;
}
/* table {
	border-collapse: collapse;
	border-spacing: 0;
} */
ol , ul {
	list-style: none;
}
*,:after,:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
*:focus {
outline: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
  text-decoration: none;
  color: inherit;
}
img {
	vertical-align: bottom;
}
html { font-size: 62.5%; }
body {
  font-size: 1.4rem;
  line-height: 1.8;
  -webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue','游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #222;
	background-color: #fff;
	letter-spacing: 0.05em;
  position: relative;
}
@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
	a {
	  -webkit-transition: opacity 0.3s ease;
	  transition: opacity 0.3s ease;
	}
	a:hover {
	  opacity: .5
	}
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

/* g_head
---------------------------- */
#g_head {
	transition: all .35s ease;
	-webkit-transition: all .35s ease;
	z-index: 10;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
	position: fixed;
	width: 100%;
	background-color: #000;
}
@media screen and (min-width:768px) {
	#g_head {
		min-height: 70px;
	}
	#g_head a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
	}
	#g_head a:hover {
	  opacity: .5
	}
	#g_head .global_head_logo {
		position: absolute;
		top: 15px;
		left: 30px;
		z-index: 11;
	}
	#g_head .global_head_logo a img{
		height: 40px;
	}
}
@media screen and (max-width:767px){
	#g_head {
		min-height: 60px;
	}
	.global_head {
		width: 100%;
		min-height: 60px;
		position: absolute;
	  z-index: 120;
	  background-color: #000;
	}
	#g_head .global_head_logo {
		position: absolute;
		top: 17px;
		left: 4%;
		z-index: 11;
	}
	#g_head .global_head_logo a img{
		height: 26px;
		width: auto;
	}
	.global_head .global_head_logo a {
		display: block;
	}
}

/* g_menu_toggle_button_sp
---------------------------- */
@media screen and (min-width:768px) {
	.g_menu_toggle_button_sp {
		display: none;
	}
}
@media screen and (max-width:767px){
	.g_menu_toggle_button_sp {
		position: absolute;
		bottom: 5px;
		right: 10px;
		z-index: 130;
		text-align: center;
	}
	.g_menu_toggle_button_sp div {
		cursor: pointer;
	}
	.g_menu_toggle_button_sp span {
		display: block;
		width: 35px;
		height: 3px;
		background: #fff;
		margin: 7px 0 0 0;
		transition: all .35s ease;
		-webkit-transition: all .35s ease;
	}
	.g_menu_toggle_button_sp span:first-child {
		margin-top: 3px;
	}
	.g_menu_toggle_button_sp span.one {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	.g_menu_toggle_button_sp span.three {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	.g_menu_toggle_button_sp span.two {
		opacity: 1;
	}
	#g_menu_toggle.show .g_menu_toggle_button_sp span.one {
		width: 32px;
		-webkit-transform: translate(0px, 9px) rotate(-45deg);
		transform: translate(0px, 9px) rotate(-45deg);
	}
	#g_menu_toggle.show .g_menu_toggle_button_sp span.three {
		width: 32px;
		-webkit-transform: translate(0px, -9px) rotate(45deg);
		transform: translate(0px, -13px) rotate(45deg);
		margin: 9px 0 0 0;
	}
	#g_menu_toggle.show .g_menu_toggle_button_sp span.two {
		opacity: 0;
	}
	.g_menu_toggle_button_sp .g_menu_toggle_text {
		font-size: 1rem;
		color: #fff;
	}
}

/* g_navi
---------------------------- */
@media screen and (min-width:768px) {
	#g_navi {
		position: relative;
	}
	#g_navi .g_navi_link_item a {
		font-size: 1.4rem;
		font-weight: bold;
		width: 225px;
		line-height: 50px;
		text-align: center;
		border-radius: 5px;
		box-sizing: border-box;
		padding-left: 20px;
	}
	#g_navi .g_navi_link_item a span {
		position: relative;
	}
	#g_navi .g_navi_link_item .g_navi_link_item_register  {
		position: absolute;
		right: 245px;
		top: 10px;
		background-color: #0054a7;
		color: #fff;
	}
	#g_navi .g_navi_link_item .g_navi_link_item_register span::after {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: -2em;
	  margin: auto;
	  content: "";
	  width: 18px;
	  height: 18px;
	  background: url('../img/common/icon_register.png') 50% no-repeat;
	  background-size: contain;
	}
	#g_navi .g_navi_link_item .g_navi_link_item_login  {
		position: absolute;
		right: 10px;
		top: 10px;
		border: 1px solid #d8d8d8;
		background-color: #fff;
	}
	#g_navi .g_navi_link_item .g_navi_link_item_login span::after {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: -2em;
	  margin: auto;
	  content: "";
	  width: 18px;
	  height: 18px;
	  background: url('../img/common/icon_login.png') 50% no-repeat;
	  background-size: contain;
	}
	#g_navi .g_navi_link_item .g_navi_link_item_logout  {
		position: absolute;
		right: 10px;
		top: 10px;
		border: 1px solid #d8d8d8;
	}
	#g_navi .g_navi_link_item .g_navi_link_item_logout span::after {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: -2em;
	  margin: auto;
	  content: "";
	  width: 18px;
	  height: 18px;
	  background: url('../img/common/icon_logout.png') 50% no-repeat;
	  background-size: contain;
	}
}
@media screen and (max-width:767px) {
	#g_navi {
		position: fixed;
		top: -100% !important;
		left: 0;
		z-index: 110;
		width: 100%;
		background: #fff;
		transition: all .35s ease;
		-webkit-transition: all .35s ease;
		overflow-y: scroll;
	}
	#g_navi.show {
		top: 0 !important;
		left: 0;
		box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
	}
	#g_navi .g_navi_link {
		padding: 90px 10% 50px;
		width: 100%;
	}
	#g_navi .g_navi_link_item {
		margin-top: 5%;
	}
	#g_navi .g_navi_link_item a {
		font-size: 1.4rem;
		font-weight: bold;
		width: 225px;
		line-height: 50px;
		text-align: center;
		border-radius: 5px;
		box-sizing: border-box;
		padding-left: 20px;
		width: 100%;
		display: block;
	}
	#g_navi .g_navi_link_item a span {
		position: relative;
	}
	#g_navi .g_navi_link_item .g_navi_link_item_register  {
		background-color: #0054a7;
		color: #fff;
	}
	#g_navi .g_navi_link_item .g_navi_link_item_register span::after {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: -2em;
	  margin: auto;
	  content: "";
	  width: 18px;
	  height: 18px;
	  background: url('../img/common/icon_register.png') 50% no-repeat;
	  background-size: contain;
	}
	#g_navi .g_navi_link_item .g_navi_link_item_login  {
		border: 1px solid #d8d8d8;
	}
	#g_navi .g_navi_link_item .g_navi_link_item_login span::after {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: -2em;
	  margin: auto;
	  content: "";
	  width: 18px;
	  height: 18px;
	  background: url('../img/common/icon_login.png') 50% no-repeat;
	  background-size: contain;
	}
	#g_navi .g_navi_link_item .g_navi_link_item_logout  {
		border: 1px solid #d8d8d8;
	}
	#g_navi .g_navi_link_item .g_navi_link_item_logout span::after {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: -2em;
	  margin: auto;
	  content: "";
	  width: 18px;
	  height: 18px;
	  background: url('../img/common/icon_logout.png') 50% no-repeat;
	  background-size: contain;
	}
}

/* mainArea
---------------------------- */
@media screen and (min-width:768px) {
	#mainArea {
		padding-top: 70px;
	}
	.section_inner {
	  max-width: 1080px;
	  margin: auto;
	  padding: 0 2.5%;
	}
}
@media screen and (max-width:767px){
	#mainArea {
		padding-top: 60px;
	}
	.section_inner {
	  padding: 0 5%;
	}
}

/* foot
---------------------------- */
#foot {
  background: #ccc;
}
#foot img {
	width: 100%;
}
@media screen and (min-width:768px) {
	#foot .foot_content {
		padding: 40px 0;
	}
	#foot .foot_content a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
	}
	#foot .foot_content a:hover {
	  opacity: .5
	}
	#foot .g_navi_sns {
		text-align: center;
	}
	#foot .g_navi_sns li {
		width: 40px;
		display: inline-block;
		margin: 0 10px;
	}
	#foot .g_navi_link {
		text-align: center;
	}
	#foot .g_navi_link .g_navi_link_item {
		display: inline-block;
		margin: 0 25px;
	}
	#foot .g_navi_link .g_navi_link_item a {
		font-size: 1.4rem;
		font-weight: bold;
		color: #fff;
		position: relative;
	}
	#foot .g_navi_link .g_navi_link_item a::after {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  right: -25px;
	  margin: auto;
	  content: "";
	  width: 1px;
	  height: 15px;
	  background-color: #fff;
	}
	#foot .g_navi_link .g_navi_link_item:last-child a::after {
		display: none;
	}
}
@media screen and (max-width:767px) {
	#foot .foot_content {
		padding: 10% 0;
	}
	#foot .g_navi_sns {
		text-align: center;
	}
	#foot .g_navi_sns li {
		width: 35px;
		display: inline-block;
		margin: 0 10px;
	}
	#foot .g_navi_link {
		text-align: center;
	}
	#foot .g_navi_link .g_navi_link_item {
		display: inline-block;
		margin: 0 1em;
	}
	#foot .g_navi_link .g_navi_link_item a {
		font-size: 1.2rem;
		font-weight: bold;
		color: #fff;
		position: relative;
	}
	#foot .g_navi_link .g_navi_link_item a::after {
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  right: -1em;
	  margin: auto;
	  content: "";
	  width: 1px;
	  height: 10px;
	  background-color: #fff;
	}
	#foot .g_navi_link .g_navi_link_item:last-child a::after {
		display: none;
	}
}
#foot .foot_copyright {
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	padding: 15px 0;
}
@media screen and (max-width:767px) {
  #foot .foot_copyright {
		font-size: 1rem;
		padding: 10px 0;
  }
}
#foot_pagetop a {
	position: fixed;
	bottom: 60px;
	right: 30px;
	background-color: #000;
	width: 40px;
	height: 40px;
	border-radius: 20px;
}
#foot_pagetop a::after {
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width:767px) {
	#foot_pagetop a {
		bottom: 45px;
		right: 3%;
		width: 30px;
		height: 30px;
		border-radius: 15px;
	}
	#foot_pagetop a::after {
	  width: 8px;
	  height: 8px;
	}
}

/* breadcrumbs
---------------------------- */
.breadcrumbs {
	padding: 10px 0;
	line-height: 1.4;
}
.breadcrumbs ol li {
	display: inline-block;
	position: relative;
	font-size: 1.2rem;
	padding-right: 20px;
	letter-spacing: 0;
}
.breadcrumbs ol li::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.breadcrumbs ol li:last-child::after {
  display: none;
}
.breadcrumbs ol li a {
	text-decoration: underline;
}
.breadcrumbs ol li a:hover {
	text-decoration: none;
}

/* title_font_en
---------------------------- */
.title_font_en {
	margin: 0;
	padding: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 4.4rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.07em;
  display: block;
  padding-bottom: 7px;
}
.title_font_jp {
  font-size: 3.4rem;
  line-height: 1.4;
}
.title_underline {
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
  font-size: 1.6rem;
}
.title_underline::after {
  position: absolute;
  bottom: -1.2em;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 100px;
  height: 3px;
  background-color: #000;
}
@media screen and (max-width:767px) {
	.title_font_en {
		font-size: 3.4rem;
	}
	.title_font_jp {
	  font-size: 2.2rem;
	}
	.title_underline {
	  font-size: 1.4rem;
	}
	.title_underline::after {
	  bottom: -1.2em;
	  width: 5em;
	  height: 3px;
	}
}
