  @charset "utf-8";

/* ////////////////////////////////////////////////////////////
	File Name	style.css
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
@import url('/recruit/fresh/meet/kiden/assets/css/perfect-scrollbar.css');

@font-face {
	font-family: 'Montserrat';
	src: url('/recruit/fresh/meet/kiden/assets/fonts/Montserrat-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/*============================================================
	RESET
*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: transparent;
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	font-style: normal;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}
ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
}
a,
button {
	cursor: pointer;
}
button:disabled {
	cursor: default;
}
input,
select,
textarea,
button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: none;
	border: 0;
	border-radius: 0;
	outline: 0;
	resize: none;
}
img {
	display: block;
	width: 100%;
}

/*============================================================
	ICON
*/
@font-face {
	font-family: 'icon';
	src: url('/recruit/fresh/meet/kiden/assets/fonts/icon.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-arrow-down:before {
  content: "\e900";
}
.icon-arrow-next:before {
  content: "\e901";
}
.icon-arrow-prev:before {
  content: "\e902";
}
.icon-arrow-thin-down:before {
  content: "\e903";
}
.icon-arrow-thin-next:before {
  content: "\e904";
}
.icon-arrow-thin-prev:before {
  content: "\e905";
}
.icon-arrow-thin-up:before {
  content: "\e906";
}
.icon-arrow-up:before {
  content: "\e907";
}
.icon-arrow:before {
  content: "\e908";
}
.icon-blank:before {
  content: "\e909";
}
.icon-close:before {
  content: "\e90a";
}

/*============================================================
	HTML
*/
body {
	background-color: #e4e4e4;
	font-family: 'TazuganeGothicStdN-Regular', sans-serif;
	font-size: 15px;
	line-height: 1.8;
}
h2, h3, h4, .bold {
	font-weight: 700;
	font-family: 'TazuganeGothicStdN-Bold', sans-serif;
}
.normal {
	font-weight: 400;
	font-family: 'TazuganeGothicStdN-Regular', sans-serif;
}
.en {
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}
.en-lp {
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
}
/*.punctuation {*/
.punc {
	display: inline-block;
	margin-right: -0.5em;
	text-indent: -0.5em;
}
.punc-block {
	margin-right: -0.5em;
	text-indent: -0.5em;
}
.punc-out {
	display: inline-block;
	margin-right: -0.5em;
}
.punc-in {
	display: inline-block;
	text-indent: -0.5em;
}
/* SP */
@media screen and (max-width: 767px) {
	body {
		font-size: 14px;
	}
}

/*============================================================
	BODY
*/
.body {
	overflow: hidden;
	background-position: 50% 0;
	background-repeat: repeat;
	background-image: url('/recruit/fresh/meet/kiden/assets/img/bg-pc.png');
}
/* SP */
@media screen and (max-width: 767px) {
	.body {
		background-image: url('/recruit/fresh/meet/kiden/assets/img/bg-sp.png');
	}
}

/*============================================================
	SUP / SUB
*/
.lead sup {
	position: relative;
	top: -0.2em;
	vertical-align: middle;
	font-size: 10px;
}
.lead sub {
	position: relative;
	top: 0.16em;
	vertical-align: middle;
	font-size: 10px;
}

/*============================================================
	VISIBLE
*/
.visible-pc {
	display: block;
}
.visible-tb {
	display: none;
}
.visible-sp {
	display: none;
}
/* TB */
@media screen and (max-width: 979px) {
	.visible-pc {
		display: none;
	}
	.visible-tb {
		display: block;
	}
	.visible-sp {
		display: none;
	}
}
/* SP */
@media screen and (max-width: 767px) {
	.visible-pc {
		display: none;
	}
	.visible-tb {
		display: none;
	}
	.visible-sp {
		display: block;
	}
}

/*============================================================
	HIDDEN
*/
/* PC */
@media screen and (min-width: 980px) {
	.hidden-pc {
		display: none;
	}
}
/* TB */
@media screen and (min-width: 768px) and (max-width: 979px) {
	.hidden-tb {
		display: none;
	}
}
/* SP */
@media screen and (max-width: 767px) {
	.hidden-sp {
		display: none;
	}
}

/*============================================================
	FX
*/
.fx-fade {
	opacity: 0;
	transition: opacity 0.8s linear 0s;
}
.active .fx-fade,
.fx-fade.active {
	opacity: 1 !important;
}
.fx-fade-bottom {
	opacity: 0;
	transform: translateY(30px);
	transition: transform 0.8s cubic-bezier(0, 0.55, 0.45, 1) 0s, opacity 0.8s linear 0s;
}
.active .fx-fade-bottom,
.fx-fade-bottom.active {
	opacity: 1 !important;
	transform: translateY(0px) !important;
}
.fx-fade-right {
	opacity: 0;
	transform: translateX(30px);
	transition: transform 0.8s cubic-bezier(0, 0.55, 0.45, 1) 0s, opacity 0.8s linear 0s;
}
.active .fx-fade-right,
.fx-fade-right.active {
	opacity: 1 !important;
	transform: translateX(0px) !important;
}
.fx-heading > span {
	display: block;
	overflow: hidden;
}
.fx-heading > span > span {
	display: block;
	transform: translateY(90%);
	transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0s;
}
.fx-heading > span:nth-child(2) > span {
	transition-delay: 0.3s;
}
.fx-heading > span:nth-child(3) > span {
	transition-delay: 0.6s;
}
.active .fx-heading > span > span,
.fx-heading.active > span > span {
	transform: translateY(0%) !important;
}

/*============================================================
	CONTENT
*/
.content {
	position: relative;
	padding: 140px 0 0 0;
}
/* SP */
@media screen and (max-width: 767px) {
	.content {
		padding: 100px 0 0 0;
	}
}

/*============================================================
	CONTAINER
*/
.container {
	position: relative;
	margin: 0 auto;
	padding-left: 50px;
	padding-right: 50px;
}
/* SP */
@media screen and (max-width: 767px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*============================================================
	HEADER
*/
#header {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
}
#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 344px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url('/recruit/fresh/meet/kiden/assets/img/logo-base.svg');
	background-size: contain;
}
#header h1 a {
	position: absolute;
	top: 50%;
	left: 29px;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
}
#header h1 .logo {
	display: block;
	width: 160px;
}
#header h1 .logo span {
	display: block;
	overflow: hidden;
	padding: 31.25% 0 0 0;
	height: 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url('/recruit/fresh/meet/kiden/assets/img/logo.svg');
	background-size: contain;
}
#header h1 .en {
	display: block;
	margin: 0 0 0 16px;
	font-size: 11px;
	line-height: 1.36;
	letter-spacing: 1px;
}
#header .nav-entry {
	display: flex;
	flex-direction: row-reverse;
	position: absolute;
	top: 25px;
	right: 30px;
	height: 45px;
	line-height: 1.5;
}
#header .nav-entry-primary {
	display: flex;
}
#header .nav-entry-secondary {
	display: flex;
	flex-direction: row-reverse;
}
#header .nav-entry .internship a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 45px;
	border: 2px solid #000;
	font-size: 16px;
}
#header .nav-entry .internship a.disabled {
	opacity: 0.2 !important;
	cursor: inherit !important;
}
#header .nav-entry .site-top {
	padding: 0 0 0 15px;
}
#header .nav-entry .site-top a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 45px;
	border: 2px solid #000;
	font-size: 13px;
}
#header .nav-entry .link > ul {
	display: flex;
	padding: 10px 0 0 0;
	font-size: 20px;
	line-height: 1.3;
}
#header .nav-entry .link > ul > li {
	padding: 0 0 0 20px;
}
#header .nav-entry .link > ul > li > a,
#header .nav-entry .link > ul > li > a > span {
	display: block;
	position: relative;
	z-index: 1001;
}
#header .nav-entry .link > ul > li > a > span {
	padding: 0 0 0 19px;
}
#header .nav-entry .link > ul > li > a > span::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 13px;
	height: 13px;
	background-color: #000;
}
#header .nav-entry .link .nav-year {
	padding: 4px 0 0 19px;
	visibility: hidden;
	transform: translateY(-10px);
	opacity: 0;
	transition: all 0.4s;
	font-size: 15px;
	line-height: 1.5;
}
#header .nav-entry .link .show .nav-year {
	visibility: visible;
	transform: translateY(0px);
	opacity: 1;
}
#header .megamenu-toggle {
	position: absolute;
	top: 20px;
	right: 20px;
	display: none;
	width: 60px;
	height: 60px;
	background-color: #000;
	border-radius: 12px;
	text-align: center;
	font-size: 11px;
	line-height: 1;
	color: #fff;
}
#header .megamenu-toggle i {
	position: absolute;
	top: 21px;
	left: 12px;
	width: 36px;
}
#header .megamenu-toggle i::before,
#header .megamenu-toggle i::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-color: #fff;
	height: 2px;
	transition: all 0.3s;
}
#header .megamenu-toggle i::before {
	margin: -5px 0 0 0;
	width: 100%;
}
#header .megamenu-toggle i::after {
	margin: 5px 0 0 0;
	width: 23px;
}
#header .megamenu-toggle > span {
	display: block;
	position: absolute;
	bottom: 12px;
	left: 0;
	width: 100%;
}
#header .megamenu-toggle > span span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	transition: opacity 0.3s;
}
#header .megamenu-toggle > span span:last-child {
	opacity: 0;
}
/**/
.megamenu-opened #header .megamenu-toggle i::before,
.megamenu-opened #header .megamenu-toggle i::after {
	margin: 0;
	width: 100%;
}
.megamenu-opened #header .megamenu-toggle i::before {
	transform: rotate(-20deg);
}
.megamenu-opened #header .megamenu-toggle i::after {
	transform: rotate(20deg);
}
.megamenu-opened #header .megamenu-toggle > span span:first-child {
	opacity: 0;
}
.megamenu-opened #header .megamenu-toggle > span span:last-child {
	opacity: 1;
}
/* HOVER */
.os-pc #header .nav-entry a {
	transition: opacity 0.3s ease;
}
.os-pc #header .nav-entry a:hover {
	opacity: 0.5;
}
.os-pc #header .nav-entry .site-top a,
.os-pc #header .nav-entry .internship a {
	transition: background-color 0.3s ease, color 0.3s ease;
	opacity: 1 !important;
}
.os-pc #header .nav-entry .site-top a:hover,
.os-pc #header .nav-entry .internship a:hover {
	background-color: #000;
	color: #fff;
}
.os-pc #header .megamenu-toggle {
	transition: background-color 0.3s ease;
}
.os-pc #header .megamenu-toggle:hover {
	background-color: #444;
}
/* TB */
@media screen and (max-width: 979px) {
	#header .nav-entry {
		display: block;
		padding-top: 48px;
	}
	#header .nav-entry-secondary {
		position: absolute;
		top: 0;
		right: 0;
	}
}
/* SP */
@media screen and (max-width: 767px) {
	#header h1 {
		height: 66px;
		background-image: url('/recruit/fresh/meet/kiden/assets/img/logo-base-sp.svg');
	}
	#header h1 a {
		top: 55%;
		left: 15px;
	}
	#header h1 .logo {
		width: 106px;
	}
	#header h1 .en {
		margin: 0 0 0 10px;
		font-size: 14px;
		transform: scale(0.5);
		transform-origin: 0 50%;
	}
	#header .nav-entry {
		display: none;
	}
	#header .megamenu-toggle {
		display: block;
		top: 10px;
		right: 10px;
		width: 56px;
		height: 56px;
		border-radius: 8px;
		font-size: 12px;
	}
	#header .megamenu-toggle i {
		top: 19px;
		left: 12px;
		width: 32px;
	}
	#header .megamenu-toggle i::before {
		margin: -4px 0 0 0;
	}
	#header .megamenu-toggle i::after {
		margin: 5px 0 0 0;
		width: 20px;
	}
	#header .megamenu-toggle > span {
		bottom: 11px;
		transform: scale(0.9);
	}
}

