@charset "UTF-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-tap-highlight-color: transparent;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

body {
	background-color: #fff;
	letter-spacing: 0;
	font-weight: 400;
	font-style: normal;
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height: 1.8;
	color: #050e14;
}

a {
	outline: none;
	color: #050e14;
	text-decoration: none;
}

img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

p {
	text-align: justify;
}

@media screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}

	html {
		overflow-y: scroll;
	}

	body {
		font-size: 15px;
	}
}

@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}

	html {
		font-size: 3.4vw;
	}
}

/*===============*/
/*! wrapper */
/*===============*/

.wrapper {
	animation: fadeIn 1s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@media screen and (max-width: 768px) {
	.wrapper {
		min-width: 100%;
	}
}

/*===============*/
/*! header */
/*===============*/
header {
	position: fixed;
	top: 0;
	z-index: 10000;
	min-width: 1000px;
	width: 100%;
	background-color: #fff;
}

header .main,
header nav .menu {
	/*max-width: 1000px;*/
	width: 95%;
	height: 64px;
}

/*! main */
header .main {
	position: relative;
	margin: 0 auto;
}

header .main .logo {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
	transform: translateY(-50%);
}

header .main .logo a,
header .main .logo span {
	display: block;
	width: 200px;
}

body.dv_pc header .main .logo a {
	transition: opacity 0.2s 0.2s;
}

body.dv_pc header .main .logo a:hover {
	opacity: 0.6;
}

header .main .entry,
header .main .internship {
	position: absolute;
	top: 50%;
	z-index: 10;
	width: 130px;
	transform: translateY(-50%);
}

header .main .entry {
	right: 190px;
}

header .main .internship {
	right: 50px;
}

header .main .twitter {
	position: absolute;
	top: 16px;
	right: 100px;
	z-index: 10;
}

header .main .instagram {
	position: absolute;
	top: 14px;
	right: 47px;
	z-index: 10;
}

header .main .tiktok {
	position: absolute;
	top: 14px;
	right: 0;
	z-index: 10;
}
@media screen and (max-width: 768px) {
	header .main .twitter {
		display: none;
	}

	header .main .instagram {
		display: none;
	}

	header .main .tiktok {
		display: none;
	}
}

header .main .twitter a {
	display: block;
	transition: opacity 0.2s 0.2s;
}

body.dv_pc header .main .twitter a:hover {
	opacity: 0.5;
}

header .main .entry a,
header .main .internship a {
	position: relative;
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 85%;
	line-height: 32px;
}

header .main .entry a {
	background-color: #b62b00;
	color: #fff;
}

header .main .internship a {
	background-color: #fccf01;
	color: #000;
}

body.dv_pc header .main .entry a::before,
body.dv_pc header .main .internship a::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	transition-delay: 0.2s;
	transition-timing-function: linear;
	transition-duration: 0.05s;
	transition-property: top, right, bottom, left;
}

body.dv_pc header .main .entry a::before {
	border: 1px solid #b62b00;
}

body.dv_pc header .main .internship a::before {
	border: 1px solid #fccf01;
}

body.dv_pc header .main .entry a:hover::before,
body.dv_pc header .main .internship a:hover::before {
	top: -3px;
	right: -3px;
	bottom: -3px;
	left: -3px;
}

@media screen and (max-width: 768px) {
	header {
		left: 0;
		min-width: 0;
	}

	header .main,
	header nav .menu {
		margin: 0;
		max-width: none;
		width: 100%;
		height: 3.5em;
	}

	header .main .logo,
	header .main .logo {
		left: 1em;
	}

	header .main .logo a,
	header .main .logo span {
		width: auto;
	}

	header .main .logo a img,
	header .main .logo span img {
		display: block;
		width: auto;
		height: 2em;
	}

	header .main .entry {
		right: 7.5em;
		width: 6em;
	}

	header .main .entry a {
		line-height: 2em;
	}

	body.dv_pc header .main .entry a::before {
		display: none;
	}

	header .main .twitter {
		top: -0.5em;
		right: 3em;
		width: 4.5em;
	}

	header .nav_bt {
		position: absolute;
		top: 0;
		right: 0;
		width: 4.5em;
		height: 3.5em;
		cursor: pointer;
	}

	header .nav_bt span {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 2em;
		height: 1.4em;
		transform: translate(-50%, -50%);
	}

	header .nav_bt span i {
		position: absolute;
		top: calc(50% - 1px);
		width: 2em;
		height: 2px;
		background-color: #0e283a;
		/*transition-timing-function: linear;
		transition-duration: .05s;
		transition-property: opacity;*/
	}

	header .nav_bt.on span i {
		opacity: 0;
	}

	header .nav_bt span::before,
	header .nav_bt span::after {
		position: absolute;
		left: 0;
		width: 2em;
		height: 2px;
		background-color: #0e283a;
		content: "";
		/*transition-timing-function: linear;
		transition-duration: .05s;
		transition-property: top, transform;*/
	}

	header .nav_bt span::before {
		top: 0;
	}

	header .nav_bt span::after {
		bottom: 0;
	}

	header .nav_bt.on span::before {
		top: calc(50% - 1px);
		transform: rotate(45deg);
	}

	header .nav_bt.on span::after {
		bottom: calc(50% - 1px);
		transform: rotate(-45deg);
	}
}

