@charset 'UTF-8';

html ,
body ,
div ,
span ,
applet ,
object ,
iframe ,
h1 ,
h2 ,
h3 ,
h4 ,
h5 ,
h6 ,
p ,
blockquote ,
pre ,
a ,
abbr ,
acronym ,
address ,
big ,
cite ,
code ,
del ,
dfn ,
em ,
img ,
ins ,
kbd ,
q ,
s ,
samp ,
small ,
strike ,
strong ,
sub ,
sup ,
tt ,
var ,
b ,
u ,
i ,
center ,
dl ,
dt ,
dd ,
ol ,
ul ,
li ,
fieldset ,
form ,
label ,
legend ,
table ,
caption ,
tbody ,
tfoot ,
thead ,
tr ,
th ,
td ,
article ,
aside ,
canvas ,
details ,
embed ,
figure ,
figcaption ,
footer ,
header ,
hgroup ,
menu ,
nav ,
output ,
ruby ,
section ,
summary ,
time ,
mark ,
audio ,
video {
	padding: 0;
	margin: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
}

h1 ,
h2 ,
h3 ,
h4 ,
h5 ,
h6 {
	margin-bottom: 1.5em;
	font-weight: bold;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}

ol ,
ul {
	padding-left: 1.5em;
	margin-bottom: 1.5em;
}

table {
	width: 100%;
	margin-bottom: 1.5em;
	border-collapse: collapse;
	border-spacing: 0;
}

table th ,
table td {
	padding: 0.5em;
	border: 1px solid #000000;
}

table th {
	font-weight: bold;
}