/*============================================================
	MEGAMENU
*/
#megamenu {
	overflow: hidden;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
}
@media screen and (min-width: 768px) {
	#megamenu {
		height: 0 !important;
	}
}
.megamenu-active #megamenu {
	height: calc(var(--vh, 1vh) * 100);
}
#megamenu .bg {
	position: absolute;
	left: 0;
	top: -10px;
	bottom: -10px;
	width: 100%;
}
#megamenu .bg svg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#megamenu .bg .bg-mask1 {
	fill: #e94829;
}
#megamenu .bg .bg-mask2 {
	fill: #1bb8ce;
}
#megamenu .bg .bg-mask3 {
	fill: #fff;
}
#megamenu .scroll {
	height: 100%;
}
#megamenu .container {
	height: 100%;
}
#megamenu .outer {
	width: 100%;
}
/* SP */
@media screen and (max-width: 767px) {
	#megamenu .container {
		padding: 100px 0 0 0;
	}
	#megamenu .outer {
		padding: 0 25px 40px 25px;
	}
	#megamenu .nav-content {
		margin: 0 0 30px 0;
	}
	#megamenu .nav-content ul {
		border-bottom: 1px solid #d2d2d2;
		text-align: center;
		font-size: 12px;
		line-height: 1.4;
	}
	#megamenu .nav-content ul li {
		border-top: 1px solid #d2d2d2;
	}
	#megamenu .nav-content ul li a {
		display: block;
		padding: 18px 0;
	}
	#megamenu .nav-content ul li span {
		display: block;
	}
	#megamenu .nav-content ul li span.en {
		font-size: 18px;
	}
	#megamenu .nav-entry {
		line-height: 1.5;
	}
	#megamenu .nav-entry .internship {
		margin: 30px 0 0 0;
	}
	#megamenu .nav-entry .internship a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 60px;
		border: 3px solid #000;
		font-size: 22px;
	}
	#megamenu .nav-entry .internship a.disabled {
		opacity: 0.2 !important;
		cursor: inherit !important;
	}
	#megamenu .nav-entry .link > ul {
		font-size: 19px;
		line-height: 1.2;
	}
	#megamenu .nav-entry .link > ul > li {
		display: flex;
		align-items: center;
		padding: 8px 0;
	}
	#megamenu .nav-entry .link > ul > li > a,
	#megamenu .nav-entry .link > ul > li > a > span {
		display: inline-block;
		position: relative;
	}
	#megamenu .nav-entry .link > ul > li > a > span {
		padding: 0 0 0 22px;
	}
	#megamenu .nav-entry .link > ul > li > a > span::before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 16px;
		height: 16px;
		background-color: #000;
	}
	#megamenu .nav-entry .link .nav-control-opener {
		width: 100px;
		cursor: initial;
		pointer-events: none;
	}
	#megamenu .nav-entry .link .nav-year {
		display: flex;
		font-size: 16px;
	}
	#megamenu .nav-entry .link .nav-year li {
		position: relative;
		padding: 0 12px;
	}
	#megamenu .nav-entry .link .nav-year li::before {
		content: '';
		display: block;
		position: absolute;
		top: 0.1em;
		bottom: 0.2em;
		left: 0;
		width: 1px;
		background-color: #000;
	}
	#megamenu .nav-entry .link .nav-year li:first-child::before {
		content: none;
	}
	#megamenu .nav-entry .site-top {
		padding: 8px 0;
		font-size: 19px;
		line-height: 1.2;
	}
	#megamenu .nav-entry .site-top a,
	#megamenu .nav-entry .site-top a span {
		display: inline-block;
		position: relative;
	}
	#megamenu .nav-entry .site-top a span {
		padding: 0 0 0 22px;
	}
	#megamenu .nav-entry .site-top a span::before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 16px;
		height: 16px;
		background-color: #000;
	}
}