@media screen and (min-width: 769px) {
	/*! menu */
	header .menu {
		position: absolute;
		top: 0;
		left: 50%;
		z-index: 1;
		transform: translateX(-50%);
	}

	header nav.pc .menu ul {
		position: absolute;
		top: 0;
		right: 160px;
		bottom: 0;
	}

	header nav.pc .menu li {
		position: relative;
		float: left;
	}

	header nav.pc .menu li a,
	header nav.pc .menu li span {
		position: relative;
		display: block;
		padding: 0 0.75em;
		white-space: nowrap;
		font-weight: 600;
		line-height: 64px;
		cursor: pointer;
		font-size: 0.6875rem;
	}

	header nav.pc .menu li span {
		color: #aaa;
		cursor: auto;
	}

	header nav.pc .menu li.current::before {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 100;
		width: 100%;
		height: 5px;
		background-color: #fccf01;
		content: "";
		transition-delay: 0.2s;
		transition-timing-function: linear;
		transition-duration: 0.05s;
		transition-property: height;
	}

	header nav.pc .menu li a i {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 100;
		overflow: hidden;
		width: 100%;
		height: 0;
		transition-delay: 0.2s;
		transition-timing-function: linear;
		transition-duration: 0.05s;
		transition-property: height, bottom;
	}

	header nav.pc .menu li a:hover i,
	header nav.pc .menu li.on a i {
		bottom: -5px;
		height: 10px;
	}

	header nav.pc .menu li a i::before {
		position: absolute;
		bottom: 50%;
		left: 0;
		width: 100%;
		height: 0;
		background-color: #b62b00;
		content: "";
		transition-delay: 0.2s;
		transition-timing-function: linear;
		transition-duration: 0.05s;
		transition-property: height;
	}

	header nav.pc .menu li a:hover i::before {
		height: 5px;
	}

	header nav.pc .menu li.on a i::before {
		height: 5px;
	}

	/*
	header nav.pc .menu li a i::after {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 0;
		height: 0;
		border-width: 5px 5px 0 5px;
		border-style: solid;
		border-color: #B62B00 transparent transparent transparent;
		content: "";
		opacity: 0;
		transition-delay: .2s;
		transition-timing-function: linear;
		transition-duration: .05s;
		transition-property: opacity;
		transform: translateX(-50%);
	}

	header nav.pc .menu li.on a i::after {
		opacity: 1;
	}
	*/

	/*! menu_sub */
	header nav.pc .menu_sub {
		position: absolute;
		top: 100%;
		display: none;
		width: 100%;
		background-color: #0e283a;
	}

	header nav.pc .menu_sub li {
		display: none;
		margin: 0 auto;
		/*max-width: 1000px;*/
		width: 90%;
		opacity: 0;
	}

	header nav.pc .menu_sub li.on {
		display: block;
		opacity: 1;
		animation-name: fade-in;
		animation-duration: 0.5s;
	}

	@keyframes fade-in {
		0% {
			display: none;
			opacity: 0;
		}

		1% {
			display: block;
			opacity: 0;
		}

		100% {
			display: block;
			opacity: 1;
		}
	}

	header nav.pc .menu_sub dl {
		position: relative;
		display: block;
		padding: 15px 0;
		text-align: right;
	}

	header nav.pc .menu_sub dl dt {
		position: absolute;
		top: 50%;
		color: #fff;
		letter-spacing: 0.05em;
		font-weight: 700;
		font-size: 110%;
		opacity: 0.5;
		transform: translateY(-50%);
	}

	header nav.pc .menu_sub dl dd {
		position: relative;
		display: inline-block;
		margin-left: 5px;
		vertical-align: middle;
	}

	header nav.pc .menu_sub dl dd.current::before {
		position: absolute;
		bottom: -2px;
		left: 50%;
		width: 0;
		height: 0;
		border-width: 0 3px 4px 3px;
		border-style: solid;
		border-color: transparent transparent #fff transparent;
		content: "";
		opacity: 0.75;
		transform: translateX(-50%);
	}

	header nav.pc .menu_sub dl dd a {
		display: block;
		color: #fff;
		text-align: center;
		line-height: 1.3;
	}

	header nav.pc .menu_sub dl dd a span {
		display: block;
		padding: 5px 10px;
		color: #fff;
		text-align: center;
		line-height: 1.3;
	}

	header nav.pc .menu_sub dl dd a strong {
		display: block;
		margin-bottom: 0.25em;
		white-space: nowrap;
		font-size: 80%;
	}

	header nav.pc .menu_sub dl dd a small {
		display: none;
		/*display: block;*/
		padding-left: 0.025em;
		white-space: nowrap;
		letter-spacing: 0.025em;
		font-weight: 700;
		font-size: 62%;
		font-family: urw-din, sans-serif;
		opacity: 0.4;
	}

	body.dv_pc header nav.pc .menu_sub dl dd a::before,
	body.dv_pc header nav.pc .menu_sub dl dd a::after,
	body.dv_pc header nav.pc .menu_sub dl dd a span::before,
	body.dv_pc header nav.pc .menu_sub dl dd a span::after {
		position: absolute;
		width: 3px;
		height: 3px;
		border: 1px solid #fff;
		content: "";
		opacity: 0;
		transition-delay: 0.2s;
		transition-timing-function: linear;
		transition-duration: 0.1s;
		transition-property: opacity, top, right, bottom, left;
	}

	body.dv_pc header nav.pc .menu_sub dl dd a::before {
		top: 3px;
		left: 3px;
		border-width: 1px 0 0 1px;
	}

	body.dv_pc header nav.pc .menu_sub dl dd a::after {
		top: 3px;
		right: 3px;
		border-width: 1px 1px 0 0;
	}

	body.dv_pc header nav.pc .menu_sub dl dd a span::before {
		bottom: 3px;
		left: 3px;
		border-width: 0 0 1px 1px;
	}

	body.dv_pc header nav.pc .menu_sub dl dd a span::after {
		right: 3px;
		bottom: 3px;
		border-width: 0 1px 1px 0;
	}

	body.dv_pc header nav.pc .menu_sub dl dd a:hover::before,
	body.dv_pc header nav.pc .menu_sub dl dd a:hover::after,
	body.dv_pc header nav.pc .menu_sub dl dd a:hover span::before,
	body.dv_pc header nav.pc .menu_sub dl dd a:hover span::after {
		opacity: 0.4;
	}

	body.dv_pc header nav.pc .menu_sub dl dd a:hover::before {
		top: 0;
		left: 0;
		border-width: 1px 0 0 1px;
	}

	body.dv_pc header nav.pc .menu_sub dl dd a:hover::after {
		top: 0;
		right: 0;
		border-width: 1px 1px 0 0;
	}

	body.dv_pc header nav.pc .menu_sub dl dd a:hover span::before {
		bottom: 0;
		left: 0;
		border-width: 0 0 1px 1px;
	}

	body.dv_pc header nav.pc .menu_sub dl dd a:hover span::after {
		right: 0;
		bottom: 0;
		border-width: 0 1px 1px 0;
	}

	body.dv_sp header nav.pc .menu_sub .tb_menu_close {
		position: absolute;
		right: 1em;
		bottom: -1em;
		z-index: 100;
		padding: 0 1em 0 1.1em;
		border-radius: 0 0 0.3em 0.3em;
		background-color: #1f2a66;
		color: #fff;
		letter-spacing: 0.1em;
		font-weight: 700;
		font-size: 65%;
		font-family: urw-din, sans-serif;
		line-height: 2.5;
	}

	body.dv_sp header nav.pc .menu_sub .tb_menu_close::before {
		content: "CLOSE";
		opacity: 0.5;
	}
}

