@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

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

   ========================================================================== */
html {
    font-family: 'Noto Sans JP', "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
}

/*.en {
	font-family: "Helvetica Neue", sans-serif;
	font-weight: 200;
}*/

/*.en {
  font-family: 'Roboto', sans-serif;
  font-weight: 0;
}*/

.ja {
	font-family: 'Noto Sans JP', "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: 300;
  font-size: 60%;
}

.layoutInner {
	max-width: 1400px;
	margin-left: auto;  margin-right: auto;
	padding-left: 1.8%;  padding-right: 1.8%;
	position: relative;
}

.layoutInner-980 {
	max-width: 980px;
	margin-left: auto;  margin-right: auto;
	padding-left: 1.8%;  padding-right: 1.8%;
	position: relative;
}

.disp-pc { display: block; }
.disp-sp { display: none; }

.coming{
	color:#ccc;
	cursor:none;
}

@media only screen and (max-width: 767px) {
	.disp-pc { display: none; }
	.disp-sp { display: block; }
}

.js-img-switch {}

.hover-opacity {
	opacity: 1;
	transition: opacity 150ms;
}
.hover-opacity:hover {
	opacity: .5;
}


/* ==========================================================================
header
   ========================================================================== */
header {
	width: 100%;
	background: rgba(255, 255, 255, .9);
	border-top: 4px solid rgba(19, 43, 134, 1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 30;
}

@media only screen and (max-width: 767px) {
	header {
		border-top: 2px solid rgba(19, 43, 134, 1);
	}
}

.header_inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
	.header_inner {
		align-items: center;
	}
}

.h_logo {
	width: 380px;
	margin: 12px 0 10px 0;
}

@media only screen and (max-width: 767px) {
	.h_logo {
		width: 190px;
		margin: 0 0 0 12px;
	}
}

.h_contact {
	font-size: 1.5rem;
	display: inline-block;
	padding: 3px 0 3px 20px;
	margin: 12px 0 0 0;
	background: url("/common/img/h_contact.png") no-repeat left center / 15px;
}

@media only screen and (max-width: 767px) {
	.h_contact {
		font-size: 0.8rem;
		padding: 3px 0 3px 18px;
		margin: 0 12% 0 0;
	}
}

/* ==========================================================================
.gNav
   ========================================================================== */
.gNav {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.gNav_inner {  }

.gNav_first {
	color: rgba(19, 43, 134, 1);
	font-size: 2.2rem;
	text-align: right;
	width: 100%;
	padding: 0 0 0 1.8%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
  font-weight: 500;
  letter-spacing: .01em;
  max-width: 1400px;
  margin: 0 auto;
}
.gNav_first .ja{
  font-size: 60%;
  font-weight: 500;
}
.fw300{
  font-weight: 300;
}
@media (min-width: 767px) {
  .gNav_first > li{
    padding-bottom: 5px;
  }
}

.gNav_first > li > a {
	text-align: center;
	display: block;
	margin: 0 0 0 60px;
	padding: 0 0 5px 0;
	position: relative;
  cursor: pointer;
}

.gNav_first > li > span {
	text-align: center;
	display: block;
	margin: 0 0 0 60px;
	padding: 0 0 5px 0;
	position: relative;
  color: #CCC;
}

.gNav_first > li > a.active:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid rgba(19, 43, 134, 1);
}

.gNav_second {
	color: #fff;
	width: 100%;
	background: rgba(19, 43, 134, .7) url("/common/img/gnav/gnav_bg.png");
	position: absolute;
	top: 52px;
	left: 0;
	display: none;
}

.gNav_second_inner {
	display: flex;
	justify-content: space-between;
}

.gNav_second_inner > *:first-child {
	width: 45%;
}

.gNav_second_title {
  position: relative;
	text-align: left;
	font-size: 1.4rem;
	margin: 70px 0 0 0;
	align-items: center;
  text-align: center;
}

.gNav_second_title .en {
	font-size: 3.1rem;
	display: inline-block;
  font-weight: 300;
	padding: 0 0 10px 0;
	margin: 0 0 8px 0;
  text-align: center;
}
.gNav_second_title:after{
  position: relative;
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  left: 50%;
  margin-left: -15px;
  background: #FFF;
}

