/* ---------------------------------------------------------------
start COMMON CSS
--------------------------------------------------------------- */

/* noto-sans-jp-regular - japanese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-jp-v28-japanese-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-jp-v28-japanese-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-jp-v28-japanese-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-jp-v28-japanese-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-jp-v28-japanese-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-jp-v28-japanese-regular.svg#NotoSansJP') format('svg'); /* Legacy iOS */
}
/* noto-sans-jp-500 - japanese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/noto-sans-jp-v28-japanese-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-jp-v28-japanese-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-jp-v28-japanese-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-jp-v28-japanese-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-jp-v28-japanese-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-jp-v28-japanese-500.svg#NotoSansJP') format('svg'); /* Legacy iOS */
}
/* noto-sans-jp-700 - japanese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-jp-v28-japanese-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-jp-v28-japanese-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-jp-v28-japanese-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-jp-v28-japanese-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-jp-v28-japanese-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-jp-v28-japanese-700.svg#NotoSansJP') format('svg'); /* Legacy iOS */
}
/* noto-sans-jp-900 - japanese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/noto-sans-jp-v28-japanese-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-sans-jp-v28-japanese-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-sans-jp-v28-japanese-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-sans-jp-v28-japanese-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-sans-jp-v28-japanese-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-sans-jp-v28-japanese-900.svg#NotoSansJP') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'Noto Serif JP';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: local("Noto Serif JP"),
		url(../fonts/NotoSerifJP-Light.woff2) format('woff2'),
		url(../fonts/NotoSerifJP-Light.woff) format('woff'),
		url(../fonts/NotoSerifJP-Light.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Serif JP';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local("Noto Serif JP"),
		url(../fonts/NotoSerifJP-Regular.woff2) format('woff2'),
		url(../fonts/NotoSerifJP-Regular.woff) format('woff'),
		url(../fonts/NotoSerifJP-Regular.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Serif JP';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local("Noto Serif JP"),
		url(../fonts/NotoSerifJP-Medium.woff2) format('woff2'),
		url(../fonts/NotoSerifJP-Medium.woff) format('woff'),
		url(../fonts/NotoSerifJP-Medium.otf) format('opentype');
}

.sans {
	font-family: 'Noto Sans JP', Meiryo, sans-serif;
}

.serif {
	font-family: 'Noto Serif JP', serif;
}

* {
	-webkit-box-sizing : border-box ;
	-moz-box-sizing : border-box ;
	box-sizing : border-box ;
}

body {
	width: 100%;
	margin: 0;
	padding: 79px 0 0 0;
	color: #333333;
	font-family: 'Noto Serif JP', serif;
	font-size: 15px;
	line-height: 1.85;
	font-weight: 500;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	z-index: 0;
	opacity: 0;
	transition: opacity .1s;
}

body.font-load {
	opacity: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

a {
	outline: none;
	color: #0096b0;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

button {
	outline: none;
}

img {
	vertical-align: bottom;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.alignjust {
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

.w100{
	width: 100%;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.red {
	color: #e60012;
}

.under {
	text-decoration: underline;
}

.iblock {
	display: inline-block;
}

.indent1 {
	padding-left: 1em;
	text-indent: -1em;
}

.indent1 * {
	text-indent: 0;
}

#wrap {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}



/* --------------- header --------------- */

header {
	width: 100%;
	height: 79px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	box-shadow: 0 2px 8px rgb(0 0 0 / 10%);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.inner_header {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0 2%;
	display: flex;
	align-items: center;
}

.logo_header {
	width: 266px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	flex-shrink: 0;
	transition: .2s;
	line-height: 1;
}

	.logo_header:hover {
		opacity: 0.75;
	}

.nav_header {
	margin: 0 0 0 auto;
	padding: 0;
	display: flex;
	align-items: center;
}

.nav_header ul {
	margin: 0 30px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}

.nav_header ul li {
	margin: 0;
	padding: 0 14px;
}

.nav_header ul li.pc_none {
	display: none;
}

.nav_header ul li a {
	margin: 0;
	padding: 0 3px;
	color: #717071;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	position: relative;
	z-index: 0;
}

.nav_header ul li a:after {
	content: "";
	width: 0%;
	height: 2px;
	background-color: #1d4b95;
	position: absolute;
	bottom: -4px;
	left: 0;
	transition: .4s ease;
}

.nav_header ul li a:hover:after,
.nav_header ul li.current a:after {
	width: 100%;
}

.btn_header_rec:hover {
	background-color: #407e00;
}


.btn_rec_header {
	width: 132px;
	height: 48px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	background-color: #1d4b95;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .2s;
}

	.btn_rec_header:hover {
		background-color: #0858d9;
	}

#menubtn {
	display: none;
}

/* --------------- footer --------------- */