@media screen and (max-width: 768px) {
	header nav.sp {
		position: fixed;
		top: 3.5em;
		right: 0;
		bottom: 0;
		left: 100%;
		overflow: hidden;
		background-color: rgba(0, 0, 0, 0.6);
		opacity: 0;
		transition: left 0.2s 0.2s, opacity 0.2s 0.2s;
	}

	header nav.sp.on {
		left: 0;
		opacity: 1;
		transition: left 0.2s 0s, opacity 0.2s 0s;
	}

	header nav.sp.on .cl_bt {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 45vw;
	}

	/*! menu */
	header nav.sp .menu {
		position: absolute;
		top: 0;
		right: -100vw;
		overflow-y: scroll;
		width: 100vw;
		height: 100%;
		background-color: #0e283a;
		transition: right 0.2s 0s;
	}

	header nav.sp.on .menu {
		right: -45vw;
		transition: right 0.2s 0.2s;
	}

	header nav.sp .menu > ul {
		display: block;
		width: 100vw;
	}

	header nav.sp .menu > ul > li {
		width: 55vw;
		border-bottom: 1px solid rgba(255, 255, 255, 0.075);
	}

	header nav.sp .menu > ul > li > div {
		position: relative;
		font-size: 120%;
	}

	header nav.sp .menu > ul > li > div > a,
	header nav.sp .menu > ul > li > div > span {
		display: block;
		margin-right: 2em;
		padding: 0 1em;
		color: #fff;
		letter-spacing: 0.05em;
		font-weight: 700;
		font-family: urw-din, sans-serif;
		line-height: 3.5;
	}

	header nav.sp .menu > ul > li.current > div > a {
		color: #ffea00;
	}

	header nav.sp .menu > ul > li > div > span {
		opacity: 0.5;
	}

	header nav.sp .menu > ul > li > div > i {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 2em;
		cursor: pointer;
	}

	header nav.sp .menu > ul > li > div > i::before {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 0.25em;
		height: 0.25em;
		border-width: 2px 2px 0 0;
		border-style: solid;
		border-color: #fff;
		content: "";
		transition: transform 0.1s;
		transform: translate(-50%, -50%) rotate(-225deg);
	}

	header nav.sp .menu > ul > li.on > div > i::before {
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	/*
	header nav.sp .menu .internship {
		margin: 2em 0 .75em;
		padding: 0 1em;
		width: 55vw;
	}

	header nav.sp .menu .internship a {
		display: block;
		background-color: #fccf01;
		text-align: center;
		font-weight: 700;
		line-height: 2.5;
	}
	*/

	header nav.sp .menu .twitter {
		margin-bottom: 0.75em;
		padding: 0 1em;
		width: 55vw;
		font-size: 105%;
	}

	header nav.sp .menu .twitter a {
		position: relative;
		display: block;
		background-color: #000000;
		color: #fff;
		text-align: center;
		font-weight: 700;
		font-family: urw-din, sans-serif;
		line-height: 2.5;
	}

	header nav.sp .menu .twitter a img {
		position: absolute;
		left: 0.5em;
		width: auto;
		height: 100%;
	}

	header nav.sp .menu .recruit-top {
		margin-bottom: 1em;
		padding: 0 1em;
		width: 55vw;
		font-size: 105%;
	}

	header nav.sp .menu .recruit-top a {
		position: relative;
		display: block;
		border: 1px solid rgba(255, 255, 255, 0.25);
		background-color: transparent;
		color: #fff;
		text-align: center;
		line-height: 2.5;
	}

	header nav.sp .menu .recruit-top a {
		font-size: 85%;
	}

	header nav.sp .menu .manga {
		margin-bottom: 3em;
		padding: 0 1em;
		width: 55vw;
	}

	header nav.sp .menu .manga a {
		position: relative;
		display: block;
		padding-left: 3em;
		margin-bottom: 1em;
		color: #fff;
		font-weight: 700;
		font-size: 85%;
		font-family: urw-din, sans-serif;
		line-height: 1.4;
	}

	header nav.sp .menu .manga a::before {
		position: absolute;
		top: 50%;
		left: 0;
		width: 2em;
		height: 2em;
		background: url(../img/common/icon_manga.png) center center no-repeat;
		background-size: 100% auto;
		content: "";
		transform: translateY(-50%);
	}

	/*! menu_sub */
	header nav.sp .menu_sub {
		display: none;
		background-color: rgba(255, 255, 255, 0.075);
	}

	header nav.sp .menu_sub li a {
		position: relative;
		display: block;
		padding: 1em 1.5em;
		border-top: 1px solid rgba(255, 255, 255, 0.075);
		color: #fff;
		font-size: 95%;
		line-height: 1.5;
	}

	header nav.sp .menu_sub li:first-child a {
		border-top: none;
	}

	header nav.sp .menu_sub li.current a::before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 2px;
		background-color: #ffea00;
		content: "";
	}

	body.dv_sp .nav_fix.on {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
}

body.dv_pc .nav_fix.on {
	margin-top: 0 !important;
}

/*===============*/
/*! footer */
/*===============*/
footer {
	position: relative;
	padding-top: 60px;
	background-color: #050e14;
}

footer > div {
	margin: 0 auto;
	padding: 10px 0 10px;
	max-width: 1000px;
	width: 90%;
}

footer > div::after {
	display: block;
	clear: both;
	content: "";
}

footer nav {
	float: left;
	width: calc(100% - 220px);
}

footer nav ul li {
	display: inline-block;
	padding-left: 20px;
	vertical-align: top;
}

footer nav ul li:first-child {
	padding-left: 0;
}

footer nav ul li dl {
	line-height: 1.6;
}

@media screen and (max-width: 1080px) {
	footer nav ul li dl {
		max-width: 200px;
	}
}

footer nav ul li dl dt {
	display: block;
	margin-bottom: 10px;
}

footer nav ul li dl dt a {
	position: relative;
	display: inline-block;
	color: #fccf01;
	letter-spacing: 0.05em;
	font-weight: 700;
	font-size: 85%;
}

footer nav ul li dl dt a::before {
	position: absolute;
	right: 100%;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #fccf01;
	content: "";
	transition: right 0.2s 0.2s;
}

body.dv_pc footer nav ul li dl dt a:hover::before {
	right: 0;
}

footer nav ul li dl dd {
	margin-bottom: 5px;
}

footer nav ul li dl dd a {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 75%;
	opacity: 0.5;
	transition: border 0.2s 0.2s;
}

footer nav ul li dl dd a::before {
	position: absolute;
	right: 100%;
	bottom: -1px;
	left: 0;
	height: 1px;
	background-color: #fff;
	content: "";
	transition: right 0.2s 0.2s;
}

body.dv_pc footer nav ul li dl dd a:hover::before {
	right: 0;
}

footer nav ul li dl dd.manga {
	position: relative;
	margin-top: 1em;
	padding-left: 2em;
}

footer nav ul li dl dd.manga::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1.5em;
	height: 1.5em;
	background: url(../img/common/icon_manga.png) center center no-repeat;
	background-size: 100% auto;
	content: "";
	opacity: 0.75;
	transform: translateY(-50%);
}