/*============================================================
	FOOTER
*/
#footer {
	margin: 150px 0 0 0;
	padding: 0 0 40px 0;
}
#footer .container {
	padding: 0 50px;
	line-height: 1.2;
}
#footer nav ul {
	display: flex;
	font-size: 11px;
}
#footer nav ul li {
	margin: 0 28px 0 0;
}
#footer small {
	display: block;
	margin: 20px 0 0 0;
	font-size: 11px;
}
/* HOVER */
.os-pc #footer a {
	transition: opacity 0.3s ease;
}
.os-pc #footer a:hover {
	opacity: 0.5;
}
/* SP */
@media screen and (max-width: 767px) {
	#footer {
		margin: 70px 0 0 0;
		padding: 0 0 25px 0;
	}
	#footer .container {
		display: block;
		padding: 0 25px;
	}
	#footer nav ul {
		display: block;
	}
	#footer nav ul li {
		margin: 10px 0 0 0;
	}
	#footer .nav-content {
		display: none;
	}
	#footer small {
		margin: 20px 0 0 0;
	}
}

/*============================================================
	PAGETOP
*/
#pagetop {
	position: fixed;
	z-index: 100;
	bottom: 40px;
	right: 0;
	width: 80px;
}
#pagetop .in {
	transition: transform 0.4s ease;
	transform: translateX(80px);
}
#pagetop a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 0.1em 0;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 999px;
	font-size: 18px;
	color: #000;
}
.pagetop-active #pagetop .in {
	transform: translateX(0px);
}
/* HOVER */
.os-pc #pagetop a {
	transition: all 0.3s ease;
}
.os-pc #pagetop a:hover {
	background-color: #000;
	color: #fff;
}
/* SP */
@media screen and (max-width: 767px) {
	#pagetop {
		bottom: 25px;
		width: 55px;
	}
	#pagetop .in {
		transform: translateX(75px);
	}
	#pagetop a {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}
}