.pagetop {
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	background-color: rgba(173,173,174,0.8);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 5;
	cursor: pointer;
	transition: background .3s;
	display: none;
}

.pagetop:before {
	content: "";
	width: 20px;
	height: 20px;
	margin: -6px 0 0 -10px;
	padding: 0 0 0 0;
	border-left: solid 1.5px #fff;
	border-top: solid 1.5px #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

footer {
	margin: 0;
	padding: 40px 0 15px;
	color: #fff;
	background-color: #466299;
	position: relative;
}

footer a {
	color: #fff;
	text-decoration: none;
}

	footer a:hover,
	footer a:hover .iblock {
		text-decoration: underline;
	}

.inner_footer {
	width: 96%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0;
}

.logo_footer {
	width: 266px;
	margin: 0 0 32px;
	display: block;
	transition: .2s;
}

	.logo_footer:hover {
		opacity: 0.75;
	}

.wrap_footer_link {
	margin: 0 0 40px;
	padding: 0;
	font-size: 14px;
	font-weight: 300;
	display: flex;
}

.wrap_footer_link dl {
	width: 160px;
	margin: 0 35px 0 0;
	padding: 0;
	line-height: 1.5;
}

.wrap_footer_link dl.brand {
	width: 175px;
}

.wrap_footer_link dl.company {
	width: 120px;
}

.wrap_footer_link dl.recruit {
	width: 190px;
}

.wrap_footer_link dl.group {
	width: 280px;
}

.wrap_footer_link dl:last-of-type {
	margin-right: 0;
}

.wrap_footer_link dl dt {
	margin: 0 0 4px;
	padding: 0;
	font-weight: 500;
}

.wrap_footer_link dl dt.single {
	margin-bottom: 12px;
}

.wrap_footer_link dl dd {
	min-height: 110px;
	margin: 0;
	padding: 8px 0 10px 15px;
	font-weight: 400;
	border-left: solid 1px #fff;
}

.wrap_footer_link dl dd ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wrap_footer_link dl dd ul li {
	margin: 0 0 4px;
	padding: 0;
}

.wrap_footer_link dl dd ul li:last-of-type {
	margin-bottom: 0;
}

.copyright {
	text-align: center;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}



/* --------------- common --------------- */

.bg_pagettl {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bg_pagettl .col_pagettl {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	font-size: 17px;
	line-height: 1.6;
	text-align: center;
}

.bg_pagettl dl.col_pagettl dt {
	margin: 0 0 20px;
	padding: 0;
}

.bg_pagettl .col_pagettl .pagettl {
	margin: 0;
	padding: 0;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.2em;
}

.bg_pagettl dl.col_pagettl dd {
	margin: 0;
	padding: 0;
	letter-spacing: 0.05em;
}










/* ---------------------------------------------------------------
	start max 1260px
--------------------------------------------------------------- */

@media screen and ( max-width: 1260px ) {

/* --------------- header --------------- */

	.nav_header ul {
		margin-right: 20px;
	}

	.nav_header ul li {
		padding: 0 12px;
	}



}

/* ---------------------------------------------------------------
	end max 1200px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start min 1034px
--------------------------------------------------------------- */

@media screen and ( min-width: 1034px ) {

	.pc_none {
		display: none;
	}


}

/* ---------------------------------------------------------------
	end min 1034px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 1033px
--------------------------------------------------------------- */

@media screen and ( max-width: 1033px ) {

	body {
		padding-top: 62px;
	}

/* --------------- header --------------- */

	header {
		height: 62px;
	}

	.inner_header {
		padding-right: 0;
	}

	.nav_header {
		width: 100%;
		max-width: 240px;
		height: calc(100vh - 62px);
		margin: 0;
		padding: 0;
		font-family: 'Noto Sans JP', sans-serif;
		background-color: #000;
		display: none;
		position: absolute;
		top: 62px;
		right: 0;
		overflow: auto;
	}

	.nav_header ul {
		margin: 0;
		padding: 18px 30px;
		display: block;
	}

	.nav_header ul li {
		margin: 0;
		padding: 0;
	}

	.nav_header ul li.pc_none {
		display: block;
	}

	.nav_header ul li a {
		width: 100%;
		padding: 6px 10px;
		color: #fff;
		font-size: 15px;
		font-weight: 500;
		text-align: left;
		display: block;
		position: relative;
		z-index: 0;
	}

	.nav_header ul li a:after {
		content: none;
	}

	.btn_rec_header {
		width: 122px;
		height: 41px;
		margin-right: 15px;
		margin-left: auto;
	}

	#menubtn {
		width: 62px;
		height: 100%;
		margin: 0;
		padding: 0;
		display: block;
		position: relative;
		z-index: 2;
		transition: .2s;
	}

	#menubtn.active {
		background-color: #000;
	}

	#menubtn .btn {
		width: 38px;
		height: 100%;
		margin: 0 auto;
		position: relative;
		z-index: 0;
	}

	#menubtn .btn span {
		width: 100%;
		height: 3px;
		margin: auto;
		padding: 0;
		background-color: #000;
		display: inline-block;
		transition: all .4s;
		-moz-transition: all .4s;
		-webkit-transition: all .4s;
		position: absolute;
		left: 0;
		right: 0;
	}

	#menubtn.active .btn span {
		background-color: #fff;
	}

	#menubtn span:nth-child(1) {
		top: calc(100% - 18px);
	}

	#menubtn span:nth-child(2) {
		top: calc(100% - 31px);
	}

	#menubtn span:nth-child(3) {
		top: calc(100% - 44px);
	}

	#menubtn.active span:nth-of-type(1) {
		width: 96%;
		-webkit-transform: translateY(20px) rotate(-45deg);
		transform: translateY(20px) rotate(-45deg);
		top: calc(100% - 52px);
	}

	#menubtn.active span:nth-of-type(2) {
		opacity: 0;
	}

	#menubtn.active span:nth-of-type(3) {
		width: 96%;
		-webkit-transform: translateY(-20px) rotate(45deg);
		transform: translateY(-20px) rotate(45deg);
		top: calc(100% - 12px);
	}