footer > div > div {
	float: right;
	width: 220px;
}

footer > div > div .logo {
	display: block;
	margin: 0 auto 20px;
	width: 190px;
}

footer > div > div .logo a {
	display: block;
}

body.dv_pc footer > div > div .logo a {
	transition: opacity 0.2s 0.2s;
}

body.dv_pc footer > div > div .logo a:hover {
	opacity: 0.6;
}

footer > div > div p small {
	display: block;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	letter-spacing: 0.05em;
	font-size: 65%;
	opacity: 0.75;
}

footer .contact {
	margin-top: 20px;
	color: #fff;
	font-size: 75%;
	opacity: 0.75;
}

footer .contact em {
	display: block;
	margin-bottom: 0.5em;
	padding-bottom: 0.25em;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	font-weight: 700;
}

footer .link {
	margin-top: 20px;
}

footer .link a {
	position: relative;
	display: block;
}

footer .link a.entry {
	background-color: #b62b00;
	color: #fff;
}

footer .link a.internship {
	margin-top: 10px;
	background-color: #fccf01;
	/*color: #000;*/
}

footer .link a::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid #fff;
	content: "";
	opacity: 0.8;
}

body.dv_pc footer .link a::before {
	transition-delay: 0.2s;
	transition-timing-function: linear;
	transition-duration: 0.05s;
	transition-property: top, right, bottom, left, opacity;
}