.gNav_second_ja{
  padding-top: 20px;
  font-size: 1.8rem;
  text-align: center;
}
.gNav_second_links-text {
	text-align: left;
	margin: 20px 0 0 25px;
	overflow: hidden;
}

.gNav_second_links-text.gNav_second_links-text-2column > li {
	width: 50%;
	float: left;
}

.gNav_second_links-text > li > a {
	font-size: 1.4rem;
	display: inline-block;
	margin: 0 0 25px 0;
}
.gNav_second_links-text > li > span{
  font-size: 1.4rem;
	display: inline-block;
	margin: 0 0 25px 0;
  color: #BBB;
}
.gNav_second_links-panel {
	width: 560px;
	overflow: hidden;
}

.gNav_second_links-panel .w50 {
	width: 50%;
	float: left;
	overflow: hidden;
}

.gNav_second_links-panel a {
	display: block;
	float: left;
	position: relative;
}
.csl{
  background: #777;
}
.csl:after{
  display: block;
  content: "COMING SOON";
  position: absolute;
  top: 32px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  letter-spacing: .05em;
  color: #CCC;
}
.csl img{
  opacity: .2;
}

.navb{
  display: block;
  height: 83.7px;
  background: url('') no-repeat center / cover;
  text-align: center;
  box-sizing: border-box;
  padding-top: 22px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.corporate--01{
  width: 100%;
  height: 251px;
  padding-top: 110px;
  background-image: url(../img/gnav/gnav_corporate_01-pc.jpg);
  background-position: center;
}
.corporate--02{
  width: 100%;
  background-image: url(../img/gnav/gnav_corporate_02-pc.jpg);
}
.corporate--03{
  width: 100%;
  background-image: url(../img/gnav/gnav_corporate_03-pc.jpg);
}
.corporate--04{
  width: 100%;
  background-image: url(../img/gnav/gnav_corporate_04-pc.jpg);
}
.business--01{
  background-image: url(../img/gnav/gnav_business_01-pc.jpg);
}
.business--02{
  background-image: url(../img/gnav/gnav_business_02-pc.jpg);
}
.business--03{
  background-image: url(../img/gnav/gnav_business_03-pc.jpg);
}
.business--04{
  background-image: url(../img/gnav/gnav_business_04-pc.jpg);
}
.business--05{
  width: 100%;
  background-image: url(../img/gnav/gnav_business_05-pc.jpg);
}

@media only screen and (max-width: 767px) {
  #main{
    padding-top: 45px;
  }
	.gNav {
		width: 100%;
		position: fixed;
		top: 44px;
		bottom: 0;
		left: 0;
		right: 0;
		display: none;
	}

	.gNav_inner {
		width: 100%;
		height: 100%;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}

	.gNav_first {
		color: rgba(19, 43, 134, 1);
		font-size: 1rem;
		text-align: right;
		width: 100%;
		padding: 0 0;
		display: block;
	}

	.gNav_first > li > a {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}

  .gNav_first > li > span {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}

  .gNav_first > li > span {
    background: #333;
	}
  .gNav_first > li > span img{
    opacity: .4;
	}

	.gNav_first > li > a.active:after {
		display: none !important;
	}

	.gNav_second {
		background: transparent;
		position: relative;
		top: 0;
		left: 0;
		display: none;
	}

	.gNav_second_inner {
		width: 100%;
		padding: 0 0 0 0;
		display: block;
	}

	.gNav_second_inner > *:first-child {
		display: none;
	}

	.gNav_second_links-panel {
		width: 100%;
	}

	.gNav_second_links-panel .w50 {
		width: 100%;
		float: none;
	}

	.gNav_second_links-panel .w50-sp {
		width: 50%;
		float: left;
	}

	.gNav_second_links-panel a {
		display: block;
		float: none;
	}

	/* arrow */
	.gNav_first > li > a:not([href]):after,
	.gNav_first > li > a.active:not([href]):after {
		content: '';
		display: block;
		width: 13px;
		height: 1px;
		border-bottom: 1px solid #fff;
		position: absolute;
		top: 50%;
		right: 50px;
		bottom: auto;
		left: auto;
	}
	.gNav_first > li > a:not([href]):before {
		content: '';
		display: block;
		width: 1px;
		height: 13px;
		border-right: 1px solid rgba(255, 255, 255, 1);
		position: absolute;
		top: 50%;
		right: 56px;
		margin-top: -5px;
	}
	.gNav_first > li > a.active:not([href]):before {
		display: none !important;
	}

	.gNav_first > li > a[href]:after {
		content: '';
		display: block;
		width: 7px;
		height: 7px;
		border-top: 1px solid rgba(255, 255, 255, 1);
		border-right: 1px solid rgba(255, 255, 255, 1);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 50px;
		margin-top: -5px;
	}

	.gNav_second_links-panel a:not(.csl):after {
		content: '';
		display: block;
		width: 7px;
		height: 7px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 3%;
		margin-top: -5px;
	}
  .csl::after {
    top: 7vw;
    font-size: 1.2rem;
  }

  .gNav_second_links-panel a.business--02:not(.csl):after {
    right: 3%;
    top: 60%;
  }
  .gNav_second_links-panel a.business--01:not(.csl):after {
    right: 3%;
    top: 60%;
  }


	/* .gNav-simple */
	.gNav-simple .gNav_first > li > a {
		text-align: left;
		padding: 15px 20px;
		border-bottom: 1px solid rgba(151, 151, 151, .9);
		background: rgba(255, 255, 255, 1);
		position: relative;
	}

  .gNav-simple .gNav_first > li > span {
		text-align: left;
		padding: 15px 20px;
		border-bottom: 1px solid rgba(151, 151, 151, .9);
		background: rgba(255, 255, 255, 1);
		position: relative;
	}

  .gNav-simple .gNav_first > li > span {
    background: #CCC;
  }

  .gNav-simple .gNav_first > li > span img{
    opacity: .5;
  }

	.gNav-simple .gNav_second_links > li > a {
		text-align: left;
		display: block;
		padding: 8px 20px;
		background: rgba(151, 151, 151, .9);
		border-bottom: 1px solid rgba(255, 255, 255, 1);
		position: relative;
	}

	/* .gNav-simple -- arrow */
	.gNav-simple .gNav_first > li > a:not([href]):after {
		content: '';
		display: block;
		width: 11px;
		height: 1px;
		border-bottom: 1px solid rgba(19, 43, 134, 1);
		position: absolute;
		top: 50%;
		right: 12px;
	}
	.gNav-simple .gNav_first > li > a:not([href]):before {
		content: '';
		display: block;
		width: 1px;
		height: 11px;
		border-right: 1px solid rgba(19, 43, 134, 1);
		position: absolute;
		top: 50%;
		right: 17px;
		margin-top: -4px;
	}
	.gNav-simple .gNav_first > li > a.active:not([href]):before {
		display: none !important;
	}

	.gNav-simple .gNav_first > li > a[href]:after {
		content: '';
		display: block;
		width: 7px;
		height: 7px;
		border-top: 1px solid rgba(19, 43, 134, 1);
		border-right: 1px solid rgba(19, 43, 134, 1);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -5px;
	}

	.gNav-simple .gNav_second_links > li > a:after {
		content: '';
		display: block;
		width: 7px;
		height: 7px;
		border-top: 1px solid rgba(255, 255, 255, 1);
		border-right: 1px solid rgba(255, 255, 255, 1);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -5px;
	}
  .bana1{
    height: 31vw;
    font-size: 2rem;
    color: #FFF;
    box-sizing: border-box;
    padding-top: 10vw;
  }
  .navb{
    display: block;
    height: 20vw;
    text-align: center;
    box-sizing: border-box;
    padding-top: 5vw;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .corporate{
    background: url(../img/gnav/gnav_corporate_00.jpg) no-repeat center bottom / cover;
  }
  .ir{
    background: url(../img/gnav/gnav_ir-sp.jpg) no-repeat center bottom /cover;
  }
  .csr{
    background: url(../img/gnav/gnav_csr00.jpg) no-repeat center bottom / cover;
  }
  .recruit{
    background: url(../img/gnav/gnav_recruit00.jpg) no-repeat center bottom / cover;
  }
  .corporate--01{
    width: 100%;
    height: 20vw;
    background-image: url(../img/gnav/gnav_corporate_01-sp.jpg);
    background-position: right center;
  }
  .corporate--02{
    width: 100%;
    background-image: url(../img/gnav/gnav_corporate_02-pc.jpg);
  }
  .corporate--03{
    width: 100%;
    background-image: url(../img/gnav/gnav_corporate_03-pc.jpg);
    background-position: center top;
  }
  .corporate--04{
    width: 100%;
    background-image: url(../img/gnav/gnav_corporate_04-pc.jpg);
    background-position: center top;
  }
  .business{
    background: url(../img/gnav/gnav_business_00.png) no-repeat center bottom / cover;
  }
  .business--01{
    background-image: url(../img/gnav/gnav_business_01-pc.jpg);
  }
  .business--02{
    background-image: url(../img/gnav/gnav_business_02-pc.jpg);
  }
  .business--03{
    background-image: url(../img/gnav/gnav_business_03-pc.jpg);
  }
  .business--04{
    background-image: url(../img/gnav/gnav_business_04-pc.jpg);
  }
  .business--05{
    width: 100%;
    background-image: url(../img/gnav/gnav_business_05-pc.jpg);
  }
}

/* ==========================================================================
.gNav-trigger_cross
   ========================================================================== */
.gNav-trigger {
	display: none;
}
.spbr{
  display: none;
}
.pcbr{
  display: block;
}
@media only screen and (max-width: 767px) {
  .spbr{
    display: block;
  }
  .pcbr{
    display: none;
  }
	.gNav-trigger {
		display: block;
		width: 22px;
		height: 24px;
		background: url("/common/img/gnav/gnav-trigger_open.png") no-repeat center bottom / contain;
		position: absolute;
		top: 10px;
		right: 1.8%;
	}

	.gNav-trigger.active {
		background: url("/common/img/gnav/gnav-trigger_close.png") no-repeat center bottom / contain;
	}


	.gNav-trigger_cross {
		display: block;
		width: 22px;
		height: 14px;
		position: relative;
	}
	.gNav-trigger_cross,
	.gNav-trigger_cross span {
		display: inline-block;
		transition: all 200ms;
		box-sizing: border-box;
	}
	.gNav-trigger_cross span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: rgba(19, 43, 134, 1);
		border-radius: 4px;
	}
	.gNav-trigger_cross span:nth-of-type(1) {  top: 0;  }
	.gNav-trigger_cross span:nth-of-type(2) {  top: 6px;  }
	.gNav-trigger_cross span:nth-of-type(3) {  bottom: 0;  }

	.gNav-trigger.active .gNav-trigger_cross span:nth-of-type(1) {  transform: translateY(6px) rotate(-45deg);  }
	.gNav-trigger.active .gNav-trigger_cross span:nth-of-type(2) {  opacity: 0;  }
	.gNav-trigger.active .gNav-trigger_cross span:nth-of-type(3) {  transform: translateY(-6px) rotate(45deg);  }

	.gNav_footer_inner {
		width: 100%;
		display: flex;
		align-items: center;
		background: #808080;
	}

	.gNav_footer_pagetop {
		display: block;
		width: 35px;
		height: 35px;
		background: #333333;
	}

	.gNav_footer .copyright {
		color: #fff;
		font-size: 0.8rem;
		flex: 1 1 auto;
		padding: 0 20px;
	}
}

/* ==========================================================================
footer
   ========================================================================== */
footer {
	width: 100%;
	padding: 20px 0 130px 0;
}

.footer_inner {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	footer {
		padding: 40px 0 40px 0;
	}

	.footer_inner {
		display: block;
	}
}

.f_linkList {
	font-size: 1.2rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.f_linkList a {
	display: block;
	padding: 0 10px 0 0;
	margin: 0 40px 0 0;
	position: relative;
}

.f_linkList a:after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -3px;
}

@media only screen and (max-width: 767px) {
	.f_linkList {
		font-size: 1.0rem;
		display: block;
		margin: 30px 0 0 0;
	}

	.f_linkList a {
		color: #808080;
		display: block;
		width: 50%;
		margin: 0 auto 30px auto;
		padding: 0 0 0 0;
	}

	.f_linkList a:after {
		content: '';
		display: block;
		width: 5px;
		height: 5px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -3px;
	}
}

footer .copyright {
	font-size: 1.0rem;
}

@media only screen and (max-width: 767px) {
	footer .copyright {
		color: #808080;
		text-align: center;
	}
}