/* --------------- footer --------------- */


	.wrap_footer_link dl {
		margin-right: 25px;
	}

	#overlay {
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 10;
		transition: all .4s;
		visibility: hidden;
	}

	.open #overlay {
		background: rgba(0,0,0,0.6);
		visibility: visible;
	}
}

/* ---------------------------------------------------------------
	end max 1033px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 850px
--------------------------------------------------------------- */

@media screen and ( max-width: 850px ) {

/* --------------- footer --------------- */

	.logo_footer {
		margin-left: auto;
		margin-right: auto;
	}

	.wrap_footer_link {
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
		flex-wrap: wrap;
		justify-content: center;
	}

	.wrap_footer_link dl {
		margin-right: 35px;
		margin-bottom: 40px;
	}

	.wrap_footer_link dl:nth-of-type(3) {
		margin-right: 0;
	}

	.wrap_footer_link dl:last-of-type {
		margin-bottom: 0;
	}

}

/* ---------------------------------------------------------------
end max 850px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start min 701px
--------------------------------------------------------------- */

@media print,screen and ( min-width: 701px ) {

	img {
		image-rendering: -webkit-optimize-contrast;
	}

	.tab_none {
		display: none;
	}



}

/* ---------------------------------------------------------------
	end min 701px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 700px
--------------------------------------------------------------- */

@media screen and ( max-width: 700px ) {

	body {
		padding-top: 58px;
	}

	.sp_none {
		display: none;
	}


/* --------------- header --------------- */

	header {
		height: 58px;
	}

	.logo_header {
		width: 240px;
	}

	.btn_rec_header {
		width: 96px;
		height: 38px;
	}

	.nav_header {
		height: calc(100vh - 58px);
		top: 58px;
	}

	#menubtn {
		width: 58px;
	}

	#menubtn .btn {
		width: 34px;
	}

	#menubtn span:nth-child(1) {
		top: calc(100% - 41px);
	}

	#menubtn span:nth-child(2) {
		top: calc(100% - 29px);
	}

	#menubtn span:nth-child(3) {
		top: calc(100% - 17px);
	}

	#menubtn.active span:nth-of-type(1) {
		top: calc(100% - 50px);
	}

	#menubtn.active span:nth-of-type(3) {
		top: calc(100% - 10px);
	}


	/* --------------- footer --------------- */

	footer {
		padding: 30px 0 25px;
	}

	.inner_footer {
		width: 90%;
	}

	.logo_footer {
		margin-bottom: 40px;
	}

	.wrap_footer_link {
		display: none;
	}


	/* --------------- common sub --------------- */
	
	.bg_pagettl dl.col_pagettl dt {
		margin: 0 0 3.6vw;
	}
	
	.bg_pagettl .col_pagettl .pagettl {
		font-size: min( 7.2vw, 40px );
	}
	
	.bg_pagettl .col_pagettl {
		font-size: min( 3vw, 15px );
	}


}

/* ---------------------------------------------------------------
	end max 700px
--------------------------------------------------------------- */

/* ---------------------------------------------------------------
	start max 450px
--------------------------------------------------------------- */

@media screen and ( max-width: 450px ) {

	.logo_header {
		width: 210px;
		margin-right: 15px;
		flex-shrink: 1;
	}

	.btn_rec_header {
		width: 88px;
		margin-right: 10px;
	}

}

/* ---------------------------------------------------------------
	end max 450px
--------------------------------------------------------------- */