body.dv_pc footer .link a:hover::before {
	top: -4px;
	right: -4px;
	bottom: -4px;
	left: -4px;
}

footer .link a span {
	display: block;
	padding-left: 0.025em;
	text-align: center;
	letter-spacing: 0.025em;
	font-weight: 700;
	line-height: 50px;
}

@media screen and (max-width: 768px) {
	footer {
		position: relative;
		padding-top: 3em;
	}

	footer > div {
		padding: 3em 0 4em;
		max-width: none;
	}

	footer > div::after {
		display: none;
	}

	footer > div > div {
		float: none;
		width: 100%;
	}

	footer > div > div .logo {
		margin: 0 auto 1em;
		width: 35%;
	}

	footer > div > div p small {
		font-size: 70%;
	}

	footer .contact {
		margin-top: 2em;
		text-align: center;
		font-size: 80%;
	}

	footer .link {
		margin-top: 2em;
	}

	footer .link a.internship {
		margin-top: 1em;
	}

	footer .link a span {
		line-height: 3em;
	}
}

footer p {
	text-align: center;
	color: #fff;
}

/*===============*/
/*! pagetop */
/*===============*/
.pagetop {
	position: absolute;
	top: 0;
	z-index: 900;
	width: 100%;
	background-color: #fff;
}

.pagetop div {
	position: relative;
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #fccf01;
	background-color: #050e14;
	cursor: pointer;
	transition: bottom 0.2s;
}

.pagetop.fix {
	position: fixed;
	top: auto;
	bottom: 0;
	min-width: 1000px;
	width: 100%;
	transition: bottom 0.2s;
}

.pagetop.fix div {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60px;
	border-bottom: none;
}

.pagetop.hide {
	bottom: -60px;
}

.pagetop i {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	transform: translate(-50%, -50%);
}

body.dv_pc .pagetop i::before,
body.dv_pc .pagetop i::after {
	position: absolute;
	left: 0;
	width: 32px;
	height: 32px;
	background: center center no-repeat;
	content: "";
	opacity: 0;
	transition: opacity 0.1s 0.2s, top 0.1s 0.2s;
}