/*============================================================
	
*/
section .heading {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 240px;
	text-align: center;
}
section .heading .en-lp {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	margin: 0 0 0 -1200px;
	width: 2400px;
	font-size: 230px;
	line-height: 0.9;
}
section .heading .in {
	position: relative;
}
section .heading h2 {
	font-size: 38px;
	line-height: 1.4;
}
section .heading p {
	margin: 0.5em 0 -1em 0;
	font-size: 12px;
	line-height: 1.4;
}
/* SP */
@media screen and (max-width: 767px) {
	section .heading {
		height: 37vw;
	}
	section .heading .en-lp {
		font-size: 230px;
	}
	section .heading h2 {
		font-size: 7vw;
	}
	section .heading p {
		margin: 0.5em 0 -1em 0;
		font-size: 2.7vw;
	}
}

/*============================================================
	HERO
*/
.sec-hero {
	position: relative;
	margin: 0 0 220px 0;
	height: 500px;
}
.sec-hero .ornament {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.sec-hero .ornament .groupe {
	position: absolute;
}
.sec-hero .ornament i {
	display: block;
	position: absolute;
}
.sec-hero .ornament i::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sec-hero .ornament.front,
.sec-hero .ornament.back {
	position: absolute;
}
.sec-hero .kv {
	position: absolute;
	top: 0;
	left: 0;
	right: 50%;
	height: 100%;
}
.sec-hero .kv > span {
	overflow: hidden;
	display: block;
	margin: 0 -390px 0 0;
	height: 100%;
}
.sec-hero .kv > span > span {
	display: block;
	height: 100%;
	background-position: 20% 50%;
	background-image: url('/recruit/fresh/meet/kiden/assets/img/kv-pc.jpg');
	background-size: cover;
}
.sec-hero .headline {
	position: relative;
	margin: 0 auto;
	max-width: 1400px;
	height: 100%;
}
.sec-hero .headline h2 {
	position: absolute;
	top: 266px;
	right: 70px;
	font-size: 59px;
	line-height: 1.05;
	color: #fff;
	white-space: nowrap;
}
.sec-hero .headline h2 .row {
	display: flex;
	margin: 14px 0 0 0;
	position: relative;
}
.sec-hero .headline h2 .row span {
	display: block;
}
.sec-hero .headline h2 .row > span {
	position: relative;
}
.sec-hero .headline h2 .row > span .back {
	position: relative;
	color: transparent;
}
.sec-hero .headline h2 .row > span .front {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 100%;
	bottom: 0;
	background-color: #e94829;
}
.sec-hero .headline h2 .row i {
	display: block;
	padding: 7px 5px 0 5px;
}
/* ornament */
.sec-hero .ornament.back .groupe {
	left: 50%;
	top: 418px;
	margin: 0 0 0 196px;
	width: 450px;
	height: 178px;
}
.sec-hero .ornament.back .groupe i:nth-child(1) {
	left: 0;
	top: 82%;
	width: 34.2%;
	height: 6.7%;
}
.sec-hero .ornament.back .groupe i:nth-child(1)::before {
	background-color: #e94829;
}
.sec-hero .ornament.back .groupe i:nth-child(2) {
	left: 19%;
	top: 0;
	width: 57.7%;
	height: 73%;
}
.sec-hero .ornament.back .groupe i:nth-child(2)::before {
	background-color: #1bb8ce;
}
.sec-hero .ornament.back .groupe i:nth-child(3) {
	right: 0;
	top: 34.8%;
	width: 14.6%;
	height: 66.3%;
}
.sec-hero .ornament.back .groupe i:nth-child(3)::before {
	background-color: #e94829;
}
.sec-hero .ornament.front .groupe01 {
	left: 50%;
	top: 40px;
	margin: 0 0 0 486px;
	width: 254px;
	height: 148px;
}
.sec-hero .ornament.front .groupe01 i:nth-child(1) {
	right: 0;
	top: 0;
	width: 84.6%;
	height: 67.6%;
}
.sec-hero .ornament.front .groupe01 i:nth-child(1)::before {
	background-color: #e94829;
}
.sec-hero .ornament.front .groupe01 i:nth-child(2) {
	left: 0;
	bottom: 0;
	width: 27.6%;
	height: 47.3%;
}
.sec-hero .ornament.front .groupe01 i:nth-child(2)::before {
	background-color: #1bb8ce;
}
.sec-hero .ornament.front .groupe02 {
	right: 50%;
	top: 460px;
	margin: 0 218px 0 0;
	width: 416px;
	height: 170px;
}
.sec-hero .ornament.front .groupe02 i:nth-child(1) {
	left: 0;
	bottom: 0;
	width: 44.7%;
	height: 54.1%;
}
.sec-hero .ornament.front .groupe02 i:nth-child(1)::before {
	background-color: #1bb8ce;
}
.sec-hero .ornament.front .groupe02 i:nth-child(2) {
	right: 0;
	top: 0;
	width: 75.2%;
	height: 73%;
}
.sec-hero .ornament.front .groupe02 i:nth-child(2)::before {
	background-color: #e94829;
}
/**/
.sec-hero .ornament i::before {
	opacity: 0;
	transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.dom-loaded .sec-hero .ornament.back .groupe i:nth-child(1)::before,
.dom-loaded .sec-hero .ornament.back .groupe i:nth-child(2)::before,
.dom-loaded .sec-hero .ornament.back .groupe i:nth-child(3)::before,
.dom-loaded .sec-hero .ornament.front .groupe01 i:nth-child(1)::before,
.dom-loaded .sec-hero .ornament.front .groupe01 i:nth-child(2)::before,
.dom-loaded .sec-hero .ornament.front .groupe02 i:nth-child(1)::before,
.dom-loaded .sec-hero .ornament.front .groupe02 i:nth-child(2)::before {
	opacity: 1;
	top: 0;
	left: 0;
}
.sec-hero .headline h2 .row:nth-child(1) > span .front {
	transition: right 0.5s cubic-bezier(0.32, 0, 0.67, 0) 0.5s;
}
.sec-hero .headline h2 .row:nth-child(2) > span .front {
	transition: right 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1s;
}
.dom-loaded .sec-hero .headline h2 .row > span .front {
	right: 0%;
}
.sec-hero .ornament i {
	opacity: 0;
	transition: opacity 0.4s linear 0s;
}
.dom-loaded .sec-hero .ornament i {
	opacity: 1;
}
.sec-hero .kv > span {
	opacity: 0;
	transition: transform 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0s, opacity 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.dom-loaded .sec-hero .kv > span {
	opacity: 1;
	transform: translateY(0px);
}
@media screen and (max-width: 1400px) {
	.sec-hero .kv {
		right: 310px;
	}
	.sec-hero .kv > span {
		margin: 0;
	}
	.sec-hero .ornament.back .groupe {
		left: 100%;
		margin: 0 0 0 -502px;
	}
	.sec-hero .ornament.front .groupe01 {
		left: 100%;
		margin: 0 0 0 -214px;
	}
}
@media screen and (max-width: 1140px) {
	.sec-hero .ornament.front .groupe02 {
		right: auto;
		left: 0;
		margin: 0 0 0 -64px;
	}
}
@media screen and (min-width: 980px) {
	.sec-hero .kv > span {
		transform: translateY(80px);
	}
	.sec-hero .ornament.back .groupe i:nth-child(1)::before {
		left: -200px;
	}
	.sec-hero .ornament.back .groupe i:nth-child(2)::before {
		left: 200px;
	}
	.sec-hero .ornament.back .groupe i:nth-child(3)::before {
		top: 200px;
	}
	.sec-hero .ornament.front .groupe01 i:nth-child(1)::before {
		left: 200px;
	}
	.sec-hero .ornament.front .groupe01 i:nth-child(2)::before {
		top: -200px;
	}
	.sec-hero .ornament.front .groupe02 i:nth-child(1)::before {
		left: 200px;
	}
	.sec-hero .ornament.front .groupe02 i:nth-child(2)::before {
		left: -200px;
	}
}
/* TB */
@media screen and (max-width: 979px) {
	.sec-hero {
		margin: 0 0 33vw 0;
		height: auto;
	}
	.sec-hero .kv {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		width: 85vw;
		height: auto;
	}
	.sec-hero .kv > span > span {
		padding: 95.3% 0 0 0;
		height: 0;
	}
	.sec-hero .headline {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.sec-hero .headline h2 {
		top: 53.8vw;
		right: 4vw;
		font-size: 7vw;
	}
	.sec-hero .headline h2 .row {
		margin: 1.6vw 0 0 0;
	}
	.sec-hero .headline h2 .row i {
		padding: 0.16em 0.1em 0 0.1em;
	}
	.sec-hero .ornament.back .groupe {
		top: 72vw;
		left: 56vw;
		margin: 0;
		width: 48vw;
		height: 19vw;
	}
	.sec-hero .ornament.front .groupe01 {
		top: 9vw;
		left: 75vw;
		margin: 0;
		width: 27vw;
		height: 16vw;
	}
	.sec-hero .ornament.front .groupe02 {
		top: 91.5vw;
		left: -6vw;
		margin: 0;
		width: 44.3vw;
		height: 18vw;
	}
	.sec-hero .kv > span {
		transform: translateY(15vw);
	}
	.sec-hero .ornament.back .groupe i:nth-child(1)::before {
		left: -25vw;
	}
	.sec-hero .ornament.back .groupe i:nth-child(2)::before {
		left: 25vw;
	}
	.sec-hero .ornament.back .groupe i:nth-child(3)::before {
		top: 25vw;
	}
	.sec-hero .ornament.front .groupe01 i:nth-child(1)::before {
		left: 25vw;
	}
	.sec-hero .ornament.front .groupe01 i:nth-child(2)::before {
		top: -25vw;
	}
	.sec-hero .ornament.front .groupe02 i:nth-child(1)::before {
		left: 25vw;
	}
	.sec-hero .ornament.front .groupe02 i:nth-child(2)::before {
		left: -25vw;
	}
}

/*============================================================
	MESSAGE
*/
.sec-message {
	position: relative;
	padding: 0 0 90px 0;
}
.sec-message .ornament {
	position: absolute;
	top: 190px;
	left: 0;
	width: 100%;
}
.sec-message .ornament .groupe {
	position: absolute;
	right: 50vw;
	top: 0;
	margin: 0 481px 0 0;
	width: 290px;
	height: 538px;
}
.sec-message .ornament .groupe i {
	display: block;
	position: absolute;
}
.sec-message .ornament .groupe i:nth-child(1) {
	left: 0;
	top: 0;
	width: 121px;
	height: 42px;
	background-color: #1bb8ce;
}
.sec-message .ornament .groupe i:nth-child(2) {
	left: 0;
	top: 71%;
	width: 236px;
	height: 113px;
	background-color: #e94829;
}
.sec-message .ornament .groupe i:nth-child(3) {
	right: 0;
	bottom: 0;
	width: 85px;
	height: 85px;
	background-color: #1bb8ce;
}
.sec-message .photo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -350px 0 0 -700px;
	width: 1400px;
}
.sec-message .photo .groupe {
	position: absolute;
	top: 0;
	right: 0;
	width: 672px;
	height: 694px;
}
.sec-message .photo .groupe .image,
.sec-message .photo .groupe .box,
.sec-message .photo .groupe .box i {
	position: absolute;
	display: block;
}
.sec-message .photo .groupe .box {
	width: 100%;
	height: 100%;
}
.sec-message .photo .groupe .image01 {
	top: 0;
	left: 30%;
	width: 340px;
}
.sec-message .photo .groupe .image02 {
	top: 25%;
	left: 11%;
	width: 282px;
}
.sec-message .photo .groupe .image03 {
	top: 64%;
	left: 32%;
	width: 352px;
}
.sec-message .photo .groupe .box i:nth-child(1) {
	left: 63%;
	top: 14%;
	width: 212px;
	height: 212px;
	background-color: #1bb8ce;
}
.sec-message .photo .groupe .box i:nth-child(2) {
	left: 22%;
	bottom: 0;
	width: 235px;
	height: 141px;
	background-color: #1bb8ce;
}
.sec-message .photo .groupe .box i:nth-child(3) {
	left: 2%;
	top: 15%;
	width: 130px;
	height: 130px;
	background-color: #e94829;
}
.sec-message .photo .groupe .box i:nth-child(4) {
	right: 0;
	top: 58%;
	width: 202px;
	height: 11px;
	background-color: #e94829;
}
.sec-message .photo .groupe .box i:nth-child(5) {
	left: 0;
	top: 72%;
	width: 94px;
	height: 94px;
	background-color: #e94829;
}
.sec-message .container {
	z-index: 1;
	max-width: 1200px;
}
.sec-message h2 {
	font-size: 46px;
	line-height: 1.5;
}
.sec-message .lead {
	margin: 25px 0 0 0;
	font-size: 19px;
	line-height: 2;
}
@media screen and (max-width: 1240px) {
	.sec-message .photo {
		left: 0;
		margin-left: 0;
		width: 100%;
	}
	.sec-message .photo .groupe {
		right: -80px;
	}
}
@media screen and (max-width: 1080px) {
	.sec-message {
		padding: 0;
	}
	.sec-message .photo {
		position: relative;
		top: 0;
		left: 0;
		margin: 50px 0 0 0;
		width: 100%;
		height: 694px;
	}
	.sec-message .photo .groupe {
		right: auto;
		left: 50%;
		margin: 0 0 0 -330px;
	}
	.sec-message h2 br {
		display: none;
	}
	.sec-message .lead br {
		display: none;
	}
}
/* TB */
@media screen and (max-width: 979px) {
	.sec-message .ornament {
		display: none;
	}
}
/* SP */
@media screen and (max-width: 767px) {
	.sec-message .container {
		padding: 0 6.6vw;
	}
	.sec-message .photo {
		margin: 6vw 0 0 0;
		height: auto;
	}
	.sec-message .photo .groupe {
		position: relative;
		left: auto;
		margin: 0;
		width: 100%;
		height: 103.2vw;
	}
	.sec-message .photo .groupe .image01 {
		left: 30vw;
		width: 50%;
	}
	.sec-message .photo .groupe .image02 {
		top: 26.4vw;
		left: 10vw;
		width: 42.1%;
	}
	.sec-message .photo .groupe .image03 {
		top: 65vw;
		left: 32vw;
		width: 52%;
	}
	.sec-message .photo .groupe .box i:nth-child(1) {
		left: 63vw;
		top: 14vw;
		width: 31vw;
		height: 31vw;
	}
	.sec-message .photo .groupe .box i:nth-child(2) {
		left: 22vw;
		width: 35vw;
		height: 20vw;
	}
	.sec-message .photo .groupe .box i:nth-child(3) {
		left: 2vw;
		top: 15vw;
		width: 19vw;
		height: 19vw;
	}
	.sec-message .photo .groupe .box i:nth-child(4) {
		top: 59vw;
		width: 30vw;
		height: 1.6vw;
	}
	.sec-message .photo .groupe .box i:nth-child(5) {
		top: 74vw;
		width: 13vw;
		height: 13vw;
	}
	.sec-message h2 {
		font-size: 6.6vw;
	}
	.sec-message h2 br {
		display: block;
	}
	.sec-message .lead {
		margin: 4vw 0 0 0;
		font-size: 4vw;
		line-height: 1.8;
	}
}

/*============================================================
	FIELD
*/
.sec-field {
	padding: 120px 0 0 0;
}
.sec-field .heading .en-lp {
	color: #dfd5d0;
}
.sec-field .container {
	max-width: 1050px;
}
.sec-field .block {
	padding: 15px 0 0 0;
}
.sec-field .block .frame {
	display: flex;
	padding: 5px;
	background-color: #fff;
}
.sec-field .block .image {
	flex-basis: 50%;
	padding: 25px;
	color: #fff;
}
.sec-field .block .image span {
	position: relative;
	display: block;
	height: 245px;
	background-position: 50% 50%;
	background-size: cover;
}
.sec-field .block .image span img {
	display: none;
}
.sec-field .block .image span i {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 12px;
	line-height: 1.2;
}
.sec-field .block .detail {
	display: flex;
	flex-direction: column;
	flex-basis: 50%;
	padding: 25px;
}
.sec-field .block .detail .outer {
	display: flex;
	align-items: center;
	flex: 1;
}
.sec-field .block .detail h3 {
	margin: 0 0 12px 0;
	font-size: 30px;
	line-height: 1.3;
}
.sec-field .block .detail h3 span {
	font-size: 66%;
}
.sec-field .block .detail h3::after {
	content: '';
	display: block;
	margin: 6px 0 0 0;
	width: 100%;
	height: 6px;
	background-color: #e94829;
}
.sec-field .block .detail .lead {
	font-size: 15px;
	line-height: 1.66;
}
.sec-field .block .detail .btn {
	padding: 10px 0 0 0;
}
.sec-field .block .btn a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	border: 1px solid #9e9e9e;
	font-size: 15px;
}
.sec-field .block .btn a i {
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	font-size: 17px;
}
/**/
.os-pc .sec-field .block .btn a {
	transition: all 0.3s ease;
}
.os-pc .sec-field .block .btn a:hover {
	border-color: #000;
	background-color: #000;
	color: #fff;
}
/* SP */
@media screen and (max-width: 767px) {
	.sec-field {
		padding: 70px 0 0 0;
	}
	.sec-field .heading .en-lp {
		font-size: 38vw;
	}
	.sec-field .container {
		padding: 0;
	}
	.sec-field .block {
		padding: 4vw 0 0 0;
	}
	.sec-field .block .frame {
		display: block;
		padding: 6.6vw;
	}
	.sec-field .block .image {
		padding: 0;
	}
	.sec-field .block .image span {
		height: auto;
		background-image: none !important;
	}
	.sec-field .block .image span img {
		display: block;
	}
	.sec-field .block .image span i {
		font-size: 10px;
	}
	.sec-field .block .detail {
		display: block;
		padding: 6.6vw 0 0 0;
	}
	.sec-field .block .detail .outer {
		display: block;
	}
	.sec-field .block .detail h3 {
		margin: 0 0 3.2vw 0;
		font-size: 6.6vw;
	}
	.sec-field .block .detail h3 span {
		font-size: 68%;
	}
	.sec-field .block .detail h3::after {
		margin: 2.6vw 0 0 0;
		height: 3px;
	}
	.sec-field .block .detail .lead {
		font-size: 3.7vw;
		line-height: 1.8;
	}
	.sec-field .block .detail .btn {
		padding: 3.2vw 0 0 0;
	}
	.sec-field .block .btn a {
		height: 16vw;
		font-size: 4vw;
	}
	.sec-field .block .btn a i {
		right: 3.2vw;
		font-size: 4vw;
	}
}

/*============================================================
	ATTRACTION
*/
.sec-attraction {
	padding: 120px 0 0 0;
}
.sec-attraction .heading .en-lp {
	color: #d0dadf;
}
.sec-attraction .heading .en-lp br {
	display: none;
}
.sec-attraction .container {
	max-width: 1190px;
}
.sec-attraction .blocks {
	display: flex;
	margin: 0 -10px;
}
.sec-attraction .block {
	flex-basis: 33.333%;
	padding: 0 10px;
	font-size: 15px;
	line-height: 1.6;
}
.sec-attraction .block .frame {
	position: relative;
	padding: 35px 25px 30px 25px;
	height: 100%;
	background-color: #fff;
}
.sec-attraction .block .num {
	position: absolute;
	top: -25px;
	right: 22px;
	font-size: 70px;
	line-height: 1;
	color: #1bb8ce;
}
.sec-attraction .block h3 {
	margin: 0 0 15px 0;
	min-height: 2.8em;
	font-size: 25px;
	line-height: 1.4;
}
@media screen and (max-width: 1080px) {
	.sec-attraction .block h3 {
		padding: 10px 0 0 0;
	}
	.sec-attraction .block h3 br {
		display: none;
	}
}
/* TB */
@media screen and (max-width: 979px) {
	.sec-attraction .blocks {
		display: block;
		margin: 0;
	}
	.sec-attraction .block {
		margin: 40px 0 0 0;
		padding: 0;
	}
	.sec-attraction .block:first-child {
		margin: 0;
	}
	.sec-attraction .block h3 {
		padding: 0;
		min-height: 1em;
	}
}
/* SP */
@media screen and (max-width: 767px) {
	.sec-attraction {
		padding: 70px 0 0 0;
	}
	.sec-attraction .heading .en-lp {
		font-size: 17.3vw;
	}
	.sec-attraction .heading .en-lp br {
		display: block;
	}
	.sec-attraction .container {
		padding: 0;
	}
	.sec-attraction .block {
		margin: 5.8vw 0 0 0;
		font-size: 3.7vw;
		line-height: 1.8;
	}
	.sec-attraction .block .frame {
		padding: 6.6vw;
	}
	.sec-attraction .block .num {
		top: -5vw;
		right: 6vw;
		font-size: 14vw;
	}
	.sec-attraction .block h3 {
		margin: 0 0 3vw 0;
		font-size: 5.8vw;
	}
	.sec-attraction .block h3 br {
		display: block;
	}
}

/*============================================================
	VOICE
*/
.sec-voice {
	padding: 120px 0 0 0;
}
.sec-voice .heading .en-lp {
	color: #dfd5d0;
}
.sec-voice .container {
	max-width: 1190px;
}
.sec-voice .blocks {
	display: none;
}
.sec-voice .block {
	padding: 10px;
}
.sec-voice .block .frame {
	padding: 25px;
	background-color: #fff;
}
.sec-voice .block h3 {
	position: relative;
	margin: 0 0 5px 0;
	padding: 0 0 0 50px;
	font-size: 21px;
}
.sec-voice .block h3::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 42px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url('/recruit/fresh/meet/kiden/assets/img/voice-balloon.svg');
	background-size: contain;
}
.sec-voice .block .lead {
	font-size: 14px;
	line-height: 1.8;
}
.sec-voice .row {
	display: flex;
	margin: 0 -10px;
}
.sec-voice .row .col {
	flex-basis: 33.333%;
}
/* TB */
@media screen and (max-width: 979px) {
	.sec-voice .blocks {
		display: block;
	}
	.sec-voice .row {
		display: none;
	}
	.sec-voice .block {
		margin: 20px 0 0 0;
		padding: 0;
	}
	.sec-voice .block:first-child {
		margin: 0;
	}
}
/* SP */
@media screen and (max-width: 767px) {
	.sec-voice {
		padding: 70px 0 0 0;
	}
	.sec-voice .heading .en-lp {
		font-size: 31vw;
	}
	.sec-voice .container {
		padding: 0;
	}
	.sec-voice .block {
		margin: 4vw 0 0 0;
	}
	.sec-voice .block .frame {
		padding: 6.6vw;
	}
	.sec-voice .block h3 {
		margin: 0 0 1vw 0;
		padding: 0 0 0 11vw;
		font-size: 5vw;
	}
	.sec-voice .block h3::before {
		top: 1vw;
		width: 9vw;
		height: 7.4vw;
	}
	.sec-voice .block .lead {
		font-size: 3.7vw;
	}
}

/*============================================================
	ENTRY
*/
.sec-entry {
	position: relative;
	padding: 80px 0 0 0;
	text-align: center;
	line-height: 1.6;
}
.sec-entry .ornament {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.sec-entry .ornament .groupe {
	position: absolute;
}
.sec-entry .ornament .groupe i {
	display: block;
	position: absolute;
}
.sec-entry h2 {
	display: flex;
	justify-content: center;
	font-size: 38px;
}
.sec-entry h2 span {
	display: block;
	position: relative;
	padding: 0 0 10px 0;
}
.sec-entry h2 span::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 9px;
	background-color: #e94829;
}
.sec-entry h3 {
	margin: 25px 0 40px 0;
	font-size: 25px;
}
.sec-entry .btn a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 500px;
	height: 140px;
	background-color: #fff;
	border: 2px solid #000;
	font-size: 40px;
}
.sec-entry .btn a i {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
/**/
.os-pc .sec-entry .btn a {
	transition: all 0.3s ease;
}
.os-pc .sec-entry .btn a:hover {
	background-color: #000;
	color: #fff;
}
/**/
.sec-entry .ornament.left .groupe {
	right: 76vw;
	top: 0;
	width: 382px;
	height: 513px;
}
.sec-entry .ornament.left .groupe i:nth-child(1) {
	left: 28%;
	top: 0;
	width: 97px;
	height: 97px;
	background-color: #1bb8ce;
}
.sec-entry .ornament.left .groupe i:nth-child(2) {
	left: 35%;
	top: 51%;
	width: 192px;
	height: 10px;
	background-color: #1bb8ce;
}
.sec-entry .ornament.left .groupe i:nth-child(3) {
	left: 0;
	top: 59%;
	width: 257px;
	height: 131px;
	background-color: #1bb8ce;
}
.sec-entry .ornament.left .groupe i:nth-child(4) {
	left: 5%;
	top: 24%;
	width: 48px;
	height: 48px;
	background-color: #e94829;
}
.sec-entry .ornament.left .groupe i:nth-child(5) {
	right: 0;
	top: 12%;
	width: 203px;
	height: 95px;
	background-color: #e94829;
}
.sec-entry .ornament.left .groupe i:nth-child(6) {
	left: 61%;
	bottom: 0;
	width: 82px;
	height: 128px;
	background-color: #e94829;
}
.sec-entry .ornament.right .groupe {
	left: 76vw;
	top: 80px;
	width: 382px;
	height: 300px;
}
.sec-entry .ornament.right .groupe i:nth-child(1) {
	left: 16%;
	top: 30%;
	width: 323px;
	height: 108px;
	background-color: #1bb8ce;
}
.sec-entry .ornament.right .groupe i:nth-child(2) {
	left: 57%;
	bottom: 0;
	width: 42px;
	height: 42px;
	background-color: #1bb8ce;
}
.sec-entry .ornament.right .groupe i:nth-child(3) {
	left: 41%;
	top: 0;
	width: 201px;
	height: 36px;
	background-color: #e94829;
}
.sec-entry .ornament.right .groupe i:nth-child(4) {
	left: 0;
	top: 58%;
	width: 132px;
	height: 88px;
	background-color: #e94829;
}
/* TB */
@media screen and (max-width: 979px) {
	.sec-entry .ornament.left .groupe {
		right: 50%;
		margin: 0 300px 0 0;
	}
	.sec-entry .ornament.right .groupe {
		left: 50%;
		margin: 0 0 0 300px;
	}
}
/* SP */
@media screen and (max-width: 767px) {
	.sec-entry {
		padding: 80px 0 0 0;
		line-height: 1.6;
	}
	.sec-entry .ornament {
		display: none;
	}
	.sec-entry .container {
		padding: 0 3.2vw;
	}
	.sec-entry h2 {
		font-size: 7vw;
	}
	.sec-entry h2 span {
		padding: 0 0 2vw 0;
	}
	.sec-entry h2 span::after {
		height: 6px;
	}
	.sec-entry h3 {
		margin: 6vw 0;
		font-size: 4.5vw;
	}
	.sec-entry .btn a {
		width: 100%;
		height: 26vw;
		font-size: 7.4vw;
	}
	.sec-entry .btn a i {
		right: 4vw;
	}
	.sec-entry .ornament {
		display: none;
	}
}