@charset "utf-8";

:root {
	--font_family: YakuHanJP, 'Noto Sans JP', sans-serif;
	--font_montserrat: Montserrat, sans-serif;
	--white: #fff;
	--black: #000;
	--blue: #005FCE;
	--blue_light: #00B2F0;
	--blue_dark: #3B3F40;
	--green: #AAFF00;
	--green_dark: #52778B;
	--red: #A80024;
	--gray_light: #EDF1F3;
	--header_h: 80px;
	--max_w: 1200px;
	--easing: cubic-bezier(.8,0,.4,1);
	--border_radius: 6px;
}

/* 
 * Reset
 * ==================================================================================================== */
*,
*:before,
*:after {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	vertical-align: baseline;
	box-sizing: border-box;
}

html {
	font-size: 1px;
	max-height: 100vh;
	overflow-y: scroll;
	overflow-x: hidden;
	cursor: default;
}

.active_menubutton {
	overflow-y: hidden;
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

::-webkit-scrollbar-track {
	background: var(--gray_line);
}

::-webkit-scrollbar-thumb {
	background-color: var(--green);
}

body {
	color: var(--black);
	font-size: 16rem;
	font-family: var(--font_family);
	line-height: 1;
	letter-spacing: 0;
	word-break: break-all;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%;
	margin: 0;
	padding: 0;
}

input,
textarea,
button,
select,
option,
textarea {
	font-family: var(--font_family);
	margin: 0;
	padding: 0;
	outline: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

a:link,
a:before,
a:after,
a img,
a svg,
input[type='image'],
input[type='submit'],
button,
button:before,
button:after {
	color: var(--blue);
	text-decoration: underline;
	transition: .2s var(--easing);
}

a:visited {
	color: var(--blue);
}

a:hover {
	text-decoration: none;
}

a:hover img {
	opacity: .8;
}

a:focus {
	outline: none;
}

a:focus-visible,
button:focus-visible {
	outline-style: dotted;
	outline-color: var(--black);
	outline-width: medium;
	outline-offset: 3px;
	transition: 0s;
}

img {
	width: 100%;
	max-width: none;
	height: auto;
}

svg {
	width: 100%;
	height: auto;
}

button {
	margin:0;
	padding:0;
	border:0;
	background:transparent;
}

sup {
	font-size: calc(1em / 2);
	line-height: 1;
	letter-spacing: .1em;
	vertical-align: text-top;
}

sub {
	font-size: calc(1em / 1.5);
	line-height: 1;
	letter-spacing: .1em;
	margin-inline: .1em;
	vertical-align: baseline;
}

strong,
em,
b {
	font-weight: 700;
}

::selection {
	color: var(--black);
	background: var(--green);
}









.u-show_mobile {
	display: none !important;
}

.u-hide_mobile {
	display: block !important;
}

.u-show_tablet {
	display: none !important;
}

.u-hide_tablet {
	display: block !important;
}

.g-main {
}

.u-contents:not(:first-of-type) {
	margin-top: 120px;
}

.u-inner {
	max-width: calc(var(--max_w) + (60px * 2));
	margin-inline: auto;
	padding-inline: 60px;
}

.u-cover {
	background: rgba(0,0,0,.3);
	position: fixed;
	visibility: hidden;
	opacity: 0;
	transition: .2s var(--easing);
	z-index: 100;
	inset: 0;
	backdrop-filter: blur(2px);
	will-change: backdrop-filter;
}

.active_menubutton .u-cover {
	opacity: 1;
	visibility: visible;
	transition: .6s var(--easing);
}

/*icon*/
a[target='_blank']:after {
	content: '';
	vertical-align: baseline;
	width: .825em;
	height: .825em;
	margin-inline: .45em;
	margin-bottom: -.05em;
	display: inline-block;
	background: url("/recruit/fresh/_assets/images/common/icon_blank_01_white.svg") no-repeat center / 100%;
}

a[target='_blank'].-black:after {
	background-image: url("/recruit/fresh/_assets/images/common/icon_blank_01_black.svg");
}

a[target='_blank'].-black:hover:after {
	background-image: url("/recruit/fresh/_assets/images/common/icon_blank_01_green.svg");
}

a[target='_blank'].blank_none:after {
	display: none;
}

.u-icon {
	display: inline-block;
	position: relative;
}

.u-icon_arrow:link {
	font-weight: 500;
	text-decoration: none;
}

.u-icon_arrow:hover {
	text-decoration: underline;
}

.u-icon_arrow:after {
	content: '';
	vertical-align: text-bottom;
	width: 20px;
	height: 20px;
	margin: 0 0 0 .35em;
	display: inline-block;
	background: url("/recruit/fresh/_assets/images/common/arrow_01_white.svg") no-repeat center / 100%;
}

.u-icon_arrow.-black:after {
	background-image: url("/recruit/fresh/_assets/images/common/arrow_01_black.svg");
}

.u-icon_arrow.-black.-close:after {
	background-image: url("/recruit/fresh/_assets/images/common/close_01_black.svg");
}

.u-icon_arrow.-blue:after {
	background-image: url("/recruit/fresh/_assets/images/common/arrow_01_blue.svg");
}

.no-touch .u-icon_arrow:hover:after {
	background-image: url("/recruit/fresh/_assets/images/common/arrow_01_green.svg");
}

.u-icon_arrow.-down:before {
	background-image: url("/_assets/images/common/arrow_01@blue_down.svg");
}

.u-icon_arrow[href$='.pdf']:after {
	display: none;
}

.u-icon_arrow[href$='.pdf'] span {
	text-indent: 0;
	vertical-align: bottom;
	display: inline-block;
}

.u-icon_arrow[href$='.pdf'] span:before {
	content: 'PDF';
	font-size: .6em;
	line-height: 0;
	vertical-align: baseline;
	text-indent: 0;
	margin-inline: .75em;
	padding: .75em .65em .75em;
	display: inline-block;
	border: 1px solid var(--blue);
	border-radius: .4em;
	transform: translate(0,-.3em);
}

.u-icon_window {
	
}

/*button*/
.u-button > * {
	min-height: 68px;
	padding: 0 60px .15em 32px;
	border-radius: 100vmax;
	border: 1px solid var(--black);
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	overflow: hidden;
	transform: translateZ(0);
}

.u-button > *:link {
	color: var(--black);
	text-decoration: none;
	transition: .4s var(--easing);
}

.u-button > *:link:hover {
	transition: .8s var(--easing);
}

.u-button > *:before {
	content: '';
	width: 28px;
	height: 28px;
	background: url("/recruit/fresh/_assets/images/common/arrow_01_black.svg") no-repeat center / 100%;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0,-50%);
	z-index: 10;
}

.u-button > *:after {
	content: '';
	width: 0;
	padding: 0;
	display: block;
	background: var(--green);
	border-radius: 100vmax;
	position: absolute;
	top: 50%;
	right: calc(20px + (28px / 2));
	transform: translate(50%,-50%);
	transition: .4s var(--easing);
}

.u-button > *[target='_blank']:after {
	vertical-align: baseline;
	width: 0;
	height: 0;
	margin-inline: 0;
	margin-bottom: 0;
	display: block;
	background: var(--green);
}

.no-touch .u-button > *:hover:after {
	width: 100%;
	padding: 100%;
	transition: .4s var(--easing);
}

.u-button > * > * {
	font-size: 18rem;
	font-weight: 700;
	line-height: 1.3;
	position: relative;
	z-index: 10;
}

.mark {
	margin-inline: .35em;
	padding-inline: .15em;
	display: inline-block;
	background: transparent;
	position: relative;
}

.mark:after {
	content: '';
	width: 100%;
	height: .75em;
	display: block;
	border-radius: 3px;
	background: #777;
	position: absolute;
	bottom: -.1em;
	left: 0;
}

.mark.-blue:after {
	background: #5E9CFF;
}

.mark.-orange:after {
	background: #FED923;
}

.mark > * {
	position: relative;
	z-index: 10;
}

/* Template Flex */
.u-flex.-module > * {
	color: var(--black);
	font-size: 20rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	padding: 20px;
	background: #B5B5B5;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.u-flex {
	display: flex;
	flex-wrap: wrap;
}


.u-flex.-center {
	justify-content: center;
}

.u-flex.-right {
	justify-content: flex-end;
}

.u-flex.-middle {
	align-items: center;
}

.u-flex.-bottom {
	align-items: flex-end;
}

.u-flex.-reverse {
	flex-direction: row-reverse;
}

.u-flex.-between {
	justify-content: space-between;
}

.u-flex > * {
	margin: 10px;
}

.u-flex.-row {
	margin-inline: -10px;
}

.u-flex.-row1 > * { width: calc(100% / 1 - (10px * 2)); }
.u-flex.-row2 > * { width: calc(100% / 2 - (10px * 2)); }
.u-flex.-row3 > * { width: calc(100% / 3 - (10px * 2)); }
.u-flex.-row4 > * { width: calc(100% / 4 - (10px * 2)); }
.u-flex.-row5 > * { width: calc(100% / 5 - (10px * 2)); }
.u-flex.-row6 > * { width: calc(100% / 5 - (10px * 2)); }

.u-flex.-row2_1 > *:nth-child(1) { flex-grow: 1; }
.u-flex.-row2_1 > *:nth-child(n + 1) { width: calc(100% / 3 - (10px * 2)); }

.u-flex.-row3_1 > *:nth-child(1) { flex-grow: 1; }
.u-flex.-row3_1 > *:nth-child(n + 1) { width: calc(100% / 4 - (10px * 2)); }




.u-flex.-row .u-text:first-child {
	margin-top: -.6em;
}


.u-border_radius {
	border-radius: var(--border_radius);
}

/* Template List */
.u-list {
	margin-top: 1.5em;
}

.u-list + * {
	margin-top: 30px;
}

.u-list li {
	line-height: 1.75;
	padding-left: 1em;
	position: relative;
}

.u-list li:not(:first-child) {
	margin: .5em 0 0;
}

.u-list li:before {
	content: '';
	width: .5em;
	height: .5em;
	margin: .75em 0 0;
	background: var(--green_dark);
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.u-list li i {
	color: var(--green_dark);
	font-size: 18rem;
	font-weight: 700;
	white-space: nowrap;
	padding: 0 .35em 0 0;
	display: table-cell;
}

.u-list li span {
	display: table-cell;
}

.u-list li ul,
.u-list li ol {
	margin-top: .25em;
	padding-bottom: .5em;
}

.u-list li ul li,
.u-list li ol li {
	margin-top: .2em;
}

.u-list li ul li:before,
.u-list li ol li:before {
	width: 6px;
	height: 6px;
	background: #7A828F;
}

.u-list.u-flex.-row2 > li:nth-child(n + 3) {
	margin-top: 15px;
}

.u-list_num {
	display: table
}

.u-list_num li {
	padding-left: 0;
}

.u-list_num li:before {
	display: none;
}

.u-list_note {
	margin: 20px 0 0;
}

.u-list_note li {
	color: #484848;
	font-size: 14rem;
	line-height: 1.5;
	margin: .5em 0 0;
	padding-left: 0;
	display: table
}

.u-list_note li > * {
	font-size: 14rem;
	font-weight: 400;
	display: table-cell;
}

.u-list_note li i {
	color: var(--green_dark);

	white-space: nowrap;
}

.u-list_note li:before {
	display: none;
}

.u-list--inline li {
	display: inline-block;
}

.u-list--inline li:nth-child(n + 1) {
	margin-right: 1em;
}

/* Template Table */
.u-intoScroll-desc {
	display: none;
}

.u-table_corner + .u-table_corner {
	margin-top: 60px;
}

.u-table_corner .u-table {
	table-layout: fixed;
	border-top: 1px solid var(--gray_line);
}

.u-table_corner th {
	color: var(--black);
	font-size: 14rem;
	font-weight: 500;
	line-height: 1.75;
	text-align: left;
	word-wrap: break-word;
	vertical-align: middle;
	padding: 13px 25px;
	background: var(--gray_light);
	border-bottom: 1px solid var(--gray_line);
	position: relative;
}

.u-table_corner td {
	font-size: 14rem;
	line-height: 1.75;
	vertical-align: middle;
	word-wrap: break-word;
	padding: 13px 20px;
	border-bottom: 1px solid var(--gray_line);
	border-left: 1px solid var(--gray_line);
	position: relative;
}

.u-table_corner td > * {
	margin-top: 0;
}

.u-table_head th {
	color: var(--white);
	background: var(--blue_dark);
}

.u-table_head th:not(:first-child) {
	border-left: 1px solid var(--gray_line);
}

.u-table_head th.border-left {
	border-left: 1px solid var(--gray_line);
}

.u-table_corner-important th {
	font-weight: 700;
	background: #E2F0FB;
}

.u-table_corner-important td {
	font-weight: 700;
	background: #E2F0FB;
}

.u-table_corner .border-left-none {
	border-left: 0;
}

.u-table_corner .border-left {
	border-left: 1px solid var(--gray-dark) !important;
}

.u-table_corner.-compact th,
.u-table_corner.-compact td {
	font-size: 1.4rem;
	line-height: 1.35;
	padding: .75em .8em .8em .8em;
}

.u-table_corner .u-icon_arrow_basic--after:after {
	vertical-align: -.45em;
	transform-origin: top left;
	transform: scale(.85);
}

.u-table .u-font--rl {
	letter-spacing: .5em;
}

.u-table .u-font--rl {
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	white-space: pre;
	display:inline-block;
}

.u-table_corner .u-align--center th {
	text-align: center;
	padding-right: 1em;
	padding-left: 1em;
}

.u-table_corner .u-align--center td {
	text-align: center;
	padding-right: .5em;
	padding-left: .5em;
}

.u-table_corner th sup {
	font-weight: 400;
}

.u-table_corner .u-icon--pdf:after,
.u-table_corner .u-icon--window:after {
	vertical-align: -.2em;
}

.u-table_corner .u-table small {
	vertical-align: baseline;
}

.u-intoScroll__inner {
	overflow-x: auto;
	overflow-y: visible;
	position: relative;
	-webkit-overflow-scrolling: touch;
}

/*table*/
.l-table {
	margin: 24px 0 0;
	padding: 3px;
	display: flex;
	background: var(--gray_light);
	border-radius: 5px;
}

.l-table + .l-table {
	margin-top: 8px;
}

.l-table > .head {
	line-height: 1.5;
	width: 156px;
	padding: 25px 20px 20px;
}

.l-table > .head + .cell {
	line-height: 1.5;
	width: calc(100% - 156px);
	padding: 22px 46px 25px;
	flex-grow: 1;
	background: var(--white);
	border-radius: 5px;
}

.l-table > .head + .cell > *:first-child {
	margin-top: 0;
}


/* Template Title */
.u-title_page {
	margin-inline: auto;
	padding-top: var(--header_h);
	background: var(--gray_light);
}

.u-title_page .u-inner {
	max-width: none;
	height: 340px;
	padding-inline: clamp(83px, 6.07%, 100vw);
	display: flex;
	align-items: center;
}

.u-title_page .name {
	color: var(--black);
	font-size: 36rem;
	font-weight: 900;
	line-height: 1.25;
	display: block;
}

.u-title_page .name:before {
	content: attr(data-en);
	font-family: var(--font_montserrat);
	font-size: 120rem;
	font-weight: 200;
	line-height: .85;
	letter-spacing: -.05em;
	margin: 0 0 .1em;
	display: block;
}

.u-title_hi {
	margin-top: 120px;
	position: relative;
}

.u-title_hi:first-child {
	margin-top: 0;
}

.u-title_hi:after {
	content: '';
	width: 100%;
	height: 1px;
	margin-bottom: .825em;
	background: #808080;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.u-title_hi > * {
	color: var(--green_dark);
	font-size: 30rem;
	font-weight: 900;
	line-height: 1.5;
	padding: 0 .35em 0 0;
	background: var(--white);
	position: relative;
	z-index: 10;
}

.u-title_hi + * {
	margin-top: 56px !important;
}

.u-title_hi + .u-title_mid {
	margin-top: 72px !important;
}

.u-title_mid {
	margin-top: 66px;
	position: relative;
	border-bottom: 1px solid var(--gray_line);
	background: var(--white);
}

.u-title_mid:first-child {
	margin-top: 0;
}

.u-title_mid + * {
	margin-top: 20px;
}

.u-title_mid > * {
	color: var(--black);
	font-size: 22rem;
	line-height: 1.5;
	letter-spacing: .035em;
}

.u-title_low {
	margin-top: 40px;
	position: relative;
}

.u-title_low:first-child {
	margin-top: 0;
}

.u-title_low + * {
	margin-top: 20px;
}

.u-title_low > * {
	color: var(--black);
	font-size: 16rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .035em;
	display: inline-block;
}

.u-title_small {
	margin-top: 32px;
	position: relative;
}

.u-title_small:first-child {
	margin-top: 0;
}

.u-title_small + * {
	margin-top: 15px;
}

.u-title_small > * {
	color: var(--black);
	font-size: 14rem;
	line-height: 1.5;
	letter-spacing: .035em;
}

.l-main_lead {
	margin: 80px 0 0;
	padding-inline: clamp(60px, 6.07%, 100vw);
}

/* Template Image */
.u-image figcaption {
	font-size: 14rem;
	line-height: 1.5;
	margin: .4em 0 0;
}

.u-text {
	line-height: 1.75;
}

.u-text + .u-text {
	margin-top: 1em;
}

.u-align_center {
	text-align: center;
}

.u-align_right {
	text-align: right;
}

.u-box {
	background: var(--gray_light);
	padding: 40px;
	position: relative;
}

.u-box.-conpact {
	padding: 25px 20px;
}

.u-box + * {
	margin-top: 30px;
}

.u-box .u-title_mid > * {
	font-size: 20px;
}

/*modal*/
.js-modal + .js-modal_element {
/*
	opacity: 0;
	visibility: hidden;
*/
	position: absolute;
	scale: 0;
}

.u-modal {
	margin-top: var(--header_h);
	position: fixed;
	inset: 0;
	z-index: 200;
	opacity: 0;
	visibility: hidden;
	transition: .3s ease;
}

.active_modal {
	overflow-y: hidden;
}

.active_modal .u-cover {
	opacity: 1;
	visibility: visible;
}

.active_modal .u-modal {
	opacity: 1;
	visibility: visible;
}

.u-modal_inner {
	width: 100%;
	padding: 0 0 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.u-modal_campus {
	max-width: 1200px;
	max-height: calc(100vh - (60px * 2 + var(--header_h)));
	margin-inline: auto;
	padding-bottom: 30px;
	background: var(--white);
	border-radius: 6px;
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	transition: .3s ease;
}

.active_scroll .u-modal_campus {
	max-height: calc(100dvh - (40px * 2 + 80px));
}

.u-modal-button-close {
	text-align: center;
}

.u-modal-button-close > * {
	color: var(--black);
	text-decoration: none;
	font-size: 15rem;
	font-weight: 500;
}

.u-modal-button-close > *:after {
	margin-bottom: -.1em;
}

.no-touch .u-modal-button-close > *:hover {
	text-decoration: underline;
}



.u-video_stage {
	position: relative;
}

.u-video_stage > video {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.u-modal_stage {
	padding-top: 80px;
	padding-bottom: 40px;
}

.u-modal_button_close {
	width: 100%;
	position: absolute;
	bottom: 30px;
	left: 0;
}

.u-modal_button_close > * {
	color: var(--white) !important;
	font-size: 1.7rem;
	min-width: 200px;
	min-height: 60px;
	border-color: var(--white);
}

.u-modal_button_close > *:hover {
	background: rgba(0,0,0,.1);
}

.u-modal_button_close > *:after {
/*	content: url("/_assets/img/common/icon_cross_01@white.svg");*/
	width: 13px;
}

.u-modal_button_close > *:hover:after {
	right: 20px;
	transform: translate(0,-50%) rotate(90deg);
}

.u-modal .close_icon {
	color: transparent;
	font-size: 0;
	width: 28px;
	height: 28px;
	margin: 26px 0 0 0;
	background: var(--black);
	border-radius: 100vmax;
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(-100%,0);
	cursor: pointer;
	transition: .3s ease;
	z-index: 30;
}

.u-modal .close_icon:before,
.u-modal .close_icon:after {
	content: '';
	width: 50%;
	height: 1px;
	display: block;
	background: var(--white);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}

.u-modal .close_icon:after {
	transform: translate(-50%,-50%) rotate(135deg);
}

.u-modal .close_icon:hover {
	background: var(--green);
	transform: translate(-100%,0) scale(1);
}

.u-modal .close_icon:hover:before,
.u-modal .close_icon:hover:after {
	background: var(--black);
}

.u-modal .close_text {
	text-align: center;
}

.u-modal .close_text button {
	font-size: 16rem;
	font-weight: 500;
	text-decoration: none;
	position: relative;
}

.u-modal .close_text button i {
	content: '';
	vertical-align: bottom;
	width: 22px;
	height: 22px;
	margin: 0 5px 0 0;
	display: inline-block;
	border: 1px solid var(--blue);
	background: var(--white);
	border-radius: 100vmax;
	transition: .3s ease;
	z-index: 10;
	position: relative;
}

.u-modal .close_text button i:before,
.u-modal .close_text button i:after {
	content: '';
	width: 50%;
	height: 1px;
	display: block;
	background: var(--blue);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}

.u-modal .close_text button i:after {
	transform: translate(-50%,-50%) rotate(135deg);
}

.u-modal .close_text button:hover i {
	background: var(--blue);
	transform-origin: center;
}

.u-modal .close_text button:hover i:before,
.u-modal .close_text button:hover i:after {
	background: var(--white);
}

/*modal entry*/
.l-entry_modal {
	text-align: center;
	max-width: var(--max_w);
	max-height: calc(100vh - var(--header_h) - (20px * 2));
	margin-inline: auto;
	padding-inline: 60px;
	background: var(--white);
	border-radius: 5px;
	overflow-x: hidden;
	overflow-y: auto;
}

.l-entry_title {
	color: var(--green_dark);
	font-size: 24rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 70px 0 0;
}

.l-entry_title + * {
	margin-top: 20px;
}

.l-entry_buttons {
	margin: 40px 0;
	display: flex;
	justify-content: center;
}

.l-entry_buttons .u-button {
	text-align: left;
	margin: 12px 0 0;
	padding-inline: 12px;
}

.l-entry_buttons .u-button > * {
	color: var(--black);
	width: 280px;
}


.l-person_card {
	padding: 0 0 20px;
	display: flex;
	border-bottom: 1px solid var(--gray_line);
}

.l-person_card + * {
	margin-top: 20px;
}

.l-person_card .image {
	width: 123px;
}

.l-person_card .image img {
	border-radius: 100vmax;
}

.l-person_card .data {
	width: calc(100% - 123px);
	padding: 5px 0 0 20px;
	flex-grow: 1;
}

.l-person_card .label {
	color: var(--blue);
	font-size: 15rem;
	font-weight: 700;
	letter-spacing: .05em;
}

.l-person_card .title {
	color: var(--black);
	font-size: 20rem;
	line-height: 1.5;
	margin: 5px 0 0;
}

.l-person_card .name {
	font-size: 14rem;
	font-weight: 700;
	margin: 15px 0 0;
}

.l-person_card .name > * {
	vertical-align: baseline;
}

.l-person_card .name b {
	font-size: 20rem;
	margin-inline: .5em;
	display: inline-block;
}

.l-person_card .name small {
	font-size: 14rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 10px;
	display: block;
}

/*anchor-menu*/
.u-anchor_menu {
	display: flex;
	flex-wrap: wrap;
}

.u-anchor_menu > * {
	margin: 0 20px 15px 0;
}

/*on imagezoom*/
.u-on_imagezoom .u-on_imagezoom_inner {
	position: relative;
	overflow: hidden;
	transform: translateZ(0);
}

.u-on_imagezoom .u-on_imagezoom_inner:after {
	content: '';
	width: 100%;
	height: 100%;
	inset: 0;
	display: block;
	border: 2px solid var(--blue);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: .2s var(--easing);
}

.no-touch .u-on_imagezoom:hover .u-on_imagezoom_inner:after {
	opacity: 1;
}

.u-on_imagezoom .u-on_imagezoom_inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: scale .6s ease;
}

.no-touch .u-on_imagezoom:hover .u-on_imagezoom_inner img {
	scale: 1.1;
	opacity: 1;
}


.g-wrapper {
	position: relative;
}

.g-breadcrumb {
	width: 100%;
	max-width: calc(var(--max_w) + (60px * 2));
	margin: calc(var(--header_h) + 20px) 0 0;
	padding-inline: 60px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	z-index: 10;
	display: none;
}

.g-breadcrumb_items {
	display: flex;
	flex-wrap: wrap;
}

.g-breadcrumb_item {
	font-size: 11rem;
	line-height: 1.35;
	margin: 5px 0 0;
	position: relative;
}

.g-breadcrumb_item:not(:last-of-type) {
	padding: 0 30px 0 0;
}

.g-breadcrumb_item:not(:last-of-type):after {
	content: '';
	width: .5em;
	height: .5em;
	margin: .25em 0 0;
	border-top: 1px solid var(--black);
	border-right: 1px solid var(--black);
	display: block;
	position: absolute;
	top: 0;
	right: 1em;
	transform-origin: top left;
	rotate: 45deg;
}

.g-breadcrumb_item a {
	color: var(--black);
	text-decoration: none;
}

.no-touch .g-breadcrumb_item a:hover {
	text-decoration: underline;
}

.g-breadcrumb_item:last-of-type a {
	pointer-events: none;
}

.g-container {
}

.p-side_menu .g-container {
	padding-inline: clamp(83px, 6.07%, 100vw);
	display: flex;
	justify-content: center;
}

.p-side_menu .g-side {
	width: 25.5%;
	padding: 115px 0 0;
}

.p-side_menu .g-side .items {
	position: sticky;
	top: 120px;
	left: 0;
}

.p-side_menu .g-side .items li {
	margin: 20px 0 0;
}

.p-side_menu .g-side .items li a {
	color: var(--black);
	font-size: 15rem;
	font-weight: 500;
	line-height: 1.5;
	text-decoration: none;
	padding: 0 1.75em 0 0;
	position: relative;
}

.p-side_menu .g-side .items li a:after {
	content: '';
	vertical-align: bottom;
	width: 20px;
	height: 20px;
	margin: 0 0 .1em .35em;
	display: inline-block;
	background: url("/recruit/fresh/_assets/images/common/arrow_01_black.svg") no-repeat center / 100%;
	transform: rotate(90deg);
}

.p-side_menu .g-side .items li a:hover {
	text-decoration: underline;
}

.p-side_menu .g-side .items li a:hover:after {
	background-image: url("/recruit/fresh/_assets/images/common/arrow_01_green2.svg");
}

.p-side_menu .g-side .items li a.active {
	color: var(--green_dark);
	font-weight: 900;
}

.p-side_menu .g-main-body .u-inner {
	max-width: none;
	padding-inline: 0;
}

.p-side_menu .g-main {
	width: calc(100% - 25.5%);
	padding: 120px 0 0;
}


/*header*/
.g-header {
	width: 100%;
	height: var(--header_h);
	background: var(--white);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
	transition: background-color .4s var(--easing);
}

.g-header:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #98ACB9;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	transition: opacity .4s var(--easing);
}

.g-header_logo {
	line-height: 1.35;
	margin: 0 0 0 60px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}

.g-header_logo em {
	display: flex;
	align-items: center;
}

.g-header_logo a {
	color: var(--black);
	text-decoration: none;
}

.no-touch .g-header_logo a:hover,
.no-touch .g-header_logo a:hover > * {
	opacity: .8;
}

.g-header_logo .logo {
	width: calc(152px + 34px);
	padding: 0 34px 0 0;
	border-right: 1px solid #808080;
	display: inline-block;
}

.g-header_logo .name {
	font-size: 15rem;
	font-weight: 700;
	padding: 0 0 0 20px;
}

/*g-navi*/
.g-navi {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
}

.g-navi .entry a {
	color: var(--green);
	text-decoration: none;
	width: 144px;
	height: var(--header_h);
	background: var(--green_dark);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.no-touch .g-navi .entry a:hover {
	color: var(--green_dark);
	background: var(--green);
}

.g-navi .entry .name {
	font-size: 12rem;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	width: 100%;
	margin: 0 0 -.25em;
}

.g-navi .entry .name:before {
	content: attr(data-en);
	font-family: var(--font_montserrat);
	font-size: 38rem;
	font-weight: 200;
	letter-spacing: -.05em;
	margin: 0 0 2px;
	display: block;
}

.g-menubutton {
	width: var(--header_h);
	height: var(--header_h);
	background: var(--blue_dark);
	position: relative;
}

.no-touch .g-menubutton:hover {
	background: var(--green);
}

.g-menubuttons {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: .6s var(--easing);
}

.g-menubuttons > * {
	width: 24px;
	height: 3px;
	background: var(--white);
	border-radius: 100vmax;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transform-origin: left center;
	transition: .2s var(--easing);
}

.no-touch .g-menubutton:hover .g-menubuttons > * {
	background: var(--black);
}

.g-menubuttons > *.top {
	margin-top: -9px;
}

.g-menubuttons > *.bottom {
	margin-top: 9px;
}

.active_menubutton .g-menubutton {
	background: #DCE4E8;
}

.active_menubutton .g-menubuttons > * {
	background: var(--black);
	margin-left: 10px;
	opacity: 0;
}

.active_menubutton .g-menubuttons > *.top {
	transition-delay: 0s;
}

.active_menubutton .g-menubuttons > *.center {
	transition-delay: .1s;
}

.active_menubutton .g-menubuttons > *.bottom {
	transition-delay: .2s;
}

.g-menuclosebuttons {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(2);
	transition: .4s 0s var(--easing);
	opacity: 0;
}

.g-menuclosebuttons > * {
	width: 30px;
	height: 3px;
	background: var(--black);
	border-radius: 100vmax;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transform-origin: center;
	transition: .2s var(--easing);
}

.g-menuclosebuttons > *.left {
	transform: translate(-50%,-50%) rotate(40deg);
}

.g-menuclosebuttons > *.right {
	transform: translate(-50%,-50%) rotate(-40deg);
}

.active_menubutton .g-menuclosebuttons {
	opacity: 1;
	transform: translate(-50%,-50%) scale(1);
	transition: .4s .4s var(--easing);
}

.g-navi_menu_items {
	display: flex;
	justify-content: flex-end;
}

.g-navi_menu_item {
	margin: 0 24px 0 0;
}

.g-navi_menu_item a {
	color: var(--black);
	font-weight: 500;
	text-decoration: none;
	position: relative;
	transition: 0s;
}

.g-navi_menu_item a.arrow {
	padding: 0 16px 0 0;
}

.g-navi_menu_item > a:before {
	content: '';
	width: 100%;
	height: 3px;
	margin: 0 0 -7px;
	display: block;
	background: var(--green);
	border-radius: 100vmax;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0) scaleX(0);
}

.g-navi_menu_item > a:hover:before,
.p-information .g-navi_menu_item > a:before {
	transform: translate(-50%,0) scaleX(1);
}

.g-navi_menu_item a.arrow:after {
	content: '';
	width: 11px;
	height: 6px;
	display: block;
	background: url("/_assets/images/common/arrow_02@gray_down.svg") no-repeat center / 100%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
}

.g-navi_menu-item button:hover b {
	color: #0066CC;
}

.p-information .g-navi_menu_item > a {
	pointer-events: none;
}

/*gnavi pulldown*/
.g-navi_pulldown {
	color: var(--white);
	width: 100%;
	background: var(--blue_dark);
	border-radius: 0 0 5px 5px;
	position: absolute;
	top: var(--header_h);
	left: 0;
	z-index: 250;
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	overflow: hidden;
	transform: translateZ(0);
	transition: clip-path .2s var(--easing);
}

.active_menubutton .g-navi_pulldown {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	transition: clip-path .4s var(--easing);
}

.g-navi_pulldown a {
	color: var(--white);
	text-decoration: none;
}

.g-navi_pulldown .menus {
	display: flex;
}

.g-navi_pulldown .menus .primary {
	margin: 30px 0 0;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}

.g-navi_pulldown .menus .primary_child {
	width: calc(100% / 3);
}

.g-navi_pulldown .lists {
	margin: 56px 0 0;
	padding: 1px 0 3px 14px;
	border-left: 1px solid var(--white);
}

.g-navi_pulldown .lists .title b {
	font-size: 20rem;
	font-weight: 900;
	display: block;
}

.g-navi_pulldown .lists .title b.no_name {
	color: transparent;
	font-size: 0;
	margin-bottom: -10px;
	position: absolute;
}

.g-navi_pulldown .lists .title b:before {
	content: attr(data-en);
	color: var(--white);
	font-family: var(--font_montserrat);
	font-size: 15rem;
	font-weight: 200;
	letter-spacing: -.05em;
	margin: 0 0 7px;
	display: block;
	rotate: .1deg;
}

.g-navi_pulldown .lists ul {
	margin: 30px 0 0;
}

.g-navi_pulldown .lists ul li {
	font-size: 15rem;
	line-height: 1.5;
	margin: 12px 0 0;
}

.g-navi_pulldown .lists ul li a {
	font-weight: 400;
}

.g-navi_pulldown .lists ul li a br {
	line-height: 0;
}

.g-navi_pulldown .lists ul li a.no-link {
	pointer-events: none;
}

.g-navi_pulldown .lists ul li a.no-link.u-icon_arrow:after {
	content: '（Coming Soon）';
	color: var(--white);
	font-size: 11rem;
	text-decoration: none;
	letter-spacing: .1em;
	width: auto;
	height: auto;
	margin: .25em 0 0;
	padding: 0;
	background-image: none;
	display: block;
	opacity: .7;
}

.g-navi_pulldown .lists ul li a[target='_blank']:after {
	width: 20px;
	height: 20px;
	background-image: url("/recruit/fresh/_assets/images/common/icon_blank_02_white.svg");
}

.no-touch .g-navi_pulldown .lists ul li a[target='_blank']:hover:after {
	background-image: url("/recruit/fresh/_assets/images/common/icon_blank_02_green.svg");
}

.g-navi_pulldown .secondary {
	width: 282px;
	margin: 30px 0 0;
}

.g-navi_pulldown .banners {
	margin: 56px 0 0;
}

.g-navi_pulldown .banners figure {
	position: relative;
}

.g-navi_pulldown .banners figure:after {
	content: '';
	inset: 0;
	display: block;
	border: 3px solid var(--green);
	position: absolute;
	z-index: 10;
	opacity: 0;
	transition: .2s var(--easing);
}

.g-navi_pulldown .banners a:after {
	display: none;
}

.g-navi_pulldown .banners b {
	font-size: 15rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 5px 0 0;
	display: block;
}

.g-navi_pulldown .banners b:after {
	content: '';
	width: 13px;
	height: 10px;
	margin: 0 0 0 6px;
	display: inline-block;
	background: url("/recruit/fresh/_assets/images/common/icon_blank_01_white.svg") no-repeat center / 100%;
	transition: .2s var(--easing);
}

.no-touch .g-navi_pulldown .banners a:hover {
	text-decoration: underline;
	opacity: 1;
}

.no-touch .g-navi_pulldown .banners a:hover img {
	opacity: 1;
}

.no-touch .g-navi_pulldown .banners a:hover figure:after {
	opacity: 1;
}

.no-touch .g-navi_pulldown .banners a:hover b:after {
	background-image: url("/recruit/fresh/_assets/images/common/icon_blank_01_green.svg");
}

.no-touch .g-navi_pulldown .banners a:hover b:after {
}

.entry_button {
	margin: 96px 0 0;
}

.entry_button .title {
	color: var(--green);
	font-family: var(--font_montserrat);
	font-size: 56rem;
	font-weight: 200;
	letter-spacing: -.05em;
}

.entry_button .title + * {
	margin-top: 10px;
}

.entry_button .u-button > * {
	color: var(--green);
	background: var(--green_dark);
	border: 0;
}

.no-touch .entry_button .u-button > *:hover {
	color: var(--green_dark);
}

.menus_sub ul {
	padding: 70px 0;
	display: flex;
}

.menus_sub ul li {
	font-size: 15rem;
	margin: 0 50px 0 0;
}

.no-touch .menus_sub ul li a:hover {
	color: var(--green);
	text-decoration: underline;
}

.no-touch .menus_sub ul li a[target='_blank']:hover:after {
	background-image: url("/recruit/fresh/_assets/images/common/icon_blank_01_green.svg");
}

/*footer*/
.g-footer {
	color: var(--white);
	background: var(--blue_dark);
}

.g-footer .g-navi_pulldown {
	background: transparent;
	border-radius: 0;
	position: relative;
	top: auto;
	left: auto;
	transition: 0;
	clip-path: none;
	z-index: 0;
}

.g-footer .menus_sub ul {
	padding-bottom: 25px;
}

.g-footer .entry_button {
	display: none;
}

.g-footer_copyright {
	padding: 20px 0;
	background: var(--black);
}

.g-footer_copyright .u-inner {
	display: flex;
	justify-content: space-between;
}

.g-footer_copyright ul {
	display: flex;
}

.g-footer_copyright ul li {
	margin: 0 40px 0 0;
}

.g-footer_copyright ul li a {
	color: var(--white);
	font-size: 14rem;
	text-decoration: none;
}

.no-touch .g-footer_copyright ul li a:hover {
	color: var(--green);
	text-decoration: underline;
}

.no-touch .g-footer_copyright ul li a[target='_blank']:hover:after {
	background-image: url("/recruit/fresh/_assets/images/common/icon_blank_01_green.svg");
}

.no-touch .g-footer_copyright .copyright {
	font-family: var(--font_montserrat);
	font-size: 14rem;
}

.sns_button {
	margin: 60px 0 0;
	display: flex;
	flex-wrap: wrap;
}

.sns_button .title {
	font-family: var(--font_montserrat);
	font-size: 20rem;
	font-weight: 500;
	white-space: nowrap;
	margin: 0 14px 0 0;
	display: flex;
}

.sns_button a {
	color: transparent;
	font-size: 0;
	width: 24px;
	height: 20px;
	margin-right: 15px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
}

.sns_button a.yt {
	background-image: url("/recruit/fresh/_assets/images/common/icon_sns_01_white.svg"), url("/recruit/fresh/_assets/images/common/icon_sns_01_green.svg");
	background-size: 100% auto, 0;
}

.no-touch .sns_button a.yt:hover {
	background-image: url("/recruit/fresh/_assets/images/common/icon_sns_01_green.svg");
}

.sns_button a.ig {
	background-image: url("/recruit/fresh/_assets/images/common/icon_sns_02_white.svg"), url("/recruit/fresh/_assets/images/common/icon_sns_02_green.svg");
	background-size: 100% auto, 0;
}

.no-touch .sns_button a.ig:hover {
	background-image: url("/recruit/fresh/_assets/images/common/icon_sns_02_green.svg");
}

/*pagetop*/
.g-pagetop {
	padding: 0 0 20px;
	right: 40px;
	z-index: 90;
}

.g-pagetop.stop {
	transform: translate(0,-100%);
	transition: 0s;
}

.g-pagetop a {
	color: var(--white);
	font-size: 14rem;
	font-weight: 300;
	line-height: 1;
	text-decoration: none;
	padding: 3px .75em 3px 1em;
	display: flex;
	align-items: center;
	background: var(--blue_dark);
	border-radius: 100vmax;
	opacity: 0;
}

.active_scroll .g-pagetop a {
	opacity: 1;
}

.no-touch .g-pagetop a:hover {
	color: var(--black);
	background-color: var(--green);
}

.g-pagetop a:after {
	content: '';
	width: 20px;
	height: 20px;
	margin: 3px 0 3px 15px;
	display: inline-block;
	background: var(--blue_dark) url("/recruit/fresh/_assets/images/common/arrow_02_white.svg") no-repeat center / 100% 100%;
	rotate: -90deg;
	border-radius: 100vmax;
}










/*cta_entry*/
.u-cta_entry {
	margin: 160px 0 0;
}

.u-cta_entry a {
	text-decoration: none;
	padding: 70px 0;
	background: var(--green_dark);
	display: block;
	border: 8px solid var(--green_dark);
}

.no-touch .u-cta_entry a:hover {
	border: 8px solid var(--green);
}

.u-cta_entry a[target='_blank']:after {
	display: none;
}

.u-cta_entry .u-button > *:after {
	background: var(--white);
}

.no-touch .u-cta_entry a:hover .u-button > *:after {
	width: 100%;
	padding: 100%;
	transition: .8s var(--easing);
}

.u-cta_entry .entry_button .title {
	font-size: 120rem;
	font-weight: 200;
	text-align: center;
}

.u-cta_entry .entry_button {
	margin-top: 0;
}

.u-cta_entry .entry_button .u-button > * {
	color: var(--black);
	text-decoration: none;
	width: 280px;
	margin-inline: auto;
	background: var(--green);
}

.no-touch .u-cta_entry .entry_button .u-button > *:hover {
	color: var(--black);
}

.l-location_box {
	margin-top: 24px;
	padding: 40px 28px;
	background: var(--gray_light);
	border-radius: 5px;
	position: relative;
}

.l-location_box .badge {
	color: var(--white);
	font-size: 16rem;
	font-weight: 500;
	line-height: 1;
	padding: 6px 15px 9px;
	background: var(--green_dark);
	border-radius: 5px 0 5px 0;
	position: absolute;
	top: 0;
	left: 0;
}

.l-location_voice {
	margin: 40px 0 0;
	padding-bottom: 30px;
}

.l-location_voice .title {
	font-size: 18rem;
	font-weight: 700;
}

.l-location_voice .title + * {
	margin-top: 20px;
}

.l-location_voice .items + .items {
	margin-top: 60px;
}

.l-location_voice .items > * {
	max-width: 65.5%;
	min-width: 590px;
	padding: 28px 42px 28px 22px;
	display: flex;
	align-items: center;
	border: 6px solid var(--green);
	background: var(--white);
	border-radius: 5px;
	position: relative;
}

.l-location_voice .items > *:after {
	content: url("/recruit/fresh/_assets/images/workplace/img_06.svg");
	position: absolute;
	bottom: 0;
	left: 15px;
	translate: 0 calc(100% - .01em);
	z-index: 10;
}

.l-location_voice .items > *:nth-child(even) {
	margin-top: -20px;
	margin-left: auto;
}

.l-location_voice .items > * figure {
	width: 85px;
}

.l-location_voice .items > * figure img {
	border-radius: 50%;
}

.l-location_voice .items > * p {
	font-size: 20rem;
	font-weight: 700;
	line-height: 1.5;
	width: calc(100% - 85px);
	padding: 0 0 0 20px;
}

.l-working .l-working_items {
	margin-top: 72px;
	margin-inline: -12px;
	display: flex;
	flex-wrap: wrap;
}

.l-working .l-working_items > * {
	width: calc(100% / 3 - (12px * 2));
	margin: 12px;
	padding: 0 30px 30px;
	background: var(--gray_light);
	border-radius: 5px;
}

.l-working .l-working_items > *:nth-of-type(-n + 3) {
	margin-top: 0;
}

.l-working .l-working_items > *:nth-child(n + 4) {
	margin-top: 60px;
}

.l-working .l-working_items figure {
	width: 80px;
	margin-inline: auto;
	translate: 0 -50%;
}

.l-working .l-working_items h3 {
	font-size: 18rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	margin: -1em 0 0;
	display: block;
}

.l-working .l-working_items h3 + * {
	margin-top: 20px;
}

.l-working .l-working_items .u-text {
	font-size: 14rem;
	line-height: 1.5;
}

.l-working .l-working_items .u-list {
	margin-top: 25px;
}

.l-working .l-working_items .u-list li {
	font-size: 14rem;
	line-height: 1.5;
}

.l-working .l-working_items .u-list li:before {
	margin-top: .5em;
}




.u-acpanel .item {
	padding: 3px;
	background: var(--gray_light);
	border-radius: 5px;
}

.u-acpanel .item:not(:first-child) {
	margin-top: 8px;
}

.u-acpanel_summary {
	min-height: 86px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 75px 0 40px;
	position: relative;
	cursor: pointer;
}

.u-acpanel_summary .u-text {
	font-size: 18rem;
	font-weight: 700;
	line-height: 1.5;
}

.u-acpanel_summary .statetus {
	width: 20px;
	height: 20px;
	display: block;
	border-radius: 100vmax;
	background: var(--black);
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translate(0,-50%);
	transition: .2s var(--easing);
}

.u-acpanel_summary .statetus:before,
.u-acpanel_summary .statetus:after {
	content: '';
	width: 8px;
	height: 1px;
	background: var(--white);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: .4s var(--easing);
}

.u-acpanel_summary .statetus:after {
	transform: translate(-50%,-50%) rotate(90deg);
}

.u-acpanel_summary.active .statetus:after {
	transform: translate(-50%,-50%) rotate(180deg);
}

.no-touch .u-acpanel_summary:hover .statetus {
	background: var(--green);
}

.no-touch .u-acpanel_summary:hover .statetus:before,
.no-touch .u-acpanel_summary:hover .statetus:after {
	background: var(--black);
}

.u-acpanel_detail {
	background: var(--white);
	border-radius: 3px;
	position: relative;
	display: none;
}

.u-acpanel_detail .inner {
	padding: 30px 75px 30px 40px;
	position: relative;
}



.u-width_100 { width: 100%; }
.u-width_95 { width: 95%; }
.u-width_90 { width: 90%; }
.u-width_85 { width: 85%; }
.u-width_80 { width: 80%; }
.u-width_75 { width: 75%; }
.u-width_70 { width: 70%; }
.u-width_65 { width: 65%; }
.u-width_60 { width: 60%; }
.u-width_55 { width: 55%; }
.u-width_50 { width: 50%; }
.u-width_45 { width: 45%; }
.u-width_40 { width: 40%; }
.u-width_35 { width: 35%; }
.u-width_40 { width: 40%; }
.u-width_30 { width: 30%; }
.u-width_25 { width: 25%; }
.u-width_20 { width: 20%; }
.u-width_15 { width: 15%; }
.u-width_10 { width: 10%; }

.u-mgt_125 { margin-top: 125px !important; }
.u-mgt_120 { margin-top: 120px !important; }
.u-mgt_115 { margin-top: 110px !important; }
.u-mgt_110 { margin-top: 110px !important; }
.u-mgt_105 { margin-top: 100px !important; }
.u-mgt_100 { margin-top: 100px !important; }
.u-mgt_95 { margin-top: 95px !important; }
.u-mgt_90 { margin-top: 90px !important; }
.u-mgt_85 { margin-top: 85px !important; }
.u-mgt_80 { margin-top: 80px !important; }
.u-mgt_75 { margin-top: 75px !important; }
.u-mgt_70 { margin-top: 70px !important; }
.u-mgt_65 { margin-top: 65px !important; }
.u-mgt_60 { margin-top: 60px !important; }
.u-mgt_55 { margin-top: 55px !important; }
.u-mgt_50 { margin-top: 50px !important; }
.u-mgt_45 { margin-top: 45px !important; }
.u-mgt_40 { margin-top: 40px !important; }
.u-mgt_35 { margin-top: 35px !important; }
.u-mgt_30 { margin-top: 30px !important; }
.u-mgt_25 { margin-top: 25px !important; }
.u-mgt_20 { margin-top: 20px !important; }
.u-mgt_15 { margin-top: 15px !important; }
.u-mgt_10 { margin-top: 10px !important; }
.u-mgt_5 { margin-top: 5px !important; }
.u-mgt_0 { margin-top: 0 !important; }
.u-mgt_-10 { margin-top: -10px !important; }
.u-mgt_-20 { margin-top: -20px !important; }
.u-mgt_-30 { margin-top: -30px !important; }
.u-mgt_-40 { margin-top: -40px !important; }
.u-mgt_-50 { margin-top: -50px !important; }
.u-mgt_-60 { margin-top: -60px !important; }
.u-mgt_-70 { margin-top: -70px !important; }

.u-color_blue {
	color: var(--blue);
}

.u-font_montserrat {
	font-family: var(--font_montserrat);
}

.u-font_8 { font-size: 8rem !important; }
.u-font_9 { font-size: 9rem !important; }
.u-font_10 { font-size: 10rem !important; }
.u-font_11 { font-size: 11rem !important; }
.u-font_12 { font-size: 12rem !important; }
.u-font_13 { font-size: 13rem !important; }
.u-font_14 { font-size: 14rem !important; }
.u-font_15 { font-size: 15rem !important; }
.u-font_16 { font-size: 16rem !important; }
.u-font_17 { font-size: 17rem !important; }
.u-font_18 { font-size: 18rem !important; }
.u-font_19 { font-size: 19rem !important; }
.u-font_20 { font-size: 20rem !important; }
.u-font_21 { font-size: 21rem !important; }
.u-font_22 { font-size: 22rem !important; }
.u-font_23 { font-size: 23rem !important; }
.u-font_24 { font-size: 24rem !important; }
.u-font_25 { font-size: 25rem !important; }
.u-font_26 { font-size: 26rem !important; }
.u-font_27 { font-size: 27rem !important; }
.u-font_28 { font-size: 28rem !important; }
.u-font_29 { font-size: 29rem !important; }
.u-font_30 { font-size: 30rem !important; }