body.dv_pc .pagetop i::before {
	top: 6px;
	background-image: url(../img/common/icon_pagetop_anime1.png);
}

body.dv_pc .pagetop i::after {
	top: -6px;
	background-image: url(../img/common/icon_pagetop_anime2.png);
}

body.dv_pc .pagetop div:hover i::before,
body.dv_pc .pagetop div:hover i::after {
	top: 0;
	opacity: 1;
}

@media screen and (max-width: 768px) {
	.pagetop div {
		height: 3.5em;
	}

	.pagetop.fix {
		min-width: 0;
	}

	.pagetop.fix div {
		width: 3.5em;
	}

	.pagetop.hide {
		bottom: -3.5em;
	}

	.pagetop i {
		width: 2em;
		height: 2em;
	}

	body.dv_pc .pagetop i::before,
	body.dv_pc .pagetop i::after {
		display: none;
	}
}

/*===============*/
/*! main */
/*===============*/
main {
	padding-top: 32px;
	width: 100%;
}

@media screen and (max-width: 768px) {
	main {
		padding-top: 3.5em;
	}
}

/*===============*/
/*! visual */
/*===============*/
.visual {
	position: relative;
	background-color: #ccc;
}

.visual > div {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	max-width: 1400px;
	width: 100%;
	height: 320px;
}

.visual div::before,
.visual div::after {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	width: 15%;
	content: "";
	opacity: 0;
	transition: 0.2s;
}

.visual div::before {
	left: -1px;
	background: linear-gradient(-90deg, rgba(204, 204, 204, 0), rgba(204, 204, 204, 1));
}

.visual div::after {
	right: -1px;
	background: linear-gradient(90deg, rgba(204, 204, 204, 0), rgba(204, 204, 204, 1));
}

@media screen and (min-width: 1400px) {
	.visual div::before,
	.visual div::after {
		opacity: 1;
	}
}

.visual > div span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1400px;
	height: 320px;
	transform: translate(-50%, -50%);
}

.visual > div span::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	/*background: url(../img/common/pattern_plus_wh.png) center top;*/
	content: "";
	opacity: 0.1;
}

.visual > div h1,
.visual > div p.cate {
	position: absolute;
	top: 48%;
	left: 50%;
	z-index: 10;
	color: #fff;
	text-align: center;
	line-height: 1.6;
	transform: translate(-50%, -50%);
}

.visual > div h1 strong,
.visual > div p.cate strong {
	display: block;
	padding-left: 0.05em;
	white-space: nowrap;
	letter-spacing: 0.05em;
	font-weight: 900;
	font-size: 300%;
	font-family: urw-din, sans-serif;
}

.visual > div h1 strong > i,
.visual > div p.cate strong > i {
	margin: 0 0.1em;
	font-size: 85%;
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

.visual > div h1 small,
.visual > div p.cate small {
	display: block;
	padding-left: 0.05em;
	white-space: nowrap;
	letter-spacing: 0.05em;
	font-size: 90%;
}

@media screen and (max-width: 768px) {
	.visual {
		position: relative;
		margin-bottom: -1px;
		background-color: #ccc;
	}

	.visual > div {
		max-width: none;
		height: auto;
	}

	.visual div::before,
	.visual div::after {
		display: none;
	}

	.visual > div span {
		position: relative;
		top: auto;
		left: auto;
		display: block;
		width: auto;
		height: auto;
		transform: translate(0, 0);
	}

	.visual > div h1 strong,
	.visual > div p.cate strong {
		font-size: 220%;
		line-height: 1.2;
	}

	.visual > div h1 small,
	.visual > div p.cate small {
		margin-top: 0.5em;
		font-size: 80%;
	}
}

/*===============*/
/*! title */
/*===============*/
article .title {
	margin: 0 auto;
	padding: 80px 0;
	width: 90%;
}

article .title h2 {
	padding-left: 0.1em;
	color: #0e283a;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: 700;
	font-size: 180%;
	line-height: 1.4;
}

article .title h2::first-letter {
	color: #b62b00;
}

article .title p {
	margin-top: 20px;
	padding-left: 0.05em;
	text-align: center;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
	article .title {
		padding: 2.5em 0;
	}

	article .title h2 {
		padding-left: 0.05em;
		letter-spacing: 0.05em;
		font-size: 120%;
	}

	article .title p {
		margin-top: 1em;
		padding-left: 0;
		letter-spacing: 0;
		font-size: 90%;
	}
}

/*===============*/
/*! brackets */
/*===============*/
.brackets {
	position: relative;
}

.brackets::before,
.brackets::after,
.brackets > div::before,
.brackets > div::after {
	position: absolute;
	width: 16px;
	height: 16px;
	border: 3px solid #0e283a;
	content: "";
}

.brackets::before {
	top: 0;
	left: 0;
	border-width: 3px 0 0 3px;
}

.brackets::after {
	top: 0;
	right: 0;
	border-width: 3px 3px 0 0;
}

.brackets > div::before {
	bottom: 0;
	left: 0;
	border-width: 0 0 3px 3px;
}

.brackets > div::after {
	right: 0;
	bottom: 0;
	border-width: 0 3px 3px 0;
}

/*===============*/
/*! bg_pattern */
/*===============*
.bg_pattern_bl,
.bg_pattern_wh {
	position: relative;
}

.bg_pattern_bl::before,
.bg_pattern_wh::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .1;
}

.bg_pattern_bl::before {
	background: url(../img/common/pattern_plus_bl.png) center top;
}

.bg_pattern_wh::before {
	background: url(../img/common/pattern_plus_wh.png) center top;
}

/*===============*/
/*! more */
/*===============*/
a.more {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 10em;
	background: url(../img/company/index_arrow.png) 80% center no-repeat #0e283a;
	background-size: 0.8em;
	color: #fff;
	text-align: center;
}

a.more span {
	display: block;
	padding-left: 0.05em;
	letter-spacing: 0.05em;
	font-weight: 700;
	font-size: 100%;
	font-family: urw-din, sans-serif;
	line-height: 2.6;
}

body.dv_pc a.more::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid #8c8c8c;
	content: "";
	transition-delay: 0.2s;
	transition-timing-function: linear;
	transition-duration: 0.05s;
	transition-property: top, right, bottom, left;
}