caption ,
th ,
td {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

q ,
blockquote {
	quotes: none;
}

q::before ,
q::after ,
blockquote::before ,
blockquote::after {
	content: '';
	content: none;
}

a img {
	border: none;
}

article ,
aside ,
details ,
figcaption ,
figure ,
footer ,
header ,
hgroup ,
main ,
menu ,
nav ,
section ,
summary {
	display: block;
}

* ,
*::before ,
*::after {
	box-sizing: border-box;
}

body * {
	max-height: 99999em;
	word-break: break-word;
}

p {
	margin-bottom: 1.5em;
}

a:hover {
	text-decoration: none;
}

a:not([class]) {
	color: inherit;
}

img {
	display: inline-block;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

input ,
label ,
select ,
button {
	line-height: inherit;
}

input ,
label ,
select ,
button ,
textarea {
	display: inline-block;
	padding: 0;
	margin: 0;
	font: inherit;
	word-break: normal;
	vertical-align: middle;
	white-space: normal;
	-webkit-appearance: none;
	background: none;
	border: 0;
}

button:focus {
	outline: 0;
}

input:focus ,
textarea:focus ,
select:focus {
	outline: auto;
}

input[type=search] {
	-webkit-appearance: textfield;
}

::-webkit-search-decoration {
	display: none;
}

textarea {
	overflow: auto;
	line-height: 1.5;
	white-space: pre-line;
	resize: none;
}

button {
	color: inherit;
}

@media print {
	body {
		-webkit-print-color-adjust: exact;
	}

	html ,
	body {
		width: 1600px;
		margin: 0;
	}

	@page {
		margin: 0;

		size: 11in 14.028in;
	}

	@page :left {
		margin: 0;
	}

	@page :right {
		margin: 0;
	}

	@page :first {
		margin-top: 0;
	}
}

html {
	line-height: 1;
	transition: opacity 0.3s ease;
	opacity: 1;
}

html:not(.is-visible) {
	opacity: 0;
}

body {
	color: #363646;
	letter-spacing: 0.1em;
	transition: opacity 0.3s ease;

	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-text-size-adjust: none;
	   -moz-text-size-adjust: none;
	    -ms-text-size-adjust: none;
}

.container {
	overflow: hidden;
	background-color: #fcfcfc;
}

.eJOY__extension_ai_adv_root_class .container {
	display: none !important;
}

.hidden {
	display: none;
}

.trans {
	text-decoration: none;
	transition: opacity 0.26s ease;
	opacity: 1;
}

.trans:hover {
	opacity: 0.8;
}

.no-animation {
	animation: none !important;
}

.image-common {
	display: block;
	width: 100%;
}

.object-common {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.font-roboto {
	font-family: Roboto, sans-serif;
}

.font-inter {
	font-family: Inter, sans-serif;
}

.font-outfit {
	font-family: Outfit, sans-serif;
}

.first-view {
	transition: opacity 0.26s;
	opacity: 0;
}

.wf-active .first-view {
	opacity: 1;
}

.pointer-none {
	pointer-events: none;
}

@media print, (min-width: 768px) {
	html {
		font-size: 625%;
	}

	main {
		padding-top: 80px;
	}

	body {
		font-family: 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック', 'メイリオ', Meiryo, sans-serif;
		font-size: 0.17rem;
		font-weight: 500;
		line-height: 1.7647058824;
	}

	.container {
		min-width: 1340px;
	}

	.wrapper {
		width: 1300px;
		padding-right: 18px;
		padding-left: 18px;
		margin-right: auto;
		margin-left: auto;
	}

	.sm {
		display: none !important;
	}
}

@media only screen and (max-width: 767.98px) {
	html {
		min-height: 100vh;
		font-size: 26.6666666667vw;
	}

	html::-webkit-scrollbar {
		display: none;
	}

	main {
		padding-top: 0.6rem;
	}

	.has-menu {
		position: fixed;
		left: 0;
		width: 100%;
	}

	body {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 0.16rem;
		font-weight: 400;
		line-height: 1.875;
	}

	.container {
		min-width: 320px;
	}

	.wrapper {
		padding-right: 0.24rem;
		padding-left: 0.24rem;
	}

	.md {
		display: none !important;
	}

	.is-text-long {
		letter-spacing: 0 !important;
	}
}

header {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
}

header.is-top {
	background: transparent;
	box-shadow: unset;
}

header::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(255, 255, 255, 0.85);
	transition: opacity 0.4s;
	opacity: 0;
}

header.is-background::before {
	opacity: 1;
}

header .wrapper {
	width: unset;
}

header .header-content {
	align-items: center;
	-ms-flex-align: center;
	display: -ms-flexbox;
	display: flex;
}

header .header-content .header-logo {
	margin-bottom: 0;
}

header .header-content .logo-link {
	display: block;
}

header .header-content .content-text {
	color: #ff6f05;
	line-height: 1.2;
	letter-spacing: -0.01em;
	text-align: center;
	border: 1px solid #ff6f05;
	border-radius: 0.13rem;
}

.header-navigation {
	z-index: 101;
}

.navigation-menu {
	padding: 0;
	margin: 0;
	letter-spacing: 0.048em;
	list-style-type: none;
}

.navigation-menu > li a {
	display: block;
	color: #363646;
	font-weight: 500;
}

.navigation-content .content-button a {
	position: relative;
	align-items: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border-radius: 0.05rem;
}

.navigation-content .button-text {
	line-height: 1.2222222222;
	letter-spacing: 0.025em;
	-ms-transform: translateY(0);
	    transform: translateY(0);
	opacity: 1;
}

.navigation-content .button-active {
	position: absolute;
	top: 0;
	left: 50%;
	width: max-content;
	line-height: 1.2941176471;
	letter-spacing: 0.01em;
	-ms-transform: translate(-50%, 20px);
	    transform: translate(-50%, 20px);
	opacity: 0;
}

.navigation-content .button-active .is-modify {
	letter-spacing: -0.1em;
}

@media print, (min-width: 768px) {
	.navigation-content .button-graduate ,
	.navigation-content .button-career {
		transition: opacity 0.26s ease;
	}

	.navigation-content .button-graduate:hover .button-text ,
	.navigation-content .button-career:hover .button-text {
		opacity: 0;
	}

	.navigation-content .button-graduate:hover .button-active ,
	.navigation-content .button-career:hover .button-active {
		opacity: 1;
	}
}

@media print, (min-width: 768px) {
	header {
		min-width: 1340px;
		background-color: #ffffff;
		box-shadow: 0 3px 15px rgba(62, 62, 62, 0.06);
	}

	header .wrapper {
		align-items: center;
		-ms-flex-align: center;
		display: -ms-flexbox;
		display: flex;
		min-height: 80px;
		padding: 0 30px 0 37px;
	}

	header .header-content {
		margin-right: 32px;
	}

	header .header-logo {
		margin-right: 13px;
	}

	header .logo-link {
		width: 120px;
	}

	header .content-text {
		min-width: 101px;
		min-height: 25px;
		padding: 3px 4px 1px;
		font-family: Inter, sans-serif;
		font-size: 0.16rem;
		font-weight: 600;
	}

	.header-navigation {
		-ms-flex: 1;
		    flex: 1;
		display: block !important;
		height: auto !important;
		opacity: 1 !important;
	}

	.navigation-group {
		-ms-flex-direction: row-reverse;
		    flex-direction: row-reverse;
		-ms-flex-pack: justify;
		justify-content: space-between;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 2px;
	}

	.navigation-menu {
		align-items: center;
		-ms-flex-align: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -20px;
		font-size: 0.16rem;
	}

	.navigation-menu > li {
		position: relative;
		margin: 6px 20px 0;
	}

	.navigation-menu > li a {
		display: block;
	}

	.navigation-menu > li a.is-instagram {
		width: 32px;
		height: 32px;
	}

	.navigation-content .content-button {
		display: -ms-flexbox;
		display: flex;
	}

	.navigation-content .content-button a {
		min-width: 160px;
		min-height: 55px;
		padding: 12px 10px 10px;
		font-size: 0.18rem;
	}

	.navigation-content .content-button a .button-active {
		font-size: 0.17rem;
	}

	.navigation-content .button-text ,
	.navigation-content .button-active {
		transition: opacity 0.26s ease, transform 0.26s ease;
	}

	.navigation-content .button-career {
		margin-left: 6px;
		background: url('../img/common/btn_background_02.png') center/contain no-repeat;
	}

	.navigation-content .button-graduate {
		background: url('../img/common/btn_background_01.png') center/contain no-repeat;
	}

	.navigation-content .button-graduate:hover .button-text ,
	.navigation-content .button-career:hover .button-text {
		-ms-transform: translateY(-20px);
		    transform: translateY(-20px);
	}

	.navigation-content .button-graduate:hover .button-active ,
	.navigation-content .button-career:hover .button-active {
		-ms-transform: translate(-50%, 7px);
		    transform: translate(-50%, 7px);
	}
}

@media only screen and (max-width: 767.98px) {
	header {
		background-color: rgba(255, 255, 255, 0.85);
	}

	header.is-active .wrapper {
		background-color: #ffffff;
	}

	header .wrapper {
		width: 100%;
		padding: 0;
		background-color: transparent;
		transition: background-color 0.4s ease;
	}

	header.is-stick {
		top: 0;
		animation: none;
	}

	header .header-inner {
		position: relative;
		align-items: center;
		-ms-flex-align: center;
		z-index: 100;
		display: -ms-flexbox;
		display: flex;
		min-height: 0.6rem;
		padding: 0 0.6rem 0 0.15rem;
	}

	header .header-content {
		margin-right: 0.32rem;
	}

	header .header-content .header-logo {
		margin-right: 0.09rem;
	}

	header .header-content .logo-link {
		width: 0.72rem;
	}

	header .header-content .content-text {
		align-items: center;
		-ms-flex-align: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: -ms-flexbox;
		display: flex;
		min-width: 0.79rem;
		min-height: 0.25rem;
		padding: 0.02rem 0.04rem;
		font-size: 0.12rem;
		font-weight: 600;
	}

	.header-navigation {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 80;
		display: none;
		width: 100%;
		height: 100vh;
		padding-top: 0.6rem;
		background: #ffffff;
	}

	.is-android .header-navigation {
		height: 100vh !important;
	}

	.navigation-group {
		position: relative;
		z-index: 2;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.is-android .navigation-group {
		padding-bottom: 0.2rem;
	}

	.navigation-menu {
		position: relative;
		padding: 0.47rem 0.32rem 0.46rem;
		font-size: 0.16rem;
		letter-spacing: 0.025em;
	}

	.navigation-menu > li:not(:last-child) {
		margin-bottom: 0.55rem;
	}

	.navigation-menu > li {
		position: relative;
		padding: 0 0.2rem;
		transition: margin 0.4s ease;
	}

	.navigation-menu > li::before ,
	.navigation-menu > li::after {
		position: absolute;
		bottom: -0.02rem;
		left: 0.2rem;
		display: block;
		height: 1px;
		content: '';
		background: #000000;
	}

	.navigation-menu > li::before {
		width: 2.71rem;
		border-bottom: 1px solid #e0e0e0;
	}

	.navigation-menu > li::after {
		z-index: 1;
		width: 0.24rem;
		border-bottom: 1px solid #ff5d07;
		transition: width 0.4s ease;
	}

	.navigation-menu > li.is-active {
		margin-bottom: 1rem;
	}

	.navigation-menu > li.is-active::after {
		width: 2.71rem;
	}

	.navigation-menu > li.is-active .menu-title {
		color: #ff6f05;
	}

	.navigation-menu .menu-title {
		padding-right: 0.3rem;
		color: #363646;
		transition: color 0.4s;
		opacity: 1;
	}

	.navigation-menu .button-sub-menu {
		position: absolute;
		top: 0;
		right: 0.2rem;
		display: block;
		width: 2.72rem;
		height: 0.3rem;
		cursor: pointer;
	}

	.navigation-menu .button-sub-menu::before {
		position: absolute;
		top: 50%;
		right: 0.1rem;
		display: block;
		width: 0.08rem;
		height: 0.08rem;
		content: '';
		border: solid #000000;
		border-width: 0 1px 1px 0;
		-ms-transform: translateY(-50%) rotate(45deg);
		    transform: translateY(-50%) rotate(45deg);
		transition: all 0.4s;
	}

	.navigation-menu .button-sub-menu.is-open::before {
		border-color: #ff5d07;
		-ms-transform: translateY(calc(-50% + 0.04rem)) rotate(225deg);
		    transform: translateY(calc(-50% + 0.04rem)) rotate(225deg);
	}

	.navigation-content {
		padding: 0.46rem 0.37rem 0.48rem 0.38rem;
		background-color: #f2f2f2;
	}

	.navigation-content .content-text {
		margin-bottom: 0.04rem;
		font-size: 0.14rem;
		font-weight: 500;
		letter-spacing: 0.025em;
		text-align: center;
	}

	.navigation-content .content-button {
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 0.16rem;
	}

	.navigation-content .content-button a {
		min-width: 1.46rem;
		min-height: 0.49rem;
		padding: 0.05rem;
		font-size: 0.16rem;
	}

	.navigation-content .button-career {
		margin-left: 0.08rem;
		background: url('../img/common/sp/btn_background_02.png') center/contain no-repeat;
	}

	.navigation-content .button-graduate {
		background: url('../img/common/sp/btn_background_01.png') center/contain no-repeat;
	}

	.navigation-content .button-graduate .button-text ,
	.navigation-content .button-career .button-text {
		letter-spacing: 0.08em;
	}

	.is-android .navigation-content .button-graduate .button-text ,
	.is-android .navigation-content .button-career .button-text {
		padding-bottom: 0.03rem;
	}

	.navigation-content .button-seminar {
		align-items: center;
		-ms-flex-align: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: -ms-flexbox;
		display: flex;
		min-width: 1.46rem;
		min-height: 0.5rem;
		padding: 0.1rem;
		color: #ffffff;
		font-size: 0.15rem;
		font-weight: bold;
		letter-spacing: 0.05em;
		text-decoration: none;
		background-color: #363646;
		border-radius: 0.25rem;
	}

	.sub-menu {
		display: none;
		padding-bottom: 0.17rem;
		padding-left: 0;
		margin-top: 0.4rem;
		font-size: 0.14rem;
		list-style: none;
	}

	.sub-menu li {
		position: relative;
	}

	.sub-menu > li:not(:last-child) {
		margin-bottom: 0.18rem;
	}

	.sub-menu .button-sub-menu::before {
		width: 0;
		height: 0;
		background: transparent;
		border-color: #000000 transparent transparent;
		border-style: solid;
		border-width: 0.2rem 0.1rem 0;
	}

	.sub-menu .button-sub-menu::after {
		display: none;
	}

	.sub-menu .button-sub-menu.is-open::before {
		-ms-transform: translate(-50%, -50%) rotate(180deg);
		    transform: translate(-50%, -50%) rotate(180deg);
	}

	.button-menu {
		position: absolute;
		top: 0;
		right: 0;
		width: 0.6rem;
		height: 0.6rem;
		background-color: #363646;
		transition: background-color 0.4s ease;
		cursor: pointer;
	}

	.button-menu span {
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		width: 0.15rem;
		height: 1px;
		border-bottom: 1px solid #ffffff;
		-ms-transform: translate(-50%, -50%);
		    transform: translate(-50%, -50%);
		transition: all 0.4s;
	}

	.button-menu span:nth-child(1) {
		top: 0.25rem;
	}

	.button-menu span:nth-child(2) {
		top: 0.3rem;
	}

	.button-menu span:nth-child(3) {
		top: 0.35rem;
	}

	.button-menu.is-active {
		background-color: #ff6f05;
	}

	.button-menu.is-active span:nth-of-type(1) {
		-ms-transform: translate(-50%, 0.04rem) rotate(-45deg);
		    transform: translate(-50%, 0.04rem) rotate(-45deg);
	}

	.button-menu.is-active span:nth-of-type(2) {
		left: 50%;
		opacity: 0;
	}

	.button-menu.is-active span:nth-of-type(3) {
		-ms-transform: translate(-50%, -0.06rem) rotate(45deg);
		    transform: translate(-50%, -0.06rem) rotate(45deg);
	}

	.group-link {
		padding: 0.05rem 0.54rem 0.48rem;
	}

	.group-link a {
		display: inline-block;
		margin-bottom: 0.14rem;
		color: #363646;
		font-size: 0.12rem;
		line-height: 1.8333333333;
		letter-spacing: 0.02em;
		text-decoration: none;
	}

	.group-link .link-outside {
		position: relative;
	}

	.group-link .link-outside::before {
		position: absolute;
		top: 0.03rem;
		right: -0.17rem;
		width: 0.14rem;
		height: 0.14rem;
		content: '';
		background: url('../img/common/icn_copy.svg') center/contain no-repeat;
	}

	.group-link .link-instagram {
		position: relative;
		padding-left: 0.23rem;
		margin-right: 0.4rem;
		font-weight: 400;
	}

	.group-link .link-instagram::before {
		position: absolute;
		top: 0;
		left: -0.02rem;
		width: 0.22rem;
		height: 0.22rem;
		content: '';
		background: url('../img/common/icn_instagram.svg') center/contain no-repeat;
	}

	.group-link .link-privacy {
		font-family: Roboto, sans-serif;
		font-weight: 400;
	}
}

@media print {
	header {
		position: absolute;
	}
}

.button-top {
	z-index: 100;
	width: 0.9rem;
	height: 1rem;
	cursor: pointer;
}

.button-top span {
	display: block;
	width: 0.72rem;
	height: 0.72rem;
	margin: 0 auto;
	text-indent: -999px;
	background: url(../img/common/btn_top.png) no-repeat center/100% auto;
	border-radius: 100%;
}

.button-top .button-text {
	color: #363646;
	font-size: 0.14rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
}

@media print, (min-width: 768px) {
	.button-top {
		position: absolute;
		right: 42px;
		bottom: 20px;
		z-index: 100;
		transition: opacity 0.3s ease, visibility 0.3s ease;
		pointer-events: auto;
	}

	.button-top:hover {
		opacity: 0.8;
	}
}

@media only screen and (max-width: 767.98px) {
	.button-top {
		position: absolute;
		top: -1.52rem;
		left: 50%;
		-ms-transform: translateX(-50%);
		    transform: translateX(-50%);
	}

	.button-top .button-text {
		margin-bottom: -1px;
	}
}

.section-common-scroll {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	transition: opacity 0.26s, visibility 0.26s;
	transition-duration: 0.8s;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.section-common-scroll.is-show {
	opacity: 1;
	visibility: visible;
}

.section-common-scroll.is-show .side-item {
	-ms-transform: translateX(0);
	    transform: translateX(0);
	transition-delay: 0s !important;
}

.section-common-scroll .button-top {
	pointer-events: auto;
}

@media print, (min-width: 768px) {
	.section-common-scroll {
		min-width: 1340px;
	}

	.section-common-scroll.is-stuck {
		position: absolute;
		bottom: 100%;
	}
}

@media only screen and (max-width: 767.98px) {
	.section-common-scroll {
		position: absolute;
	}
}

footer {
	position: relative;
	color: #ffffff;
	background-color: #363646;
}

footer .footer-logo .logo-link {
	display: block;
	cursor: pointer;
}

footer .navigation-list {
	padding-left: 0;
	list-style: none;
}

footer .navigation-list li a {
	display: block;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.5;
}

footer .footer-info {
	letter-spacing: 0.02em;
}

footer .info-name ,
footer .info-address ,
footer .address-link {
	display: block;
}

footer .address-link {
	color: #ffffff;
}

footer .footer-small {
	display: block;
	text-align: center;
}

.footer-link a {
	display: inline-block;
	color: #ffffff;
	font-size: 0.16rem;
	letter-spacing: 0.024em;
	text-decoration: none;
}

.footer-link .link-privacy {
	font-weight: 400;
	letter-spacing: 0.02em;
}

.button-fixed-wrap {
	position: fixed;
	right: 0;
	bottom: 120px;
	z-index: 2;
	pointer-events: auto;
}

.button-fixed-wrap.is-button-stuck {
	position: absolute;
	top: -330px;
	bottom: auto;
}

.button-fixed {
	width: 50px;
	height: 203px;
	padding: 38px 10px 20px;
	color: #ffffff;
	font-size: 0.18rem;
	font-weight: bold;
	letter-spacing: 0.22em;
	background: url('../img/common/bgr_button_fixed.png') center/cover no-repeat;
	transition: opacity 0.26s ease;
	filter: drop-shadow(0 3px 15px rgba(64, 64, 64, 0.06));

	writing-mode: vertical-rl;
}

.button-fixed .button-text {
	display: block;
	min-height: 134px;
}

@media print, (min-width: 768px) {
	footer {
		padding-top: 63px;
		padding-bottom: 18px;
	}

	footer .wrapper {
		position: relative;
		z-index: 3;
	}

	footer::before {
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 2;
		width: 100%;
		height: 100%;
		content: '';
		background: #363646;
	}

	footer .wrapper {
		width: unset;
		max-width: 1430px;
	}

	footer .footer-logo {
		margin-bottom: 19px;
	}

	footer .footer-logo .logo-link {
		width: 142px;
	}

	footer .footer-wrap {
		-ms-flex-direction: row-reverse;
		    flex-direction: row-reverse;
		-ms-flex-pack: justify;
		justify-content: space-between;
		display: -ms-flexbox;
		display: flex;
		padding-bottom: 92px;
	}

	footer .navigation-list {
		-ms-flex: 1;
		    flex: 1;
		-ms-flex-pack: end;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		justify-content: flex-end;
		display: -ms-flexbox;
		display: flex;
	}

	footer .navigation-list li {
		margin-bottom: 20px;
	}

	footer .navigation-list li:not(:first-child) {
		margin-left: 60px;
	}

	footer .navigation-list li a {
		font-size: 0.18rem;
	}

	footer .footer-info {
		width: 430px;
		letter-spacing: 0.02em;
	}

	footer .info-name {
		margin-bottom: 4px;
	}

	footer .info-address {
		margin-bottom: 51px;
	}

	footer .footer-link {
		padding-left: 3px;
	}

	footer .footer-small {
		font-size: 0.14rem;
		font-weight: 300;
		letter-spacing: 0.1em;
	}

	.footer-link a {
		line-height: 2;
	}

	.footer-link .link-top {
		margin-bottom: 4px;
		line-height: 1.5;
	}

	.footer-link .link-outside {
		position: relative;
		padding-right: 18px;
		margin-bottom: 58px;
	}

	.footer-link .link-outside::before {
		position: absolute;
		top: 7px;
		right: 0;
		width: 14px;
		height: 14px;
		content: '';
		background: url('../img/common/icn_copy_white.svg') center/contain no-repeat;
	}

	.footer-link .link-instagram {
		position: relative;
		padding-left: 46px;
		margin: 0 56px 0 -4px;
	}

	.footer-link .link-instagram::before {
		position: absolute;
		top: -3px;
		left: 0;
		width: 38px;
		height: 38px;
		content: '';
		background: url('../img/common/icn_instagram_white.svg') center/contain no-repeat;
	}
}

@media screen and (max-width: 1340px) and (min-width: 768px) {
	footer .navigation-list > li:not(:first-child) {
		margin-left: 40px;
	}
}

@media only screen and (max-width: 767.98px) {
	footer {
		padding-top: 0.96rem;
		padding-bottom: 0.27rem;
	}

	footer .footer-logo {
		margin-bottom: 0.47rem;
	}

	footer .footer-logo .logo-link {
		width: 0.98rem;
	}

	footer .footer-wrap {
		padding-bottom: 0.91rem;
	}

	footer .navigation-list {
		margin-bottom: 0.61rem;
	}

	footer .navigation-list a {
		display: inline-block;
	}

	footer .navigation-list li:not(:last-child) {
		margin-bottom: 0.16rem;
	}

	footer .navigation-list li:not(:last-child) a {
		font-size: 0.16rem;
	}

	footer .footer-info {
		letter-spacing: 0.02em;
	}

	footer .info-name {
		margin-bottom: 0.11rem;
		font-weight: 400;
	}

	footer .info-address {
		margin-bottom: 0.07rem;
		font-weight: 400;
		line-height: 1.75;
	}

	footer .footer-small {
		font-size: 0.12rem;
		font-weight: 400;
		letter-spacing: 0.02em;
	}

	.footer-link a {
		line-height: 2;
	}

	.footer-link .link-instagram {
		display: block;
		width: 0.34rem;
	}

	.footer-link .link-privacy {
		margin-bottom: 0.24rem;
	}
}

.title-common-primary {
	-ms-flex-direction: column;
	    flex-direction: column;
	display: -ms-flexbox;
	display: flex;
	font-weight: 700;
}

.title-common-primary .title-japanese ,
.title-common-primary .title-english {
	letter-spacing: 0.1em;
}

.title-common-primary .title-english {
	position: relative;
	align-items: center;
	-ms-flex-align: center;
	display: -ms-flexbox;
	display: flex;
	font-family: Roboto, sans-serif;
}

.title-common-primary .title-english::before {
	-ms-flex: 0 0 auto;
	    flex: 0 0 auto;
	display: block;
	        clip-path: polygon(16% 0%, 100% 0%, 84% 100%, 0% 100%);
	content: '';
	background-color: #363646;

	-webkit-clip-path: polygon(16% 0%, 100% 0%, 84% 100%, 0% 100%);
}

.title-common-primary .is-text-color {
	color: #19599a;
}

.is-seminar .title-common-primary .is-text-color {
	color: #e54600;
}

@media print, (min-width: 768px) {
	.title-common-primary {
		margin-bottom: 38px;
		line-height: 1.75;
	}

	.title-common-primary .title-japanese {
		font-size: 0.54rem;
	}

	.title-common-primary .title-english {
		top: -13px;
		font-size: 0.2rem;
	}

	.title-common-primary .title-english::before {
		width: 74px;
		height: 20px;
		margin: -3px 3px 0 0;
	}
}

@media only screen and (max-width: 767.98px) {
	.title-common-primary {
		margin: 0 0 0.27rem 0.03rem;
		line-height: 1.88;
	}

	.title-common-primary .title-japanese {
		font-size: 0.28rem;
	}

	.title-common-primary .title-english {
		margin: 0 0 0 -0.04rem;
		font-size: 0.14rem;
	}

	.title-common-primary .title-english::before {
		position: relative;
		top: -1px;
		width: 0.52rem;
		height: 0.14rem;
		margin-right: 0.05rem;
	}
}

.feat-info {
	position: relative;
}

.feat-info.is-graduate .wrapper::before {
	background-color: #19599a;
}

.feat-info.is-graduate .title-common-secondary {
	color: #19599a;
}

.feat-info.is-career .wrapper::before {
	background-color: #e65900;
}

.feat-info.is-career .title-common-secondary {
	color: #e65900;
}

.feat-info .wrapper {
	position: relative;
}

.feat-info .wrapper::before {
	position: absolute;
	left: 0;
	content: '';
	background-color: #ff5d07;
}

.title-common-secondary {
	color: #ff5d07;
	font-weight: 700;
}

@media print, (min-width: 768px) {
	.feat-info {
		margin-bottom: 200px;
	}

	.feat-info.is-modify .wrapper {
		min-height: 167px;
	}

	.feat-info.is-modify .wrapper::before {
		top: -19px;
		bottom: -28px;
	}

	.feat-info .wrapper {
		width: auto;
		max-width: 1536px;
		padding-left: 136px;
	}

	.feat-info .wrapper::before {
		top: -12px;
		bottom: -16px;
		width: 40px;
	}

	.title-common-secondary {
		margin-bottom: -2px;
		font-size: 0.45rem;
		letter-spacing: 0.08em;
	}

	.info-description {
		width: 800px;
		font-size: 0.17rem;
	}
}

@media only screen and (max-width: 767.98px) {
	.feat-info {
		margin-bottom: 0.65rem;
	}

	.feat-info .wrapper {
		min-height: 0.54rem;
		padding-right: 0.15rem;
		padding-left: 0.21rem;
	}

	.feat-info .wrapper::before {
		top: -0.2rem;
		bottom: -0.06rem;
		width: 0.08rem;
	}

	.title-common-secondary {
		margin: 0 0.03rem 0.08rem;
		font-size: 0.22rem;
	}

	.info-description {
		color: #222222;
		font-size: 0.16rem;
		font-weight: 400;
	}
}

.button-common-primary {
	position: relative;
	align-items: center;
	-ms-flex-align: center;
	display: -ms-flexbox;
	display: flex;
	color: #363646;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-decoration: none;
	background-color: transparent;
}

.button-common-primary:hover {
	color: #ff5d07;
}

.button-common-primary.is-reverse {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.button-common-primary.is-light {
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 0.05rem;
}

.button-common-primary.is-light:hover {
	color: #ffffff;
}

.button-common-primary::before {
	position: absolute;
	overflow: hidden;
	content: '';
	-ms-transform: rotate(0);
	    transform: rotate(0);
	transition: transform 0.26s ease;
}

.button-common-primary .button-arrow {
	position: relative;
}

.button-common-primary .button-arrow::before ,
.button-common-primary .button-arrow::after {
	position: absolute;
	content: '';
	border-bottom: 1px solid #363646;
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
}

.button-common-primary .button-arrow::after {
	transition: width 0.26s ease;
}

.wrapper.is-flex {
	display: -ms-flexbox;
	display: flex;
}

@media print, (min-width: 768px) {
	.button-common-primary {
		display: inline-block;
		max-width: 360px;
		padding: 11px 112px 12px 8px;
		font-size: 0.2rem;
		transition: color 0.26s ease, transform 0.26s ease;
	}

	.button-common-primary.is-reverse {
		max-width: 320px;
		padding: 12px 6px 12px 124px;
		margin: 0 auto;
	}

	.button-common-primary.is-reverse::before {
		top: calc(50% - 6px);
		right: unset;
		left: 8px;
		-ms-transform: translateY(-50%) rotate(187deg);
		    transform: translateY(-50%) rotate(187deg);
	}

	.button-common-primary.is-reverse .button-arrow {
		right: unset;
		left: 124px;
	}

	.button-common-primary.is-reverse .button-arrow::before {
		right: unset;
		left: -96px;
		-ms-transform: translateY(-50%) rotate(124deg);
		    transform: translateY(-50%) rotate(124deg);
	}

	.button-common-primary.is-reverse .button-arrow::after {
		right: unset;
		left: -93px;
	}

	.button-common-primary.is-reverse:hover::before {
		-ms-transform: translate(11px, calc(-50% + 1px)) rotate(303deg);
		    transform: translate(11px, calc(-50% + 1px)) rotate(303deg);
	}

	.button-common-primary.is-light {
		min-width: 365px;
		min-height: 92px;
		padding: 35px 175px 20px 68px;
		margin-left: 911px;
	}

	.button-common-primary.is-light::before {
		top: calc(50% + 2px);
		right: 71px;
		background: url('../img/common/btn_decor_01.png') center/contain no-repeat;
	}

	.button-common-primary.is-light .button-arrow {
		top: calc(50% - 10px);
		right: 184px;
	}

	.button-common-primary.is-light .button-arrow::before {
		top: 7px;
		right: -93px;
	}

	.button-common-primary.is-light .button-arrow::after {
		top: 14px;
		right: -89px;
		width: 77px;
	}

	.button-common-primary::before {
		top: 50%;
		right: 2px;
		width: 45px;
		height: 45px;
		background: url('../img/common/btn_decor_02.png') center/contain no-repeat;
		-ms-transform: translateY(-50%);
		    transform: translateY(-50%);
	}

	.button-common-primary:hover::before {
		-ms-transform: translate(-10px, calc(-50% + 2px)) rotate(121deg);
		    transform: translate(-10px, calc(-50% + 2px)) rotate(121deg);
	}

	.button-common-primary:hover .button-arrow::after {
		width: 58px;
	}

	.button-common-primary .button-arrow {
		position: absolute;
		top: calc(50% - 12px);
		right: 112px;
		-ms-transform: translateY(-50%);
		    transform: translateY(-50%);
	}

	.button-common-primary .button-arrow::before {
		top: 8px;
		right: -90px;
		width: 16px;
		height: 1px;
		-ms-transform: rotate(58deg);
		    transform: rotate(58deg);
	}

	.button-common-primary .button-arrow::after {
		top: 15px;
		right: -86px;
		width: 78px;
		height: 1px;
	}
}

@media only screen and (max-width: 767.98px) {
	.button-common-primary {
		width: 1.84rem;
		min-height: 0.45rem;
		padding: 0.05rem 0.72rem 0.05rem 0.08rem;
		margin: 0 0 0 auto;
		font-size: 0.18rem;
		transition: color 0s ease, transform 0.26s ease;
	}

	.button-common-primary.is-reverse {
		width: 2.6rem;
		padding: 0.05rem 0.08rem 0.05rem 0.88rem;
		margin: 0 0.31rem 0 auto;
	}

	.button-common-primary.is-reverse::before {
		top: 0.05rem;
		right: unset;
		left: 0.1rem;
		-ms-transform: rotate(90deg);
		    transform: rotate(90deg);
	}

	.button-common-primary.is-reverse .button-arrow {
		right: unset;
		left: 0.94rem;
	}

	.button-common-primary.is-reverse .button-arrow::before {
		right: unset;
		left: -0.67rem;
		-ms-transform: rotate(133deg);
		    transform: rotate(133deg);
	}

	.button-common-primary.is-reverse .button-arrow::after {
		right: unset;
		left: -0.66rem;
	}

	.button-common-primary.is-reverse:hover::before {
		-ms-transform: translate(0.1rem, -0.03rem) rotate(315deg);
		    transform: translate(0.1rem, -0.03rem) rotate(315deg);
	}

	.button-common-primary.is-light {
		width: 2.72rem;
		min-height: 0.64rem;
		padding: 0.12rem 1.26rem 0.1rem 0.48rem;
		margin: 0 auto;
		font-size: 0.13rem;
	}

	.button-common-primary.is-light:hover::before {
		-ms-transform: translate(-0.1rem, -0.18rem) rotate(133deg);
		    transform: translate(-0.1rem, -0.18rem) rotate(133deg);
	}

	.is-ios .button-common-primary.is-light:hover::before {
		-ms-transform: translate(-0.07rem, -0.18rem) rotate(133deg);
		    transform: translate(-0.07rem, -0.18rem) rotate(133deg);
	}

	.button-common-primary.is-light::before {
		top: calc(50% + 0.05rem);
		right: 0.62rem;
		width: 0.3rem;
		height: 0.3rem;
		background: url('../img/common/sp/btn_decor_01.png') center/contain;
		-ms-transform: translateY(-50%);
		    transform: translateY(-50%);
	}

	.button-common-primary.is-light .button-arrow {
		top: calc(50% - 0.07rem);
		right: 1.4rem;
	}

	.button-common-primary.is-light .button-arrow::after {
		width: 0.45rem;
	}

	.button-common-primary::before {
		top: calc(50% - 0.16rem);
		right: -0.02rem;
		width: 0.36rem;
		height: 0.36rem;
		background: url('../img/common/sp/btn_decor_02.png') center/contain no-repeat;
	}

	.button-common-primary:hover::before {
		-ms-transform: translate(-0.12rem, -0.03rem) rotate(133deg);
		    transform: translate(-0.12rem, -0.03rem) rotate(133deg);
	}

	.button-common-primary:hover .button-arrow::after {
		width: 0.34rem;
	}

	.button-common-primary .button-arrow {
		position: absolute;
		top: calc(50% - 0.1rem);
		right: 0.78rem;
		-ms-transform: translateY(-50%);
		    transform: translateY(-50%);
	}

	.button-common-primary .button-arrow::before {
		top: 0.07rem;
		right: -0.64rem;
		width: 0.11rem;
		height: 0.01rem;
		-ms-transform: rotate(50deg);
		    transform: rotate(50deg);
	}

	.button-common-primary .button-arrow::after {
		top: 0.12rem;
		right: -0.62rem;
		width: 0.55rem;
		height: 0.01rem;
	}
}

.button-common-secondary {
	align-items: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	font-weight: 700;
	border-radius: 1rem;
	cursor: pointer;
}

.button-common-secondary.is-send {
	color: #ffffff;
	letter-spacing: 0.024em;
	background-color: #19599a;
}

.is-graduate .button-common-secondary.is-send {
	background-color: #19599a;
}

.is-career .button-common-secondary.is-send {
	background-color: #e65900;
}

.is-seminar .button-common-secondary.is-send {
	background-color: #e54600;
}

.is-contact .button-common-secondary.is-send {
	background-color: #ff5d07;
}

.button-common-secondary.is-back {
	color: #363646;
	background-color: #f7f7f7;
	border: 1px solid #b5b5b5;
}

@media print, (min-width: 768px) {
	.button-common-secondary.is-send {
		width: 340px;
		min-height: 83px;
		padding: 12px 10px 10px;
		margin-bottom: 56px;
		font-size: 0.24rem;
		line-height: 1.3333333333;
	}

	.button-common-secondary.is-back {
		width: 186px;
		min-height: 71px;
		padding: 10px;
		font-size: 0.17rem;
		letter-spacing: 0.1em;
	}
}

@media only screen and (max-width: 767.98px) {
	.button-common-secondary {
		padding: 0.05rem;
	}

	.button-common-secondary.is-send {
		width: 100%;
		min-height: 0.55rem;
		padding-bottom: 0.06rem;
		margin-bottom: 0.3rem;
		font-size: 0.18rem;
	}

	.button-common-secondary.is-back {
		width: 2.2rem;
		min-height: 0.47rem;
		font-size: 0.15rem;
		letter-spacing: 0.024em;
	}
}

.block-common-decor {
	position: relative;
	width: 100%;
	backface-visibility: hidden;
}

.block-common-decor::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	backface-visibility: hidden;
}

@media print, (min-width: 768px) {
	.block-common-decor {
		height: 452px;
		margin-bottom: -95px;
	}

	.block-common-decor::before {
		background: url('../img/common/decor_img_01.svg') top left/100% auto no-repeat;
	}

	.block-common-decor.is-seminar ,
	.block-common-decor.is-career ,
	.block-common-decor.is-graduate {
		height: 360px;
		margin-bottom: -2px;
	}

	.block-common-decor.is-seminar::before {
		background-image: url('../img/common/decor_img_02.svg');
	}

	.block-common-decor.is-career::before {
		background-image: url('../img/common/decor_img_03.svg');
	}

	.block-common-decor.is-graduate::before {
		background-image: url('../img/common/decor_img_04.svg');
	}
}

@media only screen and (max-width: 767.98px) {
	.block-common-decor {
		height: 1.6rem;
		margin-bottom: 1.66rem;
	}

	.block-common-decor::before {
		background: url('../img/common/sp/decor_img_01.svg') top left/100% auto no-repeat;
	}

	.block-common-decor.is-seminar ,
	.block-common-decor.is-career ,
	.block-common-decor.is-graduate {
		margin-bottom: 1.63rem;
	}

	.block-common-decor.is-seminar::before {
		background-image: url('../img/common/sp/decor_img_02.svg');
	}

	.block-common-decor.is-career::before {
		background-image: url('../img/common/sp/decor_img_03.svg');
	}

	.block-common-decor.is-graduate::before {
		background-image: url('../img/common/sp/decor_img_04.svg');
	}
}

.section-common-swiper .swiper {
	overflow: visible;
}

.section-common-swiper .swiper-button-prev ,
.section-common-swiper .swiper-button-next {
	width: 0.5rem;
	height: 0.5rem;
	background: no-repeat center/contain;
}

.section-common-swiper .swiper-button-prev::after ,
.section-common-swiper .swiper-button-next::after {
	content: none;
}

.section-common-swiper .swiper-button-prev {
	background-image: url(../img/common/icn_arrow_left_light.svg);
}

.section-common-swiper .swiper-button-next {
	background-image: url(../img/common/icn_arrow_right.svg);
}

.section-common-swiper .interview-swiper-progress {
	position: absolute;
	background: #d1d1d1;
}

.section-common-swiper .progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 20%;
	background: #ff6200;
	transition: width 0.26s;
}

@media print, (min-width: 768px) {
	.section-common-swiper .swiper-button-prev ,
	.section-common-swiper .swiper-button-next {
		top: 578px;
		-ms-transform: translateX(-50%);
		    transform: translateX(-50%);
	}

	.section-common-swiper .swiper-button-prev {
		left: 52px;
	}

	.section-common-swiper .swiper-button-next {
		left: 122px;
	}

	.section-common-swiper .interview-swiper-progress {
		top: 581px;
		left: 171px;
		width: 336px;
		height: 5px;
	}
}

@media only screen and (max-width: 767.98px) {
	.section-common-swiper .swiper-button-prev ,
	.section-common-swiper .swiper-button-next {
		top: 4.29rem;
	}

	.section-common-swiper .swiper-button-prev {
		left: 0;
	}

	.section-common-swiper .swiper-button-next {
		left: 0.66rem;
	}

	.section-common-swiper .interview-swiper-progress {
		top: 4.81rem;
		left: 0;
		width: 3.46rem;
		height: 0.05rem;
	}
}

.interview-list {
	padding-left: 0;
	list-style-type: none;
}

.interview-item .interview-link {
	display: block;
	text-decoration: none;
}

.interview-item .interview-thumbnail {
	width: 100%;
	transition: opacity 0.26s ease;
}

.interview-item .interview-thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.interview-item .interview-title ,
.interview-item .interview-detail {
	font-weight: 700;
	letter-spacing: 0.1em;
	transition: opacity 0.26s ease;
}

.interview-item .interview-title {
	-ms-flex-direction: column;
	    flex-direction: column;
	display: -ms-flexbox;
	display: flex;
}

.interview-item .interview-title .title-japanese {
	color: #ff6f05;
	letter-spacing: 0.1em;
}

.interview-item .interview-title .title-english {
	color: #363646;
	font-family: Roboto, sans-serif;
	letter-spacing: 0.1em;
}

.interview-item .interview-detail {
	color: #222222;
}

.interview-item .interview-join {
	color: #363646;
	font-weight: 400;
	letter-spacing: 0.1em;
	transition: opacity 0.26s ease;
}

@media print, (min-width: 768px) {
	.interview-list {
		padding-bottom: 80px;
		margin-left: -26px;
	}

	.interview-list.is-small {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -25px;
	}

	.list-member-interview .interview-list.is-small {
		margin-left: 0;
	}

	.interview-list.is-small .interview-item {
		width: 33.3333333333%;
		padding: 0 24px 96px;
	}

	.list-member-interview .interview-list.is-small .interview-item {
		padding-bottom: 0;
	}

	.interview-list.is-small .interview-title .title-japanese {
		line-height: 1.5;
	}

	.interview-list.is-small .interview-title .title-english {
		font-size: 0.13rem;
	}

	.interview-list.is-small .interview-join {
		font-size: 0.13rem;
	}

	.interview-list.is-small .interview-thumbnail {
		height: 272px;
		margin-bottom: 13px;
	}

	.interview-item {
		width: 512px;
		padding: 0 26px;
	}

	.interview-item .interview-title {
		margin-bottom: 6px;
	}

	.interview-item .interview-title .title-japanese {
		font-size: 0.16rem;
		line-height: 1.5;
	}

	.interview-item .interview-title .title-english {
		font-size: 0.16rem;
	}

	.interview-item .interview-detail {
		width: 95%;
		margin-bottom: 2px;
		font-size: 0.18rem;
		line-height: 1.6666666667;
	}

	.interview-item .interview-join {
		font-size: 0.16rem;
	}

	.interview-item .interview-thumbnail {
		height: 320px;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767.98px) {
	.interview-list.is-small .interview-item {
		margin: 0 0 0.6rem;
	}

	.list-member-interview .interview-list.is-small .interview-item {
		width: 2.84rem;
		margin: 0 0.16rem;
	}

	.interview-list.is-small .interview-title .title-japanese {
		margin-bottom: 1px;
	}

	.interview-list.is-small .interview-detail {
		font-weight: 500;
	}

	.interview-list.is-small .interview-thumbnail {
		height: 2rem;
	}

	.list-member-interview .interview-list.is-small .interview-thumbnail {
		width: 2.84rem;
		height: 2rem;
	}

	.interview-item {
		width: 100%;
		margin: 0 0.08rem;
	}

	.interview-item .interview-title {
		margin-bottom: 0.11rem;
	}

	.interview-item .interview-title .title-japanese ,
	.interview-item .interview-title .title-english {
		font-size: 0.12rem;
	}

	.interview-item .interview-detail {
		margin-bottom: 0.07rem;
		font-size: 0.18rem;
		line-height: 1.5555555556;
	}

	.interview-item .interview-join {
		font-size: 0.12rem;
	}

	.interview-item .interview-thumbnail {
		height: 1.96rem;
		margin-bottom: 0.14rem;
	}
}

.list-job {
	position: relative;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.list-job.is-modify::before {
	content: unset;
}

.list-job.is-modify .item-heading::before {
	content: unset;
}

.list-job.is-modify .job-item.is-active .button-accordion::after {
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	    transform: translate(-50%, -50%) rotate(45deg);
}

.list-job.is-modify .job-item.is-active .button-accordion::before {
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	    transform: translate(-50%, -50%) rotate(-45deg);
}

.list-job.is-modify .button-text ,
.list-job.is-modify .button-text-secondary {
	position: absolute;
	width: 100%;
	color: #919191 !important;
}

.list-job.is-modify .job-item.is-active .button-accordion::before ,
.list-job.is-modify .job-item.is-active .button-accordion::after {
	border-color: #919191;
}

.list-job.is-modify .button-accordion::before ,
.list-job.is-modify .button-accordion::after {
	border-bottom: 0.05rem solid #919191;
}

.list-job::before {
	position: absolute;
	content: '';
	background: url('../img/common/decor_img_05.png') center/contain no-repeat;
}

.list-job.is-graduate::before {
	z-index: -99;
	opacity: 0;
}

.list-job.is-graduate .row-title {
	font-weight: bold;
	background-color: #19599a;
}

.list-job.is-graduate .row-title::before {
	background: #19599a;
}

.list-job.is-graduate .button-accordion::before ,
.list-job.is-graduate .button-accordion::after {
	border-color: #19599a;
}

.list-job.is-graduate .button-accordion .button-text {
	color: #19599a;
}

.list-job.is-graduate .button-accordion-close::before {
	background: url('../img/common/icn_close_02.svg') center/contain no-repeat;
}

.list-job.is-graduate .button-accordion-close .button-text {
	color: #19599a;
}

.list-job.is-graduate .item-content::before {
	content: '';
}

.list-job.is-career::before {
	z-index: -99;
	opacity: 0;
}

.list-job.is-career .row-title {
	font-weight: bold;
	background-color: #e65900;
}

.list-job.is-career .row-title::before {
	background: #e65900;
}

.list-job.is-career .button-accordion::before ,
.list-job.is-career .button-accordion::after {
	border-color: #e65900;
}

.list-job.is-career .button-accordion .button-text {
	color: #e65900;
}

.list-job.is-career .button-accordion-close::before {
	background: url('../img/common/icn_close_03.svg') center/contain no-repeat;
}

.list-job.is-career .button-accordion-close .button-text {
	color: #e65900;
}

.list-job.is-career .item-content::before {
	content: '';
}

.list-job.is-seminar::before {
	z-index: -99;
	opacity: 0;
}

.list-job.is-seminar .row-title {
	font-weight: bold;
	background-color: #e54600;
}

.list-job.is-seminar .row-title::before {
	background: #e54600;
}

.list-job.is-seminar .button-accordion::before ,
.list-job.is-seminar .button-accordion::after {
	border-color: #e54600;
}

.list-job.is-seminar .button-accordion .button-text {
	color: #e54600;
}

.list-job.is-seminar .button-accordion-close::before {
	background: url('../img/common/icn_close_04.svg') center/contain no-repeat;
}

.list-job.is-seminar .button-accordion-close .button-text {
	color: #e54600;
}

.list-job.is-seminar .item-content::before {
	content: '';
}

.list-job .button-text-secondary {
	opacity: 0;
}

.list-job .job-item {
	position: relative;
	background-color: rgba(255, 255, 255, 0.98);
	border-radius: 0.05rem;
	transition: padding 0.4s ease, margin 0.4s ease;
}

.list-job .job-item.is-active .button-accordion::before ,
.list-job .job-item.is-active .button-accordion::after {
	border-color: #d5d5d5;
}

.list-job .job-item.is-active .button-accordion::after {
	-ms-transform: translate(-50%, -50%) rotate(0);
	    transform: translate(-50%, -50%) rotate(0);
}

.list-job .job-item.is-active .button-accordion .button-text {
	opacity: 0;
}

.list-job .job-item.is-active .button-accordion .button-text-secondary {
	opacity: 1;
}

.list-job .job-item.is-active .button-accordion-close {
	transition: opacity 0.26s 0.4s, visibility 0.26s 0.4s;
	opacity: 1;
	visibility: visible;
}

.list-job .job-item.is-active .button-accordion-close:hover {
	opacity: 0.8;
}

.list-job .item-title {
	color: #222222;
	line-height: 1.5;
}

.list-job .heading-content p:last-child {
	margin-bottom: 0;
}

.list-job .item-heading {
	margin-bottom: 0;
	transition: margin 0.4s ease;
}

.list-job .item-heading::before {
	position: absolute;
	color: #f8f8f8;
	content: 'ENGINEER';
	font-family: Roboto, sans-serif;
	font-weight: 500;
	letter-spacing: 0;
	-ms-transform: rotate(90deg);
	    transform: rotate(90deg);
	pointer-events: none;
}

.list-job .heading-list {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
}

.list-job .heading-tag {
	align-items: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -ms-flexbox;
	display: flex;
	color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.14rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	background-color: #363646;
}

.list-job .item-content {
	display: none;
}

.list-job .row-title {
	position: relative;
	display: inline-block;
	color: #ffffff;
	letter-spacing: 0.1em;
	background-color: #ff5d07;
}

.list-job .row-title::before {
	position: absolute;
	top: 0;
	height: 100%;
	        clip-path: polygon(0% 0%, 31% 0%, 100% 100%, 0% 100%);
	content: '';
	background: #ff5d07;

	-webkit-clip-path: polygon(0% 0%, 31% 0%, 100% 100%, 0% 100%);
}

.list-job .row-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.list-job .row-list > li {
	font-weight: bold;
	text-indent: 0;
}

.list-job .row-list > li::before {
	content: '';
}

.list-job .row-list > li:not(:last-child) > span {
	position: relative;
}

.list-job .row-list > li:not(:last-child) > span::before {
	position: absolute;
	left: 50%;
	width: 0.14rem;
	height: 0.12rem;
	content: '';
	background: url('../img/common/icn_arrow_01.svg') center/contain no-repeat;
	-ms-transform: translateX(-50%);
	    transform: translateX(-50%);
}

.list-job .button-accordion {
	position: absolute;
	transition: opacity 0.3s ease;
	cursor: pointer;
}

.list-job .button-accordion:hover {
	opacity: 0.8;
}

.list-job .button-accordion::before ,
.list-job .button-accordion::after {
	position: absolute;
	top: 30%;
	left: 50%;
	height: 1px;
	content: '';
	border-bottom: 0.05rem solid #ff5d07;
}

.list-job .button-accordion::before {
	-ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	transition: border-color 0.4s ease, transform 0.4s ease;
}

.list-job .button-accordion::after {
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	    transform: translate(-50%, -50%) rotate(90deg);
	transition: transform 0.4s ease, border-color 0.4s ease;
}

.list-job .button-accordion .button-text ,
.list-job .button-accordion .button-text-secondary {
	display: block;
	color: #ff6f05;
	font-weight: bold;
	text-align: center;
	transition: opacity 0.4s ease;
}

.list-job .button-accordion-close {
	position: absolute;
	left: 50%;
	width: 1rem;
	height: 1rem;
	-ms-transform: translateX(-50%);
	    transform: translateX(-50%);
	transition: opacity 0.26s ease;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
}

.list-job .button-accordion-close::before {
	position: absolute;
	bottom: 50%;
	left: 50%;
	width: 0.32rem;
	height: 0.32rem;
	content: '';
	background: url('../img/common/icn_close_01.svg') center/contain no-repeat;
	-ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}

.list-job .button-accordion-close .button-text ,
.list-job .button-accordion-close .button-text-secondary {
	display: block;
	color: #ff6f05;
	font-size: 0.16rem;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}

.list-job .title-interview {
	color: #ff5d07;
}

@media print, (min-width: 768px) {
	.list-job {
		margin-bottom: 200px;
	}

	.list-job.is-modify .button-accordion-close {
		display: none;
	}

	.list-job.is-modify .job-item {
		padding: 49px 130px 40px 94px;
	}

	.list-job.is-modify .job-item.is-active {
		padding-bottom: 48px;
		margin-bottom: 20px;
	}

	.list-job.is-modify .button-accordion {
		top: calc(51% + 8px);
	}

	.list-job.is-modify .job-item.is-active .item-heading {
		margin-bottom: 49px;
	}

	.list-job.is-modify .item-content {
		width: 850px;
	}

	.list-job.is-modify .button-text ,
	.list-job.is-modify .button-text-secondary {
		bottom: 21px;
	}

	.list-job::before {
		top: -201px;
		right: -175px;
		width: 388px;
		height: 388px;
	}

	.list-job.is-graduate .item-title {
		width: 712px;
	}

	.list-job.is-graduate ,
	.list-job.is-career ,
	.list-job.is-seminar {
		margin-bottom: 0;
	}

	.list-job.is-graduate .item-heading::before ,
	.list-job.is-career .item-heading::before ,
	.list-job.is-seminar .item-heading::before {
		content: '';
	}

	.list-job.is-graduate .job-item ,
	.list-job.is-career .job-item ,
	.list-job.is-seminar .job-item {
		padding: 67px 60px 60px;
	}

	.list-job.is-graduate .job-item.is-active ,
	.list-job.is-career .job-item.is-active ,
	.list-job.is-seminar .job-item.is-active {
		margin-bottom: 42px;
		box-shadow: 0 0.1rem 0.3rem rgba(139, 139, 139, 0.08);
	}

	.list-job.is-graduate .job-item.is-active .button-accordion-close ,
	.list-job.is-career .job-item.is-active .button-accordion-close ,
	.list-job.is-seminar .job-item.is-active .button-accordion-close {
		bottom: 44px;
	}

	.list-job.is-graduate .item-title ,
	.list-job.is-career .item-title {
		font-size: 0.24rem;
	}

	.list-job.is-graduate .job-item.is-active ,
	.list-job.is-career .job-item.is-active {
		padding-bottom: 290px;
	}

	.list-job.is-graduate .job-item.is-active .item-heading ,
	.list-job.is-career .job-item.is-active .item-heading {
		margin-bottom: 73px;
	}

	.list-job.is-seminar .heading-list {
		margin: 0 0 12px;
	}

	.list-job.is-seminar .item-title {
		margin-bottom: 9px;
		font-size: 0.32rem;
	}

	.list-job.is-seminar .item-heading {
		padding-left: 56px;
	}

	.list-job.is-seminar .job-item.is-active {
		padding-bottom: 260px;
	}

	.list-job.is-seminar .job-item.is-active .item-heading {
		margin-bottom: 65px;
	}

	.list-job .post-content {
		color: #363646;
		font-size: 0.17rem;
		line-height: 1.7647058824;
		letter-spacing: 0.1em;
	}

	.list-job .job-item {
		padding: 90px 131px 88px 113px;
		margin-bottom: 16px;
		overflow: hidden;
		box-shadow: 0 0.1rem 0.3rem rgba(139, 139, 139, 0.08);
	}

	.list-job .job-item.is-active {
		padding-bottom: 233px;
		margin-bottom: 80px;
	}

	.list-job .job-item.is-active .item-heading {
		margin-bottom: 129px;
	}

	.list-job .item-title {
		margin-bottom: 10px;
		font-size: 0.28rem;
		letter-spacing: 0.08em;
	}

	.list-job .item-heading {
		position: relative;
		padding-right: 130px;
	}

	.list-job .item-heading.is-flex {
		display: -ms-flexbox;
		display: flex;
	}

	.list-job .item-heading::before {
		top: 510px;
		right: -512px;
		font-size: 1.92rem;
	}

	.list-job .heading-list {
		margin: 2px 0 0 22px;
	}

	.list-job .heading-list > li {
		margin-right: 8px;
	}

	.list-job .heading-tag {
		min-width: 99px;
		min-height: 29px;
		padding: 2px 27px;
	}

	.is-mac .list-job .heading-tag {
		padding: 0 27px 2px;
	}

	.list-job .heading-content {
		width: 712px;
	}

	.list-job .content-row {
		padding-right: 50px;
		padding-bottom: 38px;
		margin-bottom: 56px;
	}

	.list-job .content-row p {
		margin-bottom: 11px;
	}

	.list-job .content-row p:last-child {
		margin-bottom: 0;
	}

	.list-job .content-row.has-border {
		position: relative;
	}

	.list-job .content-row.has-border::before {
		position: absolute;
		bottom: 0;
		left: 9px;
		width: 100%;
		height: 1px;
		content: '';
		border-bottom: 2px solid #f5f5f5;
	}

	.list-job .content-row.is-modify {
		margin-top: -29px;
	}

	.list-job .row-title {
		min-height: 46px;
		padding: 9px 2px 6px 21px;
		margin-bottom: 18px;
		font-size: 0.24rem;
		line-height: 1.25;
	}

	.list-job .row-title.is-modify {
		margin-bottom: 26px;
	}

	.list-job .row-title::before {
		right: -33px;
		width: 40px;
	}

	.list-job .row-list {
		padding-right: 50px;
	}

	.list-job .row-list > li {
		display: -ms-flexbox;
		display: flex;
		color: #252531;
	}

	.list-job .row-list > li strong {
		flex-shrink: 0;
		display: inline-block;

		-ms-flex-negative: 0;
	}

	.list-job .row-list > li:not(:last-child) {
		margin-bottom: 27px;
	}

	.list-job .row-list > li:not(:last-child) > span::before {
		bottom: -19px;
		left: 120px;
	}

	.list-job .button-accordion {
		top: 51%;
		right: 10px;
		width: 100px;
		height: 100px;
		padding-top: 61px;
		-ms-transform: translateY(-50%);
		    transform: translateY(-50%);
	}

	.list-job .button-accordion::before ,
	.list-job .button-accordion::after {
		width: 40px;
	}

	.list-job .button-accordion .button-text ,
	.list-job .button-accordion .button-text-secondary {
		padding-left: 4px;
		font-size: 0.16rem;
		letter-spacing: 0.1em;
	}

	.list-job .button-accordion-close {
		bottom: 60px;
		padding-top: 48px;
	}

	.list-job .button-accordion-close .button-text {
		padding-left: 4px;
	}

	.list-job .title-interview {
		margin-bottom: 22px;
		font-size: 0.24rem;
		letter-spacing: 0.08em;
	}
}

@media only screen and (max-width: 767.98px) {
	.list-job {
		margin-bottom: 1.06rem;
	}

	.list-job.is-modify .item-title {
		margin-bottom: 0;
	}

	.list-job.is-modify .job-item {
		padding: 0.19rem 0.22rem 0.96rem;
		margin-bottom: 0.16rem;
	}

	.list-job.is-modify .job-item.is-active {
		padding-bottom: 1.28rem;
		margin-bottom: 0.2rem;
	}

	.list-job.is-modify .button-accordion-close::before {
		width: 0.26rem;
		height: 0.26rem;
		background: url(../img/common/sp/icn_close_02.svg) center/contain no-repeat;
		opacity: 0.5;
	}

	.list-job.is-modify .button-accordion {
		position: absolute;
		right: 0.57rem;
		bottom: -0.03rem;
	}

	.list-job.is-modify .job-item.is-active .item-heading {
		margin-bottom: 0.25rem;
	}

	.list-job.is-modify .button-text ,
	.list-job.is-modify .button-text-secondary {
		bottom: 0.21rem;
	}

	.list-job.is-modify .button-accordion-close .button-text {
		bottom: 0.34rem;
	}

	.list-job::before {
		top: -1.12rem;
		right: -0.32rem;
		width: 1.95rem;
		height: 1.95rem;
	}

	.list-job.is-graduate ,
	.list-job.is-career ,
	.list-job.is-seminar {
		margin-bottom: 0;
	}

	.list-job.is-graduate .job-item ,
	.list-job.is-career .job-item ,
	.list-job.is-seminar .job-item {
		padding-bottom: 0.47rem;
	}

	.list-job.is-graduate .job-item.is-active ,
	.list-job.is-career .job-item.is-active ,
	.list-job.is-seminar .job-item.is-active {
		padding-bottom: 1.66rem;
	}

	.list-job.is-graduate .item-heading ,
	.list-job.is-career .item-heading ,
	.list-job.is-seminar .item-heading {
		margin-bottom: 0;
	}

	.list-job.is-graduate .item-heading::before ,
	.list-job.is-career .item-heading::before ,
	.list-job.is-seminar .item-heading::before {
		content: '';
	}

	.list-job.is-graduate .item-title ,
	.list-job.is-career .item-title ,
	.list-job.is-seminar .item-title {
		color: #363646;
		text-align: left;
	}

	.list-job.is-graduate .row-title ,
	.list-job.is-career .row-title ,
	.list-job.is-seminar .row-title {
		margin-left: -0.13rem;
	}

	.list-job.is-graduate .button-accordion ,
	.list-job.is-career .button-accordion ,
	.list-job.is-seminar .button-accordion {
		margin-bottom: -0.3rem;
	}

	.list-job.is-graduate .item-title ,
	.list-job.is-career .item-title {
		margin-bottom: 0;
	}

	.list-job.is-seminar .heading-list {
		margin-top: -1px;
		margin-bottom: 0.09rem;
	}

	.list-job.is-seminar .heading-tag {
		padding: 0.02rem 0.18rem;
	}

	.list-job.is-seminar .item-title {
		margin-bottom: 0.18rem;
	}

	.list-job .item-heading {
		padding: 0 0.24rem;
		margin-bottom: 0.15rem;
	}

	.list-job .item-heading::before {
		top: 6rem;
		right: -1.77rem;
		width: max-content;
		font-size: 0.9rem;
	}

	.list-job .heading-list {
		margin: 0.28rem 0 0;
	}

	.list-job .heading-list > li {
		margin-right: 0.08rem;
	}

	.list-job .heading-tag {
		min-width: 0.99rem;
		min-height: 0.24rem;
		padding: 0.02rem;
		line-height: 1.1;
	}

	.list-job .job-item {
		padding: 0.39rem 0 0;
		margin-bottom: 0.24rem;
		overflow: hidden;
		color: #222222;
		box-shadow: 0 0.1rem 0.3rem rgba(139, 139, 139, 0.08);
	}

	.list-job .job-item.is-active {
		padding-bottom: 2rem;
		margin-bottom: 0.4rem;
	}

	.list-job .item-title {
		margin-bottom: 0.27rem;
		font-size: 0.2rem;
		line-height: 1.6;
		letter-spacing: 0.072em;
		text-align: center;
	}

	.list-job .item-content {
		position: relative;
		z-index: 1;
	}

	.list-job .item-content::before {
		top: 1.32rem;
		right: -1.79rem;
		z-index: -1;
		width: max-content;
		font-size: 0.9rem;
	}

	.list-job .content-row {
		padding: 0 0.24rem;
		margin-bottom: 0.76rem;
	}

	.list-job .content-row.is-modify {
		margin: -0.04rem -0.03rem 0 -0.02rem;
	}

	.list-job .content-row p ~ p {
		margin-top: 0.11rem;
	}

	.list-job .row-title {
		min-height: 0.36rem;
		padding: 0.05rem 0.04rem 0.03rem 0.16rem;
		margin-bottom: 0.13rem;
		margin-left: -0.23rem;
		font-size: 0.16rem;
		line-height: 1.5;
	}

	.list-job .row-title::before {
		right: -0.19rem;
		width: 0.24rem;
	}

	.list-job .row-title.is-step {
		margin-bottom: 0.3rem;
	}

	.list-job .row-title.is-modify {
		margin-bottom: 0.3rem;
	}

	.list-job .row-list > li {
		width: unset;
		padding: 0 0.3rem;
		font-weight: 400;
		line-height: 1.875;
		text-align: center;
	}

	.list-job .row-list > li strong {
		display: block;
		margin-bottom: 0.02rem;
		text-align: center;
	}

	.list-job .row-list > li:not(:last-child) {
		margin-bottom: 0.52rem;
	}

	.list-job .row-list > li:not(:last-child) > span::before {
		bottom: -0.36rem;
		left: 1.04rem;
	}

	.list-job .button-accordion {
		position: relative;
		left: 50%;
		width: 1rem;
		height: 1rem;
		padding-top: 0.51rem;
		margin-top: 0.18rem;
		margin-bottom: 0.1rem;
		-ms-transform: translateX(-50%);
		    transform: translateX(-50%);
	}

	.list-job .button-accordion::before ,
	.list-job .button-accordion::after {
		width: 0.32rem;
	}

	.list-job .button-accordion .button-text ,
	.list-job .button-accordion .button-text-secondary {
		font-weight: 500;
		letter-spacing: 0.072em;
	}

	.list-job .button-accordion-close {
		bottom: 0.08rem;
		padding-top: 0.46rem;
		letter-spacing: 0.072em;
	}

	.list-job .title-interview {
		margin-bottom: 0.16rem;
		font-size: 0.16rem;
		letter-spacing: 0.1em;
	}
}

.is-graduate .content-block {
	background-color: rgba(25, 89, 154, 0.05);
}

.is-career .content-block {
	background-color: rgba(198, 198, 198, 0.15);
}

@media print, (min-width: 768px) {
	.content-block {
		padding-bottom: 45px;
		margin-bottom: 60px;
	}

	.is-graduate .content-block {
		padding-bottom: 0;
		border: 1px solid rgba(112, 112, 112, 0.05);
	}

	.is-graduate .content-block .content-info {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.is-career .content-block {
		border: 1px solid rgba(112, 112, 112, 0.15);
	}

	.content-info {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		display: -ms-flexbox;
		display: flex;
		padding: 45px 56px 6px;
		margin: 0 0 60px;
	}

	.is-career .content-info {
		margin-bottom: 20px;
	}

	.content-info dt ,
	.content-info dd {
		margin-bottom: 57px;
	}

	.content-info dt {
		width: calc(100% - 790px);
		padding-right: 45px;
	}

	.content-info dd {
		width: 790px;
		padding-top: 6px;
	}

	.content-info > dt:nth-last-child(2) ,
	.content-info > dd:nth-last-child(1) {
		margin-bottom: 32px;
	}
}

@media only screen and (max-width: 767.98px) {
	.content-block {
		padding: 0.4rem 0.14rem 0.36rem;
		margin: 0 0.1rem 0.37rem;
		border-radius: 0.05rem;
	}

	.content-info {
		border-radius: 0.05rem;
	}

	.content-info dt {
		padding-right: 0.2rem;
	}

	.content-info dd {
		margin-bottom: 0.37rem;
	}

	.content-info dd:last-child {
		margin-bottom: 0;
	}
}

.is-graduate .content-table dt {
	color: #19599a;
}

.is-career .content-table dt {
	color: #e65900;
}

.is-seminar .content-table dt {
	color: #e54600;
}

.content-table dd .post-content {
	color: #222222;
}

.block-attention {
	background-color: #ffffff;
}

.block-attention .attention-title {
	position: relative;
	color: #e65900;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.block-attention .attention-title::before {
	position: absolute;
	height: 1px;
	content: '';
}

@media print, (min-width: 768px) {
	.content-table {
		padding: 60px 0 56px;
		margin: 0 0 60px;
	}

	.content-table dl {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		display: -ms-flexbox;
		display: flex;
		padding: 37px 0 34px;
		border-top: 1px solid #c6c6c6;
	}

	.content-table dl:last-child {
		border-bottom: 1px solid #c6c6c6;
	}

	.content-table dt {
		width: calc(100% - 750px);
		color: #19599a;
	}

	.content-table dd {
		width: 750px;
	}

	.content-table dd .post-content {
		color: #222222;
	}

	.block-attention {
		display: -ms-flexbox;
		display: flex;
		padding: 49px 44px 26px;
		margin: 0 51px 0 53px;
	}

	.block-attention .attention-title {
		width: 205px;
		height: auto;
		font-size: 0.24rem;
		line-height: 1.25;
	}

	.block-attention .attention-title::before {
		top: 12px;
		left: -56px;
		width: 35px;
		border-bottom: 5px solid #e65900;
	}

	.block-attention .attention-text {
		-ms-flex: 1;
		    flex: 1;
	}
}

@media only screen and (max-width: 767.98px) {
	.content-table {
		padding: 0.26rem 0.15rem 0.24rem;
		margin: 0 0 0.15rem;
	}

	.content-table dl {
		padding: 0.2rem 0;
	}

	.content-table dt {
		margin-bottom: 0.07rem;
		font-weight: bold;
	}

	.content-table dd {
		margin-bottom: 0.02rem;
	}

	.block-attention {
		padding: 0.22rem 0.09rem 0.21rem;
		margin: 0.37rem 0 0;
	}

	.block-attention .attention-title {
		margin-bottom: 0.1rem;
		margin-left: 0.09rem;
		font-size: 0.18rem;
		line-height: 1.6666666667;
	}

	.block-attention .attention-title::before {
		top: 0.13rem;
		left: -0.26rem;
		width: 0.18rem;
		border-bottom: 0.04rem solid #e65900;
	}

	.block-attention .attention-text p {
		margin-bottom: 0;
	}
}

.admissions-content-button {
	align-items: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: 0.024em;
	border-radius: 1rem;
	cursor: pointer;
}

.admissions-content-button.is-graduate {
	background-color: #19599a;
}

.admissions-content-button.is-career {
	background-color: #e65900;
}

.admissions-content-button.is-seminar {
	background-color: #e54600;
}

.admissions-content-button.is-contact {
	background-color: #ff5d07;
}

@media print, (min-width: 768px) {
	.admissions-content-button {
		width: 426px;
		min-height: 83px;
		padding: 12px 10px 10px;
		margin-bottom: 30px;
		font-size: 0.24rem;
		line-height: 1.3333333333;
	}
}

@media only screen and (max-width: 767.98px) {
	.admissions-content-button {
		width: 2.79rem;
		min-height: 0.55rem;
		padding: 0.05rem;
		padding-bottom: 0.06rem;
		margin-bottom: 0.38rem;
		font-size: 0.18rem;
	}
}

.content-link {
	padding-left: 0;
	list-style: none;
}

.content-link.is-graduate .button-link {
	color: #19599a;
	border-color: #19599a;
}

.content-link.is-career .button-link {
	color: #e65900;
	border-color: #e65900;
}

.content-link.is-seminar .button-link {
	color: #e54600;
	border-color: #e54600;
}

.content-link .button-link {
	align-items: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -ms-flexbox;
	display: flex;
	font-weight: bold;
	letter-spacing: 0.024em;
	text-align: center;
	text-decoration: none;
	border: 1px solid;
	border-radius: 1rem;
}

@media print, (min-width: 768px) {
	.content-link {
		-ms-flex-pack: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		justify-content: center;
		display: -ms-flexbox;
		display: flex;
		margin: 20px -10px -10px;
	}

	.content-link > li {
		padding: 0 10px;
		margin-bottom: 10px;
	}

	.content-link .button-link {
		min-width: 300px;
		min-height: 56px;
		padding: 7px 20px 5px;
		font-size: 0.18rem;
		line-height: 1.3333333333;
	}
}

@media only screen and (max-width: 767.98px) {
	.content-link {
		-ms-flex-pack: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		justify-content: center;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 0.2rem;
	}

	.content-link > li:not(:last-child) {
		margin-bottom: 0.16rem;
	}

	.content-link .button-link {
		width: 2.3rem;
		min-height: 0.51rem;
		padding: 0.1rem 0.2rem;
		font-size: 0.14rem;
		line-height: 1.3333333333;
	}
}

.heading-time span ,
.heading-time time {
	display: inline-block;
}

.heading-time .time-schedule ,
.heading-time .time-deadline {
	position: relative;
	letter-spacing: 0.1em;
}

.heading-time .time-schedule::before ,
.heading-time .time-deadline::before {
	position: absolute;
	content: '';
	background: center/contain no-repeat;
}

.heading-time .time-schedule {
	font-weight: bold;
}

.heading-time .time-deadline {
	color: #e54600;
}

.heading-text p:last-child {
	margin-bottom: 0;
}

@media print, (min-width: 768px) {
	.heading-time .time-schedule ,
	.heading-time .time-deadline {
		padding-left: 30px;
	}

	.heading-time .time-schedule::before ,
	.heading-time .time-deadline::before {
		top: 4px;
		left: 0;
		width: 20px;
		height: 20px;
	}

	.heading-time .time-schedule {
		margin-right: 39px;
	}

	.heading-time .time-schedule::before {
		background-image: url('../img/common/icn_schedule.svg');
	}

	.heading-time .time-deadline {
		font-weight: 500;
	}

	.heading-time .time-deadline::before {
		background-image: url('../img/common/icn_clock.svg');
	}

	.heading-time .time-text {
		margin-right: 21px;
	}

	.heading-time .time-day {
		margin-right: 7px;
	}

	.heading-text {
		padding: 0 56px;
	}
}

@media only screen and (max-width: 767.98px) {
	.heading-time .time-schedule ,
	.heading-time .time-deadline {
		min-width: 2rem;
		padding-left: 0.25rem;
	}

	.heading-time .time-schedule::before ,
	.heading-time .time-deadline::before {
		top: 0.04rem;
		left: 0;
		width: 0.18rem;
		height: 0.18rem;
	}

	.heading-time .time-schedule {
		margin-bottom: 0.14rem;
		font-size: 0.16rem;
	}

	.heading-time .time-schedule::before {
		background-image: url('../img/common/sp/icn_schedule.svg');
	}

	.heading-time .time-deadline {
		font-weight: 400;
	}

	.heading-time .time-deadline::before {
		background-image: url('../img/common/sp/icn_clock.svg');
	}

	.heading-time .time-text {
		display: block;
		margin-bottom: -0.05rem;
		font-size: 0.14rem;
	}

	.heading-time .time-day {
		margin-right: 0.08rem;
		margin-left: -0.25rem;
		font-size: 0.16rem;
	}

	.heading-text {
		padding: 0 0.24rem;
	}
}

.keyvisual-common {
	position: relative;
}

.keyvisual-common::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	content: '';
	pointer-events: none;
}

.keyvisual-common .title-common-primary {
	text-transform: uppercase;
}

.keyvisual-common .title-common-primary .title-japanese {
	letter-spacing: 0.072em;
}

@media print, (min-width: 768px) {
	.keyvisual-common {
		min-height: 588px;
		padding-top: 95px;
		padding-bottom: 100px;
	}

	.keyvisual-common::before {
		height: 413px;
		background: url('../img/common/decoration_numbers_02.svg') top left/100% auto no-repeat;
	}
}

@media only screen and (max-width: 767.98px) {
	.keyvisual-common {
		min-height: 3.14rem;
		padding-top: 0.4rem;
		padding-bottom: 0.5rem;
	}

	.keyvisual-common::before {
		height: 2rem;
		background: url('../img/common/decoration_numbers_02.svg') top left/100% auto no-repeat;
	}

	.keyvisual-common .title-common-primary .title-japanese {
		margin-bottom: -0.03rem;
	}
}

.keyvisual-common-primary.is-graduate .keyvisual-link > li:hover::before {
	background: url('../img/common/icn_arrow_down_01.svg') center/contain no-repeat;
}

.keyvisual-common-primary.is-graduate .link-admissions::after ,
.keyvisual-common-primary.is-graduate .link-route::after {
	border-color: #19599a;
}

.keyvisual-common-primary.is-career .keyvisual-link > li:hover::before {
	background: url('../img/common/icn_arrow_down_02.svg') center/contain no-repeat;
}

.keyvisual-common-primary.is-career .link-admissions::after ,
.keyvisual-common-primary.is-career .link-route::after {
	border-color: #e65900;
}

.keyvisual-common-primary.is-seminar .title-common-primary .title-japanese {
	color: #e54600;
}

.keyvisual-common-primary.is-work .keyvisual-link > li:hover::before {
	background: url('../img/common/icn_arrow_down_03.svg') center/contain no-repeat;
}

.keyvisual-common-primary.is-work .link-admissions::after ,
.keyvisual-common-primary.is-work .link-route::after {
	border-color: #ff6f05;
}

.keyvisual-common-primary .keyvisual-link {
	-ms-flex-pack: end;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	justify-content: flex-end;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	margin: 0 0 0 auto;
	list-style: none;
}

.keyvisual-common-primary .keyvisual-link > li {
	position: relative;
}

.keyvisual-common-primary .keyvisual-link > li::before {
	position: absolute;
	top: 50%;
	right: 0;
	width: 0.14rem;
	height: 0.08rem;
	content: '';
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	transition: background 0.3s ease, transform 0.3s ease;
}

.keyvisual-common-primary .keyvisual-link > li:hover::before {
	background: url('../img/common/icn_arrow_down_01.svg') center/contain no-repeat;
	-ms-transform: translateY(calc(-50% + 4px));
	    transform: translateY(calc(-50% + 4px));
}

.keyvisual-common-primary .link-admissions ,
.keyvisual-common-primary .link-route {
	position: relative;
	display: block;
	color: #222222;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-decoration: none;
}

.keyvisual-common-primary .link-admissions::before ,
.keyvisual-common-primary .link-admissions::after ,
.keyvisual-common-primary .link-route::before ,
.keyvisual-common-primary .link-route::after {
	position: absolute;
	left: 0;
	height: 1px;
	content: '';
}

.keyvisual-common-primary .link-admissions::before ,
.keyvisual-common-primary .link-route::before {
	width: 100%;
	border-bottom: 1px solid #f5f5f5;
}

.keyvisual-common-primary .link-admissions::after ,
.keyvisual-common-primary .link-route::after {
	border-bottom: 1px solid;
	transition: width 0.3s ease;
}

.keyvisual-common-primary .title-common-primary .title-japanese {
	letter-spacing: 0.072em;
}

@media print, (min-width: 768px) {
	.keyvisual-common-primary {
		margin-top: -20px;
		margin-bottom: -74px;
	}

	.keyvisual-common-primary .keyvisual-link {
		max-width: 1000px;
	}

	.keyvisual-common-primary .keyvisual-link > li {
		margin: 0 0 0 42px;
	}

	.keyvisual-common-primary .keyvisual-link > li::before {
		background: url('../img/common/icn_arrow_down.svg') center/contain no-repeat;
	}

	.keyvisual-common-primary .link-admissions ,
	.keyvisual-common-primary .link-route {
		padding: 0 29px 0 0;
		font-size: 0.17rem;
	}

	.keyvisual-common-primary .link-admissions:hover::after ,
	.keyvisual-common-primary .link-route:hover::after {
		width: 100%;
	}

	.keyvisual-common-primary .link-admissions::before ,
	.keyvisual-common-primary .link-admissions::after ,
	.keyvisual-common-primary .link-route::before ,
	.keyvisual-common-primary .link-route::after {
		bottom: 1px;
	}

	.keyvisual-common-primary .link-admissions::after ,
	.keyvisual-common-primary .link-route::after {
		width: 16px;
	}

	.keyvisual-common-primary .title-common-primary {
		margin-top: 62px;
	}
}

@media only screen and (max-width: 767.98px) {
	.keyvisual-common-primary {
		padding-top: 0.34rem;
		margin-bottom: -0.26rem;
	}

	.keyvisual-common-primary.is-graduate .keyvisual-link > li::before {
		background: url('../img/common/icn_arrow_down_01.svg') center/contain no-repeat;
	}

	.keyvisual-common-primary.is-career .keyvisual-link > li::before {
		background: url('../img/common/icn_arrow_down_02.svg') center/contain no-repeat;
	}

	.keyvisual-common-primary.is-seminar {
		padding-top: 0;
		margin-top: -0.11rem;
		margin-bottom: -0.69rem;
	}

	.keyvisual-common-primary .keyvisual-link {
		margin-right: 0.03rem;
	}

	.keyvisual-common-primary .keyvisual-link > li {
		margin: 0 0 0 0.24rem;
	}

	.keyvisual-common-primary .keyvisual-link > li::before {
		top: 52%;
	}

	.keyvisual-common-primary .link-admissions ,
	.keyvisual-common-primary .link-route {
		padding: 0 0.33rem 0 0.04rem;
		font-size: 0.16rem;
		font-weight: 500;
	}

	.keyvisual-common-primary .link-admissions:hover::after ,
	.keyvisual-common-primary .link-route:hover::after {
		width: 100%;
	}

	.keyvisual-common-primary .link-admissions::before ,
	.keyvisual-common-primary .link-admissions::after ,
	.keyvisual-common-primary .link-route::before ,
	.keyvisual-common-primary .link-route::after {
		bottom: 0;
	}

	.keyvisual-common-primary .link-admissions::before ,
	.keyvisual-common-primary .link-route::before {
		opacity: 0;
	}

	.keyvisual-common-primary .link-admissions::after ,
	.keyvisual-common-primary .link-route::after {
		width: 100%;
	}

	.keyvisual-common-primary .title-common-primary {
		margin-top: 0.56rem;
		line-height: 1.4285714286;
	}

	.keyvisual-common-primary .title-common-primary .title-japanese {
		margin-bottom: 0.12rem;
	}
}

.breadcrumb-common {
	color: #222222;
	font-weight: 500;
}

.breadcrumb-common .breadcrumb-wrapper {
	padding: 0;
	margin: 0;
}

.breadcrumb-common .breadcrumb-item ,
.breadcrumb-common .item-wrapper {
	position: relative;
	display: inline;
	padding: 0;
	margin: 0;
	letter-spacing: 0.1em;
}

.breadcrumb-common .breadcrumb-item:not(:last-child)::after {
	position: relative;
	-ms-flex: 0 0 auto;
	    flex: 0 0 auto;
	display: inline-block;
	content: '＞';
	line-height: 1;
}

.breadcrumb-common .item-wrapper {
	color: #222222;
	text-decoration: none;
}

@media print, (min-width: 768px) {
	.breadcrumb-common {
		padding-top: 24px;
		padding-bottom: 10px;
		font-size: 0.14rem;
		line-height: 2.1428571429;
	}

	.breadcrumb-common .wrapper {
		width: 100%;
		max-width: 1536px;
		padding-left: 40px;
	}

	.breadcrumb-common .breadcrumb-item:not(:last-child)::after {
		margin: 0 -6px 0 0;
		-ms-transform: translateY(-1px);
		    transform: translateY(-1px);
	}
}

@media only screen and (max-width: 767.98px) {
	.breadcrumb-common {
		padding: 0.09rem 0;
		font-size: 0.11rem;
	}

	.breadcrumb-common .breadcrumb-wrapper {
		line-height: 1.5;
	}

	.breadcrumb-common .wrapper {
		padding: 0 0.15rem 0 0.2rem;
	}

	.breadcrumb-common .breadcrumb-item:not(:last-child)::after {
		margin: 0 -0.04rem 0 0;
	}
}

.list-numbers {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
}

.list-numbers > li {
	text-align: center;
}

.list-numbers .numbers-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.list-numbers .numbers-title {
	font-weight: 700;
	letter-spacing: 0.05em;
}

.list-numbers .numbers-info {
	color: #ff6f05;
	font-family: Outfit, sans-serif;
	line-height: 1;
}

.list-numbers .numbers-info .info-large {
	font-weight: 400;
	letter-spacing: -0.03em;
}

.list-numbers .numbers-info .info-normal {
	font-weight: 600;
}

.list-numbers .numbers-note {
	font-weight: 500;
}

@media print, (min-width: 768px) {
	.list-numbers {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin: 0 -12px;
	}

	.list-numbers > li {
		width: 25%;
		min-height: 400px;
		padding: 23px 36px 10px;
	}

	.list-numbers > li:not(:last-child) {
		border-right: 1px solid #c3c3c3;
	}

	.list-numbers .numbers-icon {
		width: 100px;
		height: 100px;
		margin: 0 auto 18px;
	}

	.list-numbers .numbers-title {
		margin-bottom: 22px;
		font-size: 0.25rem;
		line-height: 1.4;
	}

	.list-numbers .numbers-info {
		margin-bottom: 6px;
	}

	.list-numbers .numbers-info .info-large {
		font-size: 1.2rem;
	}

	.list-numbers .numbers-info .info-normal {
		font-size: 0.55rem;
	}

	.list-numbers .numbers-note {
		padding-left: 21px;
		margin: -1px -5px 0 0;
		font-size: 0.16rem;
		line-height: 1.5;
		letter-spacing: 0.024em;
		text-align: left;
	}
}

@media only screen and (max-width: 767.98px) {
	.list-numbers {
		margin: 0 -0.2rem;
	}

	.list-numbers > li {
		width: 50%;
		min-height: 2.5rem;
		padding: 0.22rem 0 0.16rem;
	}

	.list-numbers > li.is-modify .number-info.info-large {
		margin-right: 0.05rem;
	}

	.list-numbers > li:nth-child(2n+1) {
		border-right: 0.01rem solid #e0e0e0;
	}

	.list-numbers > li:nth-child(n+3) {
		border-top: 0.01rem solid #e0e0e0;
	}

	.list-numbers .numbers-icon {
		width: 0.62rem;
		height: 0.62rem;
		margin: 0 auto 0.21rem;
	}

	.list-numbers .numbers-title {
		margin-bottom: 0.17rem;
		font-size: 0.16rem;
		line-height: 1.5;
	}

	.list-numbers .numbers-info {
		margin-bottom: 0.1rem;
	}

	.list-numbers .numbers-info .info-large {
		font-size: 0.7rem;
	}

	.list-numbers .numbers-info .info-normal {
		display: inline-block;
		font-size: 0.33rem;
	}

	.list-numbers .numbers-info .info-normal.is-modify {
		font-size: 0.36rem;
	}

	.list-numbers .numbers-note {
		margin: 0 0.04rem 0 0.08rem;
		font-size: 0.12rem;
		font-weight: 300;
		line-height: 1.5;
		letter-spacing: 0.024em;
		text-align: left;
	}
}

.keyvisual-common-primary {
	position: relative;
}

.keyvisual-common-primary::before {
	position: absolute;
	display: block;
	content: '';
}

.keyvisual-common-primary .intro-text {
	font-weight: 700;
	letter-spacing: 0.1em;
}

@media print, (min-width: 768px) {
	.keyvisual-common-primary {
		padding-bottom: 412px;
	}

	.keyvisual-common-primary::before {
		bottom: 48px;
		width: 100%;
		height: 413px;
		background: url(../img/common/decoration_numbers_02.svg) top left/100% auto no-repeat;
	}

	.keyvisual-common-primary .intro-text {
		font-size: 0.17rem;
		line-height: 3.5294117647;
		text-align: center;
	}

	.keyvisual-common-primary .title-common-primary {
		margin-top: 115px;
		margin-bottom: 56px;
	}
}

@media only screen and (max-width: 767.98px) {
	.keyvisual-common-primary {
		padding-bottom: 2.17rem;
	}

	.keyvisual-common-primary::before {
		bottom: -0.18rem;
		width: 100%;
		height: 2rem;
		background: url(../img/work/sp/feature_decor_01.png) center/cover no-repeat;
	}

	.keyvisual-common-primary .keyvisual-link {
		display: none;
	}

	.keyvisual-common-primary .intro-text {
		margin: 0 -0.04rem 0 0;
		color: #222222;
		font-size: 0.16rem;
		font-weight: 400;
		line-height: 1.875;
	}

	.keyvisual-common-primary .title-common-primary {
		margin-top: 0.11rem;
		margin-bottom: 0.49rem;
	}

	.keyvisual-common-primary .title-common-primary .title-japanese {
		margin-bottom: 0.08rem;
	}
}

.section-work-feature .feature-title {
	font-weight: 700;
	letter-spacing: 0.08em;
}

.section-work-feature .item-title {
	color: #ff5d07;
	letter-spacing: 0.1em;
}

.section-work-feature .list-category {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.section-work-feature .item-label ,
.section-work-feature .content-heading-title {
	font-weight: 700;
	letter-spacing: 0.1em;
}

.section-work-feature .content-heading-title {
	display: block;
}

.section-work-feature .content-heading-text:last-child {
	margin-bottom: 0;
}

.section-work-feature .feature-button-area {
	-ms-flex-pack: center;
	justify-content: center;
	display: -ms-flexbox;
	display: flex;
}

@media print, (min-width: 768px) {
	.section-work-feature {
		padding-top: 90px;
		margin-bottom: 95px;
	}

	.section-work-feature .list-job {
		margin-bottom: 104px;
	}

	.section-work-feature .feat-info {
		margin-bottom: 82px;
	}

	.section-work-feature .feat-info .wrapper::before {
		top: 16px;
		bottom: -26px;
	}

	.section-work-feature .info-description {
		width: 900px;
	}

	.section-work-feature .feature-title {
		margin-bottom: 15px;
		color: #222222;
		font-size: 0.24rem;
	}

	.section-work-feature .item-title {
		font-size: 0.17rem;
	}

	.section-work-feature .list-category li {
		display: inline-block;
	}

	.section-work-feature .list-category li:not(:last-child) {
		margin-right: 31px;
	}

	.section-work-feature .content-heading {
		margin-bottom: 18px;
	}

	.section-work-feature .item-label ,
	.section-work-feature .content-heading-title {
		font-size: 0.17rem;
		line-height: 1.7647058824;
	}

	.section-work-feature .content-heading-title {
		margin-bottom: 3px;
	}
}

@media only screen and (max-width: 767.98px) {
	.section-work-feature {
		padding-top: 0.8rem;
		margin-bottom: 0.53rem;
	}

	.section-work-feature .list-job {
		margin-bottom: 0.57rem;
	}

	.section-work-feature .list-job .item-heading {
		padding: 0;
		margin-bottom: 0.25rem;
	}

	.section-work-feature .feat-info {
		margin-bottom: 0.89rem;
	}

	.section-work-feature .feat-info .wrapper::before {
		top: -0.2rem;
		bottom: -0.37rem;
	}

	.section-work-feature .feature-title {
		margin-bottom: 0.15rem;
		color: #363646;
		font-size: 0.2rem;
	}

	.section-work-feature .item-title {
		font-size: 0.16rem;
		line-height: 1.875;
		text-align: left;
	}

	.section-work-feature .list-category {
		line-height: 1.7142857143;
	}

	.section-work-feature .list-category li {
		display: block;
	}

	.section-work-feature .content-heading {
		margin-bottom: 0.19rem;
	}

	.section-work-feature .content-heading-title {
		margin-bottom: 0.1rem;
		font-size: 0.16rem;
		line-height: 1.875;
	}

	.section-work-feature .item-content {
		font-size: 0.14rem;
		line-height: 2;
		letter-spacing: 0.08em;
	}

	.section-work-feature .button-common-primary {
		width: unset;
		margin: unset;
	}
}

.section-work-course .feat-info {
	margin-bottom: 0;
}

.section-work-course .info-description p:last-child {
	margin-bottom: 0;
}

.section-work-course .course-block .wrapper {
	-ms-flex-pack: center;
	justify-content: center;
}

.section-work-course .course-title {
	color: #222222;
	line-height: 1.4;
}

@media print, (min-width: 768px) {
	.section-work-course {
		padding-bottom: 186px;
	}

	.section-work-course .feat-info.is-modify .wrapper::before {
		top: 10px;
		bottom: 3px;
	}

	.section-work-course .info-description {
		width: 720px;
	}

	.section-work-course .course-wrapper {
		padding-top: 90px;
		padding-bottom: 97px;
		background-color: #f5f5f5;
	}

	.section-work-course .course-image {
		width: 1262px;
		margin: -147px 0 20px 10px;
	}

	.section-work-course .course-block {
		margin: 128px 0 193px;
	}

	.section-work-course .course-title {
		margin-bottom: 26px;
		font-size: 0.24rem;
		letter-spacing: 0.08em;
	}

	.section-work-course .interview-wrap {
		position: relative;
		left: calc(50% - 633px);
		overflow: hidden;
	}
}

@media only screen and (max-width: 767.98px) {
	.section-work-course {
		margin-bottom: -0.2rem;
		background-color: #f5f5f5;
	}

	.section-work-course .interview-wrap {
		position: relative;
		padding-bottom: 2.4rem;
	}

	.section-work-course .interview-wrap::before {
		position: absolute;
		top: 1.12rem;
		right: 0;
		bottom: 0;
		left: 0;
		content: '';
		background: #fcfcfc;
	}

	.section-work-course .course-wrapper {
		padding-top: 0.6rem;
	}

	.section-work-course .course-image {
		margin: 0.45rem -0.06rem 0.81rem;
	}

	.section-work-course .course-block {
		margin: 0 0 1rem;
	}

	.section-work-course .course-block .button-common-primary {
		width: unset;
		margin: 0 auto;
	}

	.section-work-course .course-title {
		margin-bottom: 0.2rem;
		font-size: 0.16rem;
		letter-spacing: 0.1em;
	}

	.section-work-course .interview-wrap {
		padding-right: 0.24rem;
		padding-left: 0.24rem;
	}
}

.section-work-support {
	background-color: #f5f5f5;
}

.section-work-support > .wrapper {
	position: relative;
}

.section-work-support > .wrapper::before {
	position: absolute;
	content: '';
}

.list-dots {
	text-align: left;
	list-style: none;
}

.list-dots:last-child {
	margin-bottom: 0;
}

.list-dots > li {
	position: relative;
	text-indent: 1em;
}

.list-dots > li::before {
	position: absolute;
	top: 0;
	left: -1em;
	content: '・';
}

@media print, (min-width: 768px) {
	.section-work-support {
		padding-top: 115px;
		padding-bottom: 100px;
	}

	.section-work-support > .wrapper::before {
		top: -335px;
		right: -321px;
		width: 406px;
		height: 426px;
		background: url(../img/top/decoration_numbers_01.png) center/cover no-repeat;
	}

	.section-work-support .feat-info {
		margin-bottom: 136px;
	}

	.section-work-support .feat-info .wrapper::before {
		top: -16px;
	}

	.section-work-support .list-numbers {
		margin: 0 17px;
	}

	.section-work-support .list-numbers > li {
		width: 33.3333333333%;
		min-height: 294px;
		padding-top: 0;
		padding-right: 20px;
		padding-left: 20px;
	}

	.section-work-support .list-numbers .numbers-icon {
		width: 120px;
		height: 120px;
		margin-top: -23px;
		margin-bottom: 20px;
	}

	.section-work-support .list-numbers .numbers-title {
		margin-bottom: 12px;
		letter-spacing: 0.1em;
	}

	.list-dots {
		padding-left: 48px;
	}

	.list-dots.is-modify {
		margin-right: -42px;
	}
}

@media only screen and (max-width: 767.98px) {
	.section-work-support {
		padding-top: 0.8rem;
	}

	.section-work-support > .wrapper::before {
		top: -1.19rem;
		right: -0.8rem;
		width: 1.82rem;
		height: 1.82rem;
		background: url(../img/work/sp/support_decor_01.png) center/cover no-repeat;
	}

	.section-work-support .feat-info {
		z-index: 1;
		margin-bottom: 0.22rem;
	}

	.section-work-support .list-numbers {
		margin: 0;
	}

	.section-work-support .list-numbers > li {
		width: 100%;
		padding-top: 0.4rem;
		padding-bottom: 0.36rem;
		border-top: none;
		border-right: none;
	}

	.section-work-support .list-numbers > li:not(:last-child) {
		border-bottom: 0.01rem solid #e6e6e6;
	}

	.section-work-support .list-numbers .numbers-icon {
		width: 0.8rem;
		height: 0.8rem;
		margin-bottom: 0.07rem;
	}

	.section-work-support .list-numbers .numbers-title {
		margin-bottom: 0.06rem;
		font-size: 0.2rem;
		line-height: 1.6;
		letter-spacing: 0.072em;
	}

	.list-dots {
		padding-left: 0;
		margin: 0 -0.05rem;
		color: #222222;
	}
}

.section-work-welfare {
	position: relative;
}

.section-work-welfare::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	content: '';
	pointer-events: none;
}

.section-work-welfare .content-list {
	padding-left: 0;
	list-style: none;
}

.section-work-welfare .item-title {
	font-weight: bold;
}

.section-work-welfare .item-detail {
	margin-bottom: 0;
	letter-spacing: 0.1em;
}

.section-work-welfare .welfare-image {
	position: relative;
}

.section-work-welfare .welfare-image img {
	width: 100%;
}

.section-work-welfare .welfare-image figure {
	position: absolute;
}

@media print, (min-width: 768px) {
	.section-work-welfare {
		padding-top: 122px;
		padding-bottom: 246px;
	}

	.section-work-welfare::before {
		bottom: -45px;
		width: 100%;
		height: 413px;
		background: url(../img/common/decoration_numbers_02.svg) top left/100% auto no-repeat;
	}

	.section-work-welfare .feat-info {
		margin-bottom: 112px;
	}

	.section-work-welfare .feat-info .wrapper::before {
		top: -16px;
	}

	.section-work-welfare .welfare-wrapper {
		-ms-flex-pack: justify;
		justify-content: space-between;
		display: -ms-flexbox;
		display: flex;
	}

	.section-work-welfare .welfare-content {
		-ms-flex: 1;
		    flex: 1;
	}

	.section-work-welfare .list-item {
		margin-bottom: 71px;
	}

	.section-work-welfare .item-title {
		margin-bottom: 14px;
		font-size: 0.24rem;
		line-height: 1.25;
		letter-spacing: 0.08em;
	}

	.section-work-welfare .item-detail {
		font-size: 0.17rem;
		line-height: 1.7647058824;
	}

	.section-work-welfare .welfare-image {
		width: 620px;
	}

	.section-work-welfare .welfare-image .is-first {
		top: -117px;
		left: 189px;
		z-index: 1;
		width: 360px;
	}

	.section-work-welfare .welfare-image .is-second {
		top: 84px;
		left: 304px;
		z-index: 0;
		width: 396px;
	}

	.section-work-welfare .welfare-image .is-third {
		top: 283px;
		left: 98px;
		z-index: 1;
		width: 290px;
	}
}

@media only screen and (max-width: 767.98px) {
	.section-work-welfare {
		padding-top: 0.93rem;
		padding-bottom: 1.35rem;
		margin-bottom: 0.54rem;
	}

	.section-work-welfare::before {
		bottom: -0.9rem;
		width: 100%;
		height: 2rem;
		background: url(../img/common/sp/decoration_numbers_03.svg) top left/100% auto no-repeat;
	}

	.section-work-welfare .feat-info {
		margin-bottom: 0.61rem;
	}

	.section-work-welfare .content-list {
		margin-bottom: 0;
	}

	.section-work-welfare .list-item {
		margin-bottom: 0.36rem;
	}

	.section-work-welfare .item-title {
		margin-bottom: 0.11rem;
		font-size: 0.2rem;
		line-height: 1.6;
		letter-spacing: 0.072em;
	}

	.section-work-welfare .item-detail {
		color: #222222;
		font-size: 0.16rem;
		line-height: 1.875;
	}

	.section-work-welfare .welfare-image {
		min-height: 3.22rem;
	}

	.section-work-welfare .welfare-image .is-first {
		left: 0.5rem;
		z-index: 1;
		width: 1.95rem;
	}

	.section-work-welfare .welfare-image .is-second {
		top: 1.08rem;
		left: 1.13rem;
		z-index: 0;
		width: 2.14rem;
	}

	.section-work-welfare .welfare-image .is-third {
		top: 2.16rem;
		z-index: 1;
		width: 1.58rem;
	}
}

.section-work-style .style-list {
	padding-left: 0;
	list-style: none;
}

.section-work-style .item-list {
	padding-left: 0;
	list-style: none;
}

.section-work-style .item-title ,
.section-work-style .list-title {
	font-weight: bold;
	letter-spacing: 0.1em;
}

.section-work-style .item-title {
	position: relative;
	color: #ff6f05;
}

.section-work-style .item-title::before {
	position: absolute;
	content: '';
}

.section-work-style .list-content {
	margin-bottom: 0;
}

.section-work-style .list-content p:last-child {
	margin-bottom: 0;
}

@media print, (min-width: 768px) {
	.section-work-style {
		padding: 100px 0 194px;
	}

	.section-work-style .feat-info {
		margin-bottom: 90px;
	}

	.section-work-style .item-title {
		padding-left: 69px;
		margin-bottom: 48px;
		font-size: 0.25rem;
		line-height: 1.28;
	}

	.section-work-style .item-title::before {
		width: 46px;
		height: 40px;
	}

	.section-work-style .item-title.is-living::before {
		top: -6px;
		left: 7px;
		background: url(../img/work/work_ico_01.svg) top left/100% auto no-repeat;
	}

	.section-work-style .item-title.is-health::before {
		top: -6px;
		left: 8px;
		background: url(../img/work/work_ico_02.svg) top left/100% auto no-repeat;
	}

	.section-work-style .item-title.is-internal::before {
		top: -5px;
		left: 8px;
		background: url(../img/work/work_ico_03.svg) top left/100% auto no-repeat;
	}

	.section-work-style .item-list {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -40px;
	}

	.section-work-style .item-list > li {
		width: 25%;
		padding: 0 40px 10px;
	}

	.section-work-style .style-list {
		margin-bottom: 144px;
	}

	.section-work-style .list-item {
		position: relative;
		padding-bottom: 27px;
		margin-bottom: 41px;
	}

	.section-work-style .list-item:not(:last-child)::before {
		position: absolute;
		right: -82px;
		bottom: 0;
		left: -82px;
		height: 1px;
		content: '';
		background: #e6e6e6;
	}

	.section-work-style .list-wrapper {
		-ms-flex: 0 0 auto;
		    flex: 0 0 auto;
	}

	.section-work-style .list-title {
		margin-bottom: 6px;
		font-size: 0.17rem;
		line-height: 1.7647058824;
	}

	.section-work-style .list-content {
		font-size: 0.17rem;
		line-height: 1.4117647059;
		letter-spacing: 0;
	}

	.section-work-style .list-content.is-text-small {
		font-size: 0.15rem;
		line-height: 1.7333333333;
	}

	.section-work-style .button-common-primary {
		display: block;
	}
}

@media only screen and (max-width: 767.98px) {
	.section-work-style {
		padding: 0.8rem 0 0.68rem;
	}

	.section-work-style .item-title {
		padding-top: 0.6rem;
		margin-bottom: 0.35rem;
		font-size: 0.2rem;
		line-height: 1.6;
		letter-spacing: 0.072em;
		text-align: center;
	}

	.section-work-style .item-title::before {
		left: 50%;
		width: 0.58rem;
		height: 0.58rem;
		-ms-transform: translateX(-50%);
		    transform: translateX(-50%);
	}

	.section-work-style .item-title.is-living::before {
		top: -0.04rem;
		background: url(../img/work/sp/work_ico_01.svg) top left/100% auto no-repeat;
	}

	.section-work-style .item-title.is-health::before {
		top: 0.03rem;
		background: url(../img/work/sp/work_ico_02.svg) top left/100% auto no-repeat;
	}

	.section-work-style .item-title.is-internal::before {
		top: -0.04rem;
		background: url(../img/work/sp/work_ico_03.svg) top left/100% auto no-repeat;
	}

	.section-work-style .style-list {
		margin-bottom: 1.2rem;
	}

	.section-work-style .list-wrapper:not(:last-child) {
		margin-bottom: 0.33rem;
	}

	.section-work-style .list-title {
		margin-bottom: -0.01rem;
		font-size: 0.16rem;
		line-height: 1.875;
	}

	.section-work-style .list-content {
		color: #222222;
		font-size: 0.16rem;
		line-height: 1.875;
		letter-spacing: 0.1em;
	}

	.section-work-style .list-content.is-margin {
		margin-right: -0.1rem;
	}

	.section-work-style .item-list {
		margin-bottom: 0;
	}

	.section-work-style .item-list > li:not(:last-child) {
		margin-bottom: 0.33rem;
	}

	.section-work-style .list-item:not(:last-child) {
		padding-bottom: 0.35rem;
		margin-bottom: 0.44rem;
		border-bottom: 0.01rem solid #e6e6e6;
	}
}

@media only screen and (max-width: 767.98px) {
	.block-common-decor {
		position: relative;
		margin-bottom: 1.66rem;
	}

	.block-common-decor::before {
		background: url(../img/common/sp/decoration_numbers_04.svg) top left/100% auto no-repeat;
	}
}

@media print, (min-width: 768px) {
	.list-job .button-accordion {
		right: -72px;
	}
}