body.dv_pc a.more:hover::before {
	top: -3px;
	right: -3px;
	bottom: -3px;
	left: -3px;
}

@media screen and (max-width: 768px) {
	a.more {
		width: 9em;
	}
}

/*===============*/
/*! table_set */
/*===============*/
.table_set {
	position: relative;
	padding: 80px 0;
	background: #efefef;
}

.table_set > div {
	position: relative;
	z-index: 10;
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
	background-color: #fff;
}

.table_set > div > div {
	padding: 80px;
}

.table_set h2 {
	padding-left: 0.1em;
	color: #0e283a;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: 700;
	font-size: 160%;
	line-height: 1.4;
}

.table_set h2::first-letter {
	color: #b62b00;
}

.table_set table {
	margin-top: 40px;
	width: 100%;
}

.table_set table tr th,
.table_set table tr td {
	position: relative;
	vertical-align: top;
	text-align: left;
	letter-spacing: 0.025em;
	line-height: 2;
}

.table_set table tr th {
	padding: 40px 0;
	width: 11em;
	color: #0e283a;
	font-weight: 700;
}

.table_set table tr th::after,
.table_set table tr:first-child th::before {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #0e283a;
	content: "";
}

.table_set table tr:first-child th::before {
	top: -1px;
	bottom: auto;
}

.table_set table tr td {
	padding: 40px 0 40px 30px;
	border-bottom: 1px solid #8a8fab;
}

.table_set table tr:first-child td {
	border-top: 1px solid #8a8fab;
}

.table_set table tr td a {
	border-bottom: 1px solid #b62b00;
}

.table_set table tr td span {
	display: inline-block;
}

.table_set table tr td small {
	display: inline-block;
	margin-top: 0.5em;
	color: #656565;
	font-size: 80%;
	line-height: 1.6;
}

.table_set table tr.yakuin span {
	padding-right: 4em;
}

.table_set table tr.shokushu ol {
	counter-reset: number;
}

.table_set table tr.shokushu ol li {
	position: relative;
	padding: 0.5em 0 0 2em;
	line-height: 1.6;
}

.table_set table tr.shokushu ol li:first-child {
	padding-top: 0;
}

.table_set table tr.shokushu ol li:before {
	position: absolute;
	left: -0.5em;
	content: "【" counter(number) "】";
	counter-increment: number;
	transform: scale(0.9);
}

.table_set table tr.shokushu ul li {
	position: relative;
	padding: 0.5em 0 0 1.25em;
	line-height: 1.6;
}

.table_set table tr.shokushu ul li:first-child {
	padding-top: 0;
}

.table_set table tr.shokushu ul li:before {
	position: absolute;
	left: 0;
	content: "●";
	transform: scale(0.5);
}

@media screen and (max-width: 768px) {
	.table_set {
		padding: 3em 0;
	}

	.table_set > div {
		max-width: none;
	}

	.table_set > div > div {
		padding: 2em;
	}

	.table_set h2 {
		font-size: 140%;
	}

	.table_set table {
		margin-top: 2em;
	}

	.table_set table tr th,
	.table_set table tr td {
		display: block;
		float: left;
		width: 100%;
	}

	.table_set table tr th {
		padding: 2em 0 0.5em;
	}

	.table_set table tr:first-child th {
		border-top: 1px solid #8a8fab;
	}

	.table_set table tr th::after {
		top: -2px;
		bottom: auto;
		width: 6em;
	}

	.table_set table tr th::before {
		display: none;
	}

	.table_set table tr td {
		padding: 0 0 2em;
		font-size: 95%;
	}

	.table_set table tr:first-child td {
		border-top: none;
	}

	.table_set table tr td span {
		display: inline;
	}

	.table_set table tr.yakuin span {
		padding-right: 0;
	}
}

/* internship_off */
header.internship_off .main .entry {
	right: 60px;
}

header.internship_off nav.pc .menu ul {
	right: 200px;
}

@media screen and (max-width: 768px) {
	header.internship_off .main .entry {
		right: 7.5em;
	}

	header.internship_off nav.sp .menu .twitter {
		margin-top: 0.75em;
	}
}

/* role_box */
.role_box img {
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	.role_box img {
		margin-bottom: 20px;
	}
}

/*footerグループ企業*/
.footer__group {
	max-width: 1500px;
	margin: 0 auto;
}
.footer__group h5 {
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	padding: 24px 0;
}
.footer__group ul {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 32px;
}
.footer__group ul.amenity {
	margin-bottom: 20px;
}
.footer__group li {
	font-size: 0.8em;
	text-align: center;
	margin: 0 20px;
}
.footer__group img {
	height: 25px;
}
.footer__group img.boole {
	height: 30px;
}
.footer__group img.amenity {
	height: 35px;
}
@media screen and (max-width: 768px) {
	.footer__group ul {
		display: block;
		margin-bottom: 0;
	}
	.footer__group li {
		margin-bottom: 24px;
	}
	.footer__group img {
		height: 40px;
		max-width: 200px;
	}
	.footer__group img.circuit {
		max-width: 320px;
	}
	.footer__group img.boole {
		height: 60px;
	}
}

/* 230727 お問い合わせフッター追加 */

.footer_contact {
	background-color: #1f2a66;
	color: #fff;
}
.footer_contact-inner {
	max-width: 1360px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 80px;
}
@media screen and (max-width: 1080px) {
	.footer_contact-inner {
		max-width: 90%;
	}
}

.footer_contact-inner h2 {
	text-align: center;
	margin-bottom: 30px;
}

.footer_contact-inner h2 strong {
	display: block;
	padding-left: 0.05em;
	color: #fff;
	letter-spacing: 0.05em;
	font-weight: 900;
	font-size: 180%;
	font-family: urw-din, sans-serif;
	line-height: 1.1;
	margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
	.footer_contact-inner h2 small {
		font-size: 0.8rem;
	}
}

.footer_contact-flex {
	display: flex;
	justify-content: center;
	align-items: start;
	flex-wrap: wrap;
	border: 2px solid;
	padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
	.footer_contact-flex {
		display: block;
		max-width: 90%;
		margin: 0 auto;
		border: none;
		padding-bottom: 24px;
	}
}

.footer_contact-column {
	position: relative;
	flex-direction: column;
	width: 33.33%;
	margin-top: 2rem;
}
@media screen and (max-width: 768px) {
	.footer_contact-column {
		width: 100%;
		margin: 0 auto;
		border: 2px solid;
		margin-bottom: 16px;
		padding: 16px 0;
	}
}

.footer_contact-column:not(:first-child)::before {
	content: "";
	display: block;
	width: 2px;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 768px) {
	.footer_contact-column:not(:first-child)::before {
		display: none;
	}
}

.footer_contact-column p {
	text-align: center;
}

.contact_column-title {
	font-size: 1.3rem;
	padding-bottom: 1rem;
}
@media screen and (max-width: 1080px) {
	.contact_column-title {
		font-size: 1rem;
	}
}
@media screen and (max-width: 768px) {
	.contact_column-title {
		padding-bottom: 0;
	}
}
.contact_column-text-bold {
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 8px;
}
@media screen and (max-width: 1080px) {
	.contact_column-text-bold {
		font-size: 1rem;
	}
}

.contact_column-text-big {
	font-size: 2rem;
	font-weight: bold;
}
@media screen and (max-width: 1080px) {
	.contact_column-text-big {
		font-size: 1.5rem;
	}
}

.contact_column-text-small {
	font-size: 1.2rem;
}
.contact_column-text-small small {
	font-size: 1rem;
}
@media screen and (max-width: 1080px) {
	.contact_column-text-small {
		font-size: 1rem;
	}
	.contact_column-text-small small {
		font-size: 0.8rem;
	}
}

.contact_column-text-mail {
	color: #fff;
}

.pb-69px {
	padding-bottom: 69px;
}
@media screen and (max-width: 768px) {
	.pb-69px {
		padding-bottom: inherit;
	}
}
