@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*, ::before, ::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

body {
	margin: 0;
}

main {
	display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

dt {
	font-weight: 700;
}

dd {
	margin-left: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

pre {
	font-family: monospace,monospace;
	font-size: inherit;
}

address {
	font-style: inherit;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

abbr[title] {
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bolder;
}

code, kbd, samp {
	font-family: monospace,monospace;
	font-size: inherit;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

svg, img, embed, object, iframe {
	vertical-align: bottom;
}

button, input, optgroup, select, textarea {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit;
}

button, [type="button"], [type="reset"], [type="submit"] {
	cursor: pointer;
}

button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
	cursor: default;
}

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

option {
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

legend {
	padding: 0;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

[type="number"] {
	-moz-appearance: textfield;
}

label[for] {
	cursor: pointer;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[contenteditable]:focus {
	outline: auto;
}

table {
	border-color: inherit;
	border-collapse: collapse;
}

caption {
	text-align: left;
}

td, th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: 700;
}

html {
	font-size: 16px;
	overflow-y: scroll;
}
html * {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
}

body {
	font-family: "Noto Serif JP", serif;
	font-family: 'Noto Sans JP', "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-feature-settings: "palt";
	margin: 0px auto;
	color: #000000;
	overflow: hidden;
	background: #fff;
	font-size: clamp(0.875rem, 0.80163rem + 0.32609vw, 1.0625rem);
	line-height: 1.7;
	font-weight: 500;
	padding-top: 110px;
}
.pc body {
	padding-top: 60px;
}
body img {
	border: 0px;
}
body a {
	text-decoration: none;
	color: #000;
}
body dl, body ul, body ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
body p {
	margin: 0px;
}
body input, body select {
	outline: none;
}
body .clear {
	clear: both;
}
.sp body .view_pc {
	display: none !important;
}
body .view_pc_below {
	display: none;
}
.pc body .view_pc_below {
	display: block !important;
}
body .view_sp {
	display: none !important;
}
.sp body .view_sp {
	display: block !important;
}
body .view_tab {
	display: none !important;
}
.tablet body .view_tab {
	display: block !important;
}
.tablet body .none_tab {
	display: none !important;
}

a {
	-webkit-transition: opacity 0.2s, background 0.2s;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
}
a:hover {
	opacity: 0.7;
}

.home_bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.home_bg::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: -1;
}
.home_bg::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	filter: blur(5px);
	background: url(../../images/bg.jpg) no-repeat center/cover;
	z-index: -2;
}
.bg_recruit .home_bg::after {
	background: url(../../images/bg2.jpg) no-repeat center/cover;
}

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
	padding: 0px 30px;
	z-index: 1000;
	background: #fff;
}
.wpc header {
	padding: 0 20px;
}
.pc header {
	height: 60px;
}
.sp header {
	padding: 0 10px;
}
header .logo {
	display: flex;
	gap: 30px;
	align-items: center;
}
.wpc header .logo {
	gap: 20px;
}
.sp header .logo {
	gap: 10px;
}
header .logo > a {
	display: block;
	width: 240px;
}
.wpc header .logo > a {
	width: 200px;
}
.tablet header .logo > a {
	width: 180px;
}
.sp header .logo > a {
	width: 150px;
}
header .logo > a img {
	width: 100%;
}
header .logo span {
	font-family: "Noto Serif JP", serif;
	font-size: clamp(0.875rem, 0.63043rem + 1.08696vw, 1.5rem);
	line-height: 1;
	font-weight: 600;
}
.wpc header .logo span {
	font-size: clamp(0.875rem, 0.72826rem + 0.65217vw, 1.25rem);
	line-height: 1;
	font-weight: 600;
}
.pc header .header_menu {
	display: none;
}
header .header_menu ul {
	display: flex;
	justify-content: flex-end;
	gap: 30px;
	height: 110px;
}
.wpc header .header_menu ul {
	gap: 23px;
}
header .header_menu ul > li:last-child {
	padding-right: 0;
}
.wpc header .header_menu ul > li:last-child {
	display: none;
}
header .header_menu ul > li a {
	display: flex;
	align-items: center;
	height: 110px;
}
header .header_menu ul > li a.ac {
	position: relative;
	color: #E7374E;
}
header .header_menu ul > li a.ac::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 20px;
	background: #E7374E;
}
header .header_menu ul > li.search {
	display: flex;
	align-items: center;
}
header .header_menu ul > li.search img {
	vertical-align: middle;
}
header .spbtn {
	display: none;
}
.pc header .spbtn {
	display: block;
}
header .spbtn button {
	position: relative;
	display: inline-block;
	width: 34px;
	height: 24px;
	cursor: pointer;
}
header .spbtn button span {
	position: absolute;
	display: inline-block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #E7374E;
	border-radius: 4px;
	transition: 0.5s;
}
header .spbtn button span:nth-of-type(1) {
	top: 0;
}
header .spbtn button span:nth-of-type(2) {
	top: 11px;
}
header .spbtn button span:nth-of-type(3) {
	bottom: 0;
}
header .spbtn button.open span:nth-of-type(1) {
	transform: translateY(10px) rotate(-45deg);
}
header .spbtn button.open span:nth-of-type(2) {
	opacity: 0;
}
header .spbtn button.open span:nth-of-type(3) {
	transform: translateY(-11px) rotate(45deg);
}

#spmenu {
	position: fixed;
	top: 60px;
	right: 0px;
	width: 100%;
	height: calc(100% - 60px);
	color: #fff;
	z-index: 1010;
	opacity: 0;
	transform: translateX(40%);
	transition: opacity 600ms, transform 600ms, top 600ms, height 600ms;
	pointer-events: none;
	overflow-y: auto;
	overflow-x: hidden;
}
.menuopen #spmenu {
	transform: translateX(0%);
	opacity: 1;
	pointer-events: auto;
}
#spmenu .body {
	position: relative;
	display: flex;
	flex-direction: column;
	height: auto;
	padding: 30px 15px 30px;
	background: #E7374E;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 5;
}
#spmenu .menu {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	border-bottom: 1px solid #fff;
}
#spmenu .menu a {
	display: inline-block;
	font-weight: bold;
	color: #fff;
}
#spmenu .menu div {
	position: relative;
	display: flex;
}
.pc #spmenu .menu div {
	align-items: center;
	height: 60px;
	border-top: 1px solid #fff;
}
.pc #spmenu .menu div .sw {
	position: relative;
	flex-shrink: 0;
	display: block;
	width: 50px;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
}
.pc #spmenu .menu div .sw:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	background: url(../images/spmenu_down.svg) no-repeat center center/20px 11px;
	transition: opacity 300ms;
}
.pc #spmenu .menu div .sw:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	opacity: 0;
	background: url(../images/spmenu_up.svg) no-repeat center center/20px 11px;
	transition: opacity 300ms;
}
.pc #spmenu .menu div .sw.open:before {
	opacity: 0;
}
.pc #spmenu .menu div .sw.open:after {
	opacity: 1;
}
#spmenu .menu div a:not(.sw) {
	position: relative;
	display: flex;
	width: 100%;
	height: 57px;
	align-items: center;
}
.pc #spmenu .menu div a:not(.sw) {
	padding: 10px 15px;
	height: 60px;
}
#spmenu .menu div a:not(.sw):before {
	content: "";
	display: block;
	position: absolute;
	width: 0px;
	height: 57px;
	top: 0px;
	left: -30px;
	background: rgba(0, 0, 0, 0.2);
	opacity: 0;
	transition: width 0ms 300ms, opacity 300ms;
	z-index: -1;
}
.tablet #spmenu .menu div a:not(.sw):before {
	display: none;
}
#spmenu .menu div.open a:not(.sw):before {
	width: calc(100% + 30px);
	opacity: 1;
}
#spmenu .menu div.separate {
	position: relative;
	margin-top: auto;
	padding-top: 30px;
}
.pc #spmenu .menu div.separate {
	margin-top: 0px;
	padding-top: 0px;
}
#spmenu .menu div.separate:before {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% - 15px);
	height: 1px;
	top: 15px;
	left: 0px;
	background: #fff;
}
.pc #spmenu .menu div.separate:before {
	display: none;
}
#spmenu .menu ul {
	display: block;
	display: none;
	width: auto;
	top: 0px;
	left: calc(100% + 0px);
	padding-bottom: 10px;
	z-index: 10;
	pointer-events: none;
	transition: opacity 300ms, left 0ms 300ms;
}
.pc.menuopen #spmenu .menu ul {
	pointer-events: auto;
}
#spmenu .menu ul:before {
	content: "";
	display: none;
	position: absolute;
	width: 100vw;
	height: calc(100vh - 130px);
	background: rgba(0, 0, 0, 0.2);
	top: -25px;
	z-index: -1;
	left: -30px;
}
#spmenu .menu ul a {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 25px;
	padding: 0px 0px 10px 35px;
	font-weight: 500;
}
#spmenu .menu div.open + ul {
	opacity: 1;
	left: calc(100% + 30px);
	transition: opacity 400ms 250ms, left 400ms 250ms;
}
.menuopen #spmenu .menu div.open + ul {
	pointer-events: auto;
}

#megamenu {
	position: fixed;
	background: #E2E2E2;
	left: 0;
	top: 110px;
	width: 100%;
	z-index: 1000;
	opacity: 0;
	transition: 0.5s;
	pointer-events: none;
}
.megmenu_open #megamenu {
	opacity: 1;
	pointer-events: auto;
}
#megamenu > .inner > div {
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: auto;
	padding: 60px 20px 60px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	display: none;
}
.tablet #megamenu > .inner > div {
	padding: 30px 10px 30px;
}
#megamenu > .close {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 20px;
	right: 20px;
	-webkit-transition: opacity 0.2s, background 0.2s;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
}
#megamenu > .close:hover {
	opacity: 0.7;
}
#megamenu > .close::before, #megamenu > .close::after {
	content: "";
	position: absolute;
	left: -21%;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: #000;
}
#megamenu > .close::before {
	transform: rotateZ(-45deg);
}
#megamenu > .close::after {
	transform: rotateZ(45deg);
}
#megamenu .label {
	font-size: clamp(1.875rem, 1.77717rem + 0.43478vw, 2.125rem);
	line-height: 1.5;
	font-weight: 500;
}
#megamenu ul.tx {
	display: flex;
	gap: 80px;
	margin-top: 40px;
}
#megamenu ul.img {
	display: flex;
	gap: 40px;
	margin-top: 40px;
}
#megamenu ul.img > li {
	width: calc((100% - 160px) / 5);
}
#megamenu ul.img > li a {
	position: relative;
	display: block;
	overflow: hidden;
}
#megamenu ul.img > li a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 120px;
	background: linear-gradient(0deg, black 0%, transparent 100%);
	z-index: 3;
}
#megamenu ul.img > li a .img {
	position: relative;
	display: block;
	aspect-ratio: 224 / 158;
}
#megamenu ul.img > li a .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
	transition: 0.5s;
}
#megamenu ul.img > li a .tx {
	position: absolute;
	bottom: 0;
	padding: 0 10px 5px 10px;
	color: #fff;
	z-index: 5;
	font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
	line-height: 1.5;
	font-weight: 500;
}
#megamenu ul.img > li a:hover {
	opacity: 1;
}
#megamenu ul.img > li a:hover .img img {
	transform: scale(1.1);
}

#mainvisual {
	padding-top: 200px;
	background: #fff;
}
.tablet #mainvisual {
	padding-top: 20px;
}
#mainvisual .text {
	position: relative;
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: auto;
	padding: 0px 20px;
	z-index: 1;
}
.sp #mainvisual .text {
	padding: 0px 10px;
}
#mainvisual .text span {
	position: absolute;
	display: block;
	left: 20px;
	bottom: 40px;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(2rem, 1.31522rem + 3.04348vw, 3.75rem);
	line-height: 1.5;
	font-weight: 600;
}
.tablet #mainvisual .text span {
	position: static;
	padding-bottom: 20px;
}
.sp #mainvisual .text span {
	font-size: clamp(1.625rem, 1.625rem + 0vw, 1.625rem);
	line-height: 1.5;
	font-weight: 600;
}
#mainvisual .bg {
	margin-left: auto;
	width: min(calc(1280px + ((100vw - 1280px) / 2)), 100vw);
	aspect-ratio: 1600 / 650;
}
#mainvisual .bg .inner {
	width: 100%;
	height: 100%;
}

.vegas-animation-kenburns {
	animation: kenburns ease-out;
}

@keyframes kenburns {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.3);
	}
}
#headline {
	background: #fff;
}
#headline > div {
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: auto;
	padding: 50px 20px 0px;
	font-size: clamp(0.9375rem, 0.91304rem + 0.1087vw, 1rem);
	line-height: 1.5;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 20px;
}
.tablet #headline > div {
	padding: 25px 10px 0px;
}
.tablet #headline > div {
	padding-top: 40px;
	flex-direction: column;
	gap: 10px;
	align-items: start;
}
#headline > div .ttl {
	color: #E7374E;
}
#headline > div .date {
	color: #6C6C6C;
}

#pukapuka {
	background: #fff;
}
#pukapuka > div {
	position: relative;
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: auto;
	padding: 180px 20px 120px;
	font-family: "Noto Serif JP", serif;
}
.tablet #pukapuka > div {
	padding: 90px 10px 60px;
}
#pukapuka > div > .img {
	opacity: 0.7;
}
.pc #pukapuka > div > .img {
	opacity: 0.3;
}
#pukapuka > div > .img img {
	position: absolute;
	filter: blur(2px);
	animation: puka 2.5s ease-in-out infinite alternate-reverse;
}
.sp #pukapuka > div > .img img {
	display: none;
}
#pukapuka > div > .img img.puka01 {
	top: 14%;
	right: 12%;
	animation-delay: 0.4s;
}
#pukapuka > div > .img img.puka02 {
	top: 23%;
	left: 0;
	animation-delay: 0.6s;
	animation: puka2 2.4s ease-in-out infinite alternate-reverse;
}
#pukapuka > div > .img img.puka03 {
	top: 40%;
	right: 3%;
}
#pukapuka > div > .img img.puka04 {
	bottom: 26%;
	left: 1%;
	animation-delay: 1.3s;
}
#pukapuka > div > .img img.puka05 {
	bottom: 18%;
	right: 0%;
	animation-delay: 0.6s;
	animation: puka2 2.7s ease-in-out infinite alternate-reverse;
}
#pukapuka > div .tx {
	text-align: center;
	font-size: clamp(1.125rem, 1.07609rem + 0.21739vw, 1.25rem);
	line-height: 1.5;
	font-weight: 500;
}
#pukapuka > div .tx p + p {
	margin-top: 40px;
}
#pukapuka > div .ttl {
	margin-top: 40px;
	text-align: center;
	font-size: clamp(1.5rem, 1.23098rem + 1.19565vw, 2.1875rem);
	line-height: 1.5;
	font-weight: 500;
}

@keyframes puka {
	0% {
		transform: translateY(-7%);
	}
	100% {
		transform: translateY(7%);
	}
}
@keyframes puka2 {
	0% {
		transform: translateY(8%);
	}
	100% {
		transform: translateY(-8%);
	}
}
.popup, .popup_item {
	position: relative;
	opacity: 0;
	transform: translateY(40px);
}
.popup.view, .popup_item.view {
	transition: opacity .9s, transform .9s;
	opacity: 1;
	transform: translateY(0);
}
.popup.top, .popup_item.top {
	position: relative;
	top: 50px;
	transform: translateY(0px);
}
.popup.top.view, .popup_item.top.view {
	opacity: 1;
	top: 0;
}

main > div {
	background: #fff;
}
main > div .contents {
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: auto;
	padding: 120px 20px 120px;
}
.tablet main > div .contents {
	padding: 60px 10px 60px;
}
main h2 {
	font-size: clamp(1.5rem, 1.05978rem + 1.95652vw, 2.625rem);
	line-height: 1.5;
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
}
main h3 {
	font-size: clamp(1.1875rem, 0.94293rem + 1.08696vw, 1.8125rem);
	line-height: 1.5;
	font-weight: 500;
}
main * + h3 {
	padding-top: 80px;
}
main * + p, main * + .linkubar {
	margin-top: 30px;
}
main * + .column, main * + .table {
	margin-top: 40px;
}
main .column {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}
.tablet main .column {
	gap: 20px;
}
main .column.col5 > * {
	width: calc((100% - 40px * (5 - 1)) / 5);
}
.tablet main .column.tabcol5 > * {
	width: calc((100% - 20px * (5 - 1)) / 5) !important;
}
.sp main .column.spcol5 > * {
	width: calc((100% - 10px * (5 - 1)) / 5) !important;
}
main .column.col4 > * {
	width: calc((100% - 40px * (4 - 1)) / 4);
}
.tablet main .column.tabcol4 > * {
	width: calc((100% - 20px * (4 - 1)) / 4) !important;
}
.sp main .column.spcol4 > * {
	width: calc((100% - 10px * (4 - 1)) / 4) !important;
}
main .column.col3 > * {
	width: calc((100% - 40px * (3 - 1)) / 3);
}
.tablet main .column.tabcol3 > * {
	width: calc((100% - 20px * (3 - 1)) / 3) !important;
}
.sp main .column.spcol3 > * {
	width: calc((100% - 10px * (3 - 1)) / 3) !important;
}
main .column.col2 > * {
	width: calc((100% - 40px * (2 - 1)) / 2);
}
.tablet main .column.tabcol2 > * {
	width: calc((100% - 20px * (2 - 1)) / 2) !important;
}
.sp main .column.spcol2 > * {
	width: calc((100% - 10px * (2 - 1)) / 2) !important;
}
main .column.col1 > * {
	width: calc((100% - 40px * (1 - 1)) / 1);
}
.tablet main .column.tabcol1 > * {
	width: calc((100% - 20px * (1 - 1)) / 1) !important;
}
.sp main .column.spcol1 > * {
	width: calc((100% - 10px * (1 - 1)) / 1) !important;
}
main .column + .column {
	margin-top: 100px;
}
.sp main .column + .column {
	margin-top: 40px;
}
main .column .img img {
	width: 100%;
}
main .column .img.view_tab {
	max-width: 400px;
	margin: 30px auto 0;
}
main .column.reverse {
	flex-direction: row-reverse;
}
main .point {
	position: relative;
	padding-left: 20px;
}
main .point::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: #E7374E;
	border-radius: 50%;
}

main.home > .voice {
	position: relative;
	height: 650px;
	background: transparent;
}
.tablet main.home > .voice {
	height: 600px;
}
main.home > .voice::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	background: #fff;
	z-index: 0;
}
main.home > .voice .inner {
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: auto;
	padding: 80px 20px 0px;
}
.tablet main.home > .voice .inner {
	padding: 40px 10px 0px;
}
main.home > .voice .list {
	display: flex;
	justify-content: end;
	align-items: end;
	margin-top: 100px;
	gap: 30px;
}
.wpc main.home > .voice .list {
	flex-direction: column-reverse;
	gap: 20px;
}
.tablet main.home > .voice .list {
	margin-top: 80px;
}
main.home > .voice .list .controller {
	position: relative;
	z-index: 3;
	padding-bottom: 10px;
}
.wpc main.home > .voice .list .controller {
	width: 100%;
}
main.home > .voice .list .controller ul {
	display: flex;
	align-items: center;
	gap: 7px;
}
.wpc main.home > .voice .list .controller ul {
	justify-content: center;
}
main.home > .voice .list .controller ul li {
	font-size: 24px;
	line-height: 32px;
	-webkit-transition: opacity 0.2s, background 0.2s;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
}
main.home > .voice .list .controller ul li:hover {
	opacity: 0.7;
}
main.home > .voice .list .controller ul li.prev {
	line-height: 0;
}
main.home > .voice .list .controller ul li.prev img {
	transform: scale(-1, 1);
}
main.home > .voice .list .controller ul li.next {
	line-height: 0;
}
main.home > .voice .list .controller ul li.current {
	font-size: 32px;
	color: #E7374E;
	padding-bottom: 2px;
}
main.home > .voice .list .slider {
	position: relative;
	right: -30px;
	width: calc(1160px + 120px);
}
@media (max-width: 1480px) {
  main.home > .voice .list .slider {
		width: calc(870px + 90px);
  }
}
@media (max-width: 960px) {
  main.home > .voice .list .slider {
		width: calc(580px + 60px);
		margin: 0 auto;
		right: -15px;
  }
}
@media (max-width: 640px) {
  main.home > .voice .list .slider {
		width: 290px;
		right: 0px;
  }
}
main.home > .voice .list .slider .item {
	width: 290px;
}
main.home > .voice .list .slider .item > a {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 29 / 39;
	width: 100%;
	max-width: 290px;
}
main.home > .voice .list .slider .item > a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 120px;
	background: linear-gradient(0deg, black 0%, transparent 100%);
	z-index: 3;
}
main.home > .voice .list .slider .item > a .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
main.home > .voice .list .slider .item > a .img img {
	width: 100%;
	max-width: 290px;
	transition: 0.5s;
}
main.home > .voice .list .slider .item > a .tx {
	position: absolute;
	bottom: 0;
	padding: 0 10px 10px 10px;
	color: #fff;
	z-index: 5;
}
main.home > .voice .list .slider .item > a:hover {
	opacity: 1;
}
main.home > .voice .list .slider .item > a:hover .img img {
	transform: scale(1.1);
}
main.home > .crosstalk {
	padding: 120px 0;
}
.sp main.home > .crosstalk {
	padding: 120px 0 80px;
}
main.home > .crosstalk h2 {
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: auto;
	padding: 0px 20px;
}
.sp main.home > .crosstalk h2 {
	padding: 0px 10px;
}
main.home > .crosstalk .list {
	display: flex;
	margin-top: 40px;
}
.tablet main.home > .crosstalk .list {
	flex-wrap: wrap;
}
main.home > .crosstalk .list > a, main.home > .crosstalk .list > div {
	position: relative;
	display: block;
	width: 25%;
	aspect-ratio: 480 / 340;
	overflow: hidden;
}
.tablet main.home > .crosstalk .list > a, .tablet main.home > .crosstalk .list > div {
	width: 50%;
}
main.home > .crosstalk .list > a::before, main.home > .crosstalk .list > div::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 120px;
	background: linear-gradient(0deg, black 0%, transparent 100%);
	z-index: 3;
}
main.home > .crosstalk .list > a .img, main.home > .crosstalk .list > div .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
main.home > .crosstalk .list > a .img img, main.home > .crosstalk .list > div .img img {
	width: 100%;
	transition: 0.5s;
}
main.home > .crosstalk .list > a .tx, main.home > .crosstalk .list > div .tx {
	position: absolute;
	bottom: 0;
	padding: 0 10px 10px 10px;
	color: #fff;
	z-index: 5;
}
main.home > .crosstalk .list > a:hover, main.home > .crosstalk .list > div:hover {
	opacity: 1;
}
main.home > .crosstalk .list > a:hover .img img, main.home > .crosstalk .list > div:hover .img img {
	transform: scale(1.1);
}
main.home > .bg_pink {
	background: linear-gradient(180deg, #fce3e7 0%, white 100%);
}
main.home > .bg_pink > div {
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: auto;
	padding: 120px 20px 120px;
}
.tablet main.home > .bg_pink > div {
	padding: 60px 10px 60px;
}
main.home > .bg_pink > div .img {
	display: flex;
	gap: 40px;
}
.tablet main.home > .bg_pink > div .img {
	flex-direction: row;
	gap: 0;
}
main.home > .bg_pink > div .img > div {
	width: auto;
}
.tablet main.home > .bg_pink > div .img > div {
	width: 50%;
}
.tablet main.home > .bg_pink > div .img > div + div a {
	border-left: none;
}
main.home > .bg_pink > div .img a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	min-width: 290px;
	aspect-ratio: 290 / 205;
	background: #fff;
	border: 1px solid #6C6C6C;
}
.tablet main.home > .bg_pink > div .img a {
	min-width: 0;
}
main.home > .bg_pink > div .img a .ico {
	text-align: center;
}
main.home > .bg_pink > div .img a .ico img {
	width: auto;
	transition: 0.5s;
}
.sp main.home > .bg_pink > div .img a .ico img {
	width: 30%;
}
main.home > .bg_pink > div .img a .label {
	padding-top: 10px;
	text-align: center;
}
main.home > .bg_pink > div .img a:hover {
	opacity: 1;
}
main.home > .bg_pink > div .img a:hover .ico img {
	transform: scale(1.1);
}
main.home > h2.recruit {
	height: 230px;
}
.tablet main.home > h2.recruit {
	height: auto;
}
main.home > h2.recruit > span {
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: auto;
	padding: 0px 20px;
	display: flex;
	height: 230px;
	align-items: center;
}
.sp main.home > h2.recruit > span {
	padding: 0px 10px;
}
.tablet main.home > h2.recruit > span {
	height: auto;
	padding: 50px 10px;
}
main.home > .recruit_area > div {
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: auto;
	padding: 120px 20px 120px;
}
.tablet main.home > .recruit_area > div {
	padding: 60px 10px 60px;
}
main.home > .recruit_area .col2 {
	display: flex;
	gap: 40px;
}
.tablet main.home > .recruit_area .col2 {
	flex-direction: column;
}
main.home > .recruit_area .col2 .tx {
	width: calc(100% - 290px - 40px);
}
.tablet main.home > .recruit_area .col2 .tx {
	width: auto;
}
main.home > .recruit_area .col2 .tx .sp {
	display: none;
}
.tablet main.home > .recruit_area .col2 .tx .sp {
	display: block;
	max-width: 400px;
	margin: 30px auto 0;
}
.tablet main.home > .recruit_area .col2 .tx .sp img {
	width: 100%;
}
main.home > .recruit_area .col2 .img {
	width: 290px;
}
main.home > .recruit_area .col2 .img img {
	width: 100%;
}
.tablet main.home > .recruit_area .col2 .img {
	display: none;
}
.tablet main.home > .recruit_area .table th {
	width: 130px !important;
	min-width: 130px !important;
}
.sp main.home > .recruit_area .table th {
	width: 100px !important;
	min-width: 100px !important;
}
main.home > .recruit_area .faq {
	margin-top: 40px;
}
main.home > .recruit_area .faq > div {
	border: 1px solid #6C6C6C;
	border-radius: 10px;
}
main.home > .recruit_area .faq > div + div {
	margin-top: 30px;
}
main.home > .recruit_area .faq > div .q {
	position: relative;
	padding: 20px 50px 20px 65px;
	-webkit-transition: opacity 0.2s, background 0.2s;
	transition: opacity 0.2s, background 0.2s;
	cursor: pointer;
}
main.home > .recruit_area .faq > div .q:hover {
	opacity: 0.7;
}
main.home > .recruit_area .faq > div .q::before {
	content: "";
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	background: url(../../images/ico_question.svg) no-repeat center/cover;
}
main.home > .recruit_area .faq > div .q::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 10px;
	background: url(../../images/arrow_down.svg) no-repeat center/cover;
}
main.home > .recruit_area .faq > div .q.open::after {
	transform: scale(1, -1);
}
main.home > .recruit_area .faq > div .a {
	display: none;
	padding: 0px 10px 20px 65px;
	color: #E7374E;
}
main.home > .recruit_area .news {
	display: flex;
	gap: 30px;
	padding-top: 80px;
}
.tablet main.home > .recruit_area .news {
	flex-direction: column;
}
main.home > .recruit_area .news .head {
	width: 300px;
}
main.home > .recruit_area .news .newslist {
	width: calc(100% - 300px - 30px);
}
.tablet main.home > .recruit_area .news .newslist {
	width: auto;
}
main.home > .recruit_area .news .linkubar.view_tab {
	margin-top: 0;
}

.newslist {
	border-top: 1px solid #6C6C6C;
}
.newslist > div {
	display: flex;
	padding: 15px;
	border-bottom: 1px solid #6C6C6C;
}
.newslist > div .date {
	width: 120px;
}
.newslist > div .tx {
	width: calc(100% - 120px);
}

main.underlayer {
	padding-bottom: 120px;
}
.sp main.underlayer {
	padding-bottom: 40px;
}

.linkubar.center {
	text-align: center;
}
.linkubar a {
	position: relative;
	display: inline-block;
	color: #E7374E;
	padding-bottom: 3px;
}
.linkubar a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: #6C6C6C;
	z-index: 1;
}
.linkubar a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 10px;
	background: #E7374E;
	z-index: 5;
	transition: 0.5s;
}
.linkubar a:hover {
	opacity: 1;
}
.linkubar a:hover::after {
	opacity: 1;
	width: 100%;
}

.table table {
	width: auto;
	border-spacing: 0;
	empty-cells: show;
	table-layout: fixed;
	min-width: 100%;
	border-collapse: collapse;
	border: 1px solid #E7374E;
}
.table table th {
	background: #E7374E;
	color: #fff;
	padding: 15px;
	min-width: 180px;
}
.sp .table table th {
	font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
	line-height: 1.5;
	font-weight: 500;
}
.table table td {
	padding: 15px;
}
.sp .table table td {
	font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
	line-height: 1.5;
	font-weight: 500;
}
.table table tr:not(:last-child) th {
	border-bottom: 1px solid #fff;
}
.table table tr:not(:last-child) td {
	border-bottom: 1px solid #E2E2E2;
}

.recruit_page {
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: auto;
	padding: 80px 20px 0px;
}
.tablet .recruit_page {
	padding: 40px 10px 0px;
}
.recruit_page .image {
	position: relative;
	text-align: center;
}
.recruit_page .image img {
	margin: auto;
	max-width: 100%;
	display: block;
}
.recruit_page .image p {
	text-align: left;
}
.recruit_page .image p.center {
	text-align: center;
}
.recruit_page .image p.center img {
	margin-left: auto;
}
.recruit_page .image p.right {
	text-align: right;
}
.recruit_page .image p.right img {
	margin-left: auto;
	margin-right: 0;
}
.recruit_page .image p img {
	margin-left: 0;
}
.recruit_page .image.left {
	text-align: left;
}
.recruit_page .image.left img {
	margin-left: 0px;
}
.recruit_page .image.left p {
	margin-left: 0px;
}
.recruit_page .image.right {
	text-align: right;
}
.recruit_page .image.right img {
	margin-right: 0px;
}
.recruit_page .image.right p {
	margin-right: 0px;
}
.recruit_page .h1_area {
	margin-bottom: 120px;
}
.tablet .recruit_page .h1_area {
	margin-bottom: 80px;
}
.sp .recruit_page .h1_area {
	margin-bottom: 60px;
}
.recruit_page .h1_area h1 {
	font-size: clamp(1.5rem, 0.86413rem + 2.82609vw, 3.125rem);
	line-height: 1.3;
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
}
.recruit_page .h1_area h1 + * {
	margin-top: 40px;
}
.recruit_page .h1_area h1.s {
	font-size: clamp(1.3125rem, 0.60326rem + 3.15217vw, 3.125rem);
	line-height: 1.3;
	font-weight: 500;
}
.recruit_page h2 {
	padding-bottom: 20px;
	margin-bottom: 40px;
	font-size: clamp(1.5rem, 1.25543rem + 1.08696vw, 2.125rem);
	line-height: 1.3;
	font-weight: 500;
	border-bottom: 1px solid #E7374E;
	font-family: "Noto Serif JP", serif;
}
.recruit_page * + h2 {
	margin-top: 130px;
}
.tablet .recruit_page * + h2 {
	margin-top: 100px;
}
.sp .recruit_page * + h2 {
	margin-top: 65px;
}
.recruit_page h3 {
	padding-left: 15px;
	margin-bottom: 40px;
	padding-top: 0 !important;
	font-size: clamp(1.3125rem, 1.11685rem + 0.86957vw, 1.8125rem);
	line-height: 1.3;
	font-weight: 500;
	border-left: 4px solid #E7374E;
	font-family: "Noto Serif JP", serif;
}
.recruit_page * + h3 {
	margin-top: 80px;
	padding-top: 0 !important;
}
.tablet .recruit_page * + h3 {
	margin-top: 60px;
}
.sp .recruit_page * + h3 {
	margin-top: 40px;
}
.recruit_page h4 {
	padding-bottom: 20px;
	margin-bottom: 40px;
	font-size: clamp(1.0625rem, 0.8913rem + 0.76087vw, 1.5rem);
	line-height: 1.3;
	font-weight: 500;
	border-bottom: 1px solid #6C6C6C;
}
.recruit_page * + h4 {
	margin-top: 80px;
}
.tablet .recruit_page * + h4 {
	margin-top: 60px;
}
.sp .recruit_page * + h4 {
	margin-top: 40px;
}
.recruit_page h5 {
	margin-bottom: 40px;
	font-size: clamp(0.875rem, 0.72826rem + 0.65217vw, 1.25rem);
	line-height: 1.3;
	font-weight: 500;
}
.recruit_page * + h5 {
	margin-top: 40px;
}
.recruit_page ul li {
	position: relative;
	padding-left: 1.2rem;
}
.recruit_page ul li::before {
	content: "";
	position: absolute;
	top: 0.45em;
	left: 0;
	width: 1em;
	height: 1em;
	background: #000000;
	border-radius: 50%;
}
.recruit_page * + ul, .recruit_page * + .image {
	margin-top: 30px;
}
.recruit_page .related_link > a, .recruit_page .related_link > div {
	position: relative;
	display: block;
	overflow: hidden;
}
.recruit_page .related_link > a .image, .recruit_page .related_link > div .image {
	position: relative;
	display: block;
	aspect-ratio: 224 / 158;
}
.recruit_page .related_link > a .image img, .recruit_page .related_link > div .image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
	transition: 0.5s;
}
.recruit_page .related_link > a .tx, .recruit_page .related_link > div .tx {
	position: absolute;
	padding: 14px 12px;
	bottom: 0;
	left: 0;
	font-size: clamp(0.5625rem, 0.48913rem + 0.32609vw, 0.75rem);
	line-height: 1.3;
	font-weight: 500;
	color: #fff;
	z-index: 5;
}
.recruit_page .related_link > a::before, .recruit_page .related_link > div::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0;
	bottom: 0;
	background: linear-gradient(0deg, black, transparent);
	z-index: 3;
}
.recruit_page .related_link a:hover {
	opacity: 1;
}
.recruit_page .related_link a:hover .image img {
	transform: scale(1.1);
}
.recruit_page .career_box {
	display: flex;
	gap: 20px;
	margin-top: 80px;
}
.sp .recruit_page .career_box {
	display: block;
	margin-top: 40px;
}
.recruit_page .career_box .name {
	display: flex;
	gap: 15px;
	align-items: center;
	width: 25%;
}
.sp .recruit_page .career_box .name {
	display: block;
	width: 100%;
}
.sp .recruit_page .career_box .name .image {
	display: none;
}
.recruit_page .career_box .name p {
	margin-top: 0;
	font-size: clamp(1.0625rem, 0.8913rem + 0.76087vw, 1.5rem);
	line-height: 1.3;
	font-weight: 500;
}
.sp .recruit_page .career_box .name p {
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #6C6C6C;
}
.recruit_page .career_box .flow {
	width: 75%;
}
.sp .recruit_page .career_box .flow {
	width: 100%;
}
.recruit_page .about_info {
	margin-top: -60px;
}
.tablet .recruit_page .about_info {
	margin-top: -40px;
}
.sp .recruit_page .about_info {
	margin-top: -30px;
}
.recruit_page .about_info .title {
	display: block;
	text-align: center;
	font-size: clamp(1.0625rem, 0.8913rem + 0.76087vw, 1.5rem);
	line-height: 1.7;
	font-weight: 500;
}
.recruit_page .about_info .title02 {
	font-size: clamp(0.875rem, 0.72826rem + 0.65217vw, 1.25rem);
	line-height: 1.7;
	font-weight: 500;
}
.recruit_page .about_info .title03 {
	font-size: clamp(0.625rem, 0.52717rem + 0.43478vw, 0.875rem);
	line-height: 1.7;
	font-weight: 500;
}
.recruit_page .about_info .box {
	position: relative;
	padding: 0 10px 10px 0;
	margin-top: 40px;
}
.recruit_page .about_info .box > div {
	position: relative;
	padding: 10px;
	height: 100%;
	border-radius: 10px;
	border: 1px solid #E2E2E2;
	background: #F9FBFC;
	z-index: 5;
}
.recruit_page .about_info .box::before {
	content: "";
	position: absolute;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	right: 0;
	bottom: 0;
	z-index: 2;
	border-radius: 10px;
	background: #FCE8EB;
}
.recruit_page .about_info .box .image.ico {
	margin-top: -40px;
}
.recruit_page .about_info .box .image.ico img {
	padding: 0 10px;
}
.recruit_page .about_info .info01 {
	font-size: clamp(1.0625rem, 0.8913rem + 0.76087vw, 1.5rem);
	line-height: 1.7;
	font-weight: 500;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.recruit_page .about_info .info01 > div {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 40px;
}
.tablet .recruit_page .about_info .info01 > div {
	margin-top: 30px;
}
.sp .recruit_page .about_info .info01 > div {
	margin-top: 20px;
}
.recruit_page .about_info .info01 span.number {
	text-align: center;
	font-family: "Poppins", serif;
	font-size: clamp(5rem, 3.53261rem + 6.52174vw, 8.75rem);
	line-height: 1;
	font-weight: 500;
	color: #E7374E;
}
.recruit_page .about_info * + .info01 {
	margin-top: 40px;
}
.recruit_page .about_info .info02 {
	display: flex;
	font-size: clamp(0.875rem, 0.63043rem + 1.08696vw, 1.5rem);
	line-height: 1.7;
	font-weight: 500;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.recruit_page .about_info .info02 > span {
	width: 10%;
}
.recruit_page .about_info .info02 > span.number {
	text-align: center;
	font-family: "Poppins", serif;
	font-size: clamp(3.75rem, 2.77174rem + 4.34783vw, 6.25rem);
	line-height: 1;
	font-weight: 500;
	color: #E7374E;
	width: 50%;
	min-width: 12rem;
}
.tablet .recruit_page .about_info .info02 > span.number {
	width: 40%;
	min-width: 9rem;
}
.recruit_page .about_info .info02 > span:first-child {
	text-align: right;
	width: 20%;
}
.sp .recruit_page .about_info .info02 > span:first-child {
	width: 34%;
}
.recruit_page .about_info .info02 > span > span {
	display: block;
	font-size: clamp(0.625rem, 0.52717rem + 0.43478vw, 0.875rem);
	line-height: 1.7;
	font-weight: 500;
}
.recruit_page .about_info * + .info02 {
	margin-top: 40px;
}
.recruit_page .about_info .info03 {
	margin-top: 80px;
}
.recruit_page .about_info .info03 .numberbox {
	display: flex;
	font-size: clamp(1.0625rem, 0.8913rem + 0.76087vw, 1.5rem);
	line-height: 1.7;
	font-weight: 500;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.recruit_page .about_info .info03 .numberbox > span.number {
	text-align: center;
	font-family: "Poppins", serif;
	font-size: clamp(4.375rem, 3.6413rem + 3.26087vw, 6.25rem);
	line-height: 1;
	font-weight: 500;
	color: #E7374E;
}
.recruit_page .about_info .info03 .numberbox > span:first-child {
	text-align: right;
}
.recruit_page .about_info .info03 .numberbox > span > span {
	display: block;
	font-size: clamp(0.625rem, 0.52717rem + 0.43478vw, 0.875rem);
	line-height: 1.7;
	font-weight: 500;
}
.recruit_page .about_info .info03 .numberbox.type2 > span {
	width: 20%;
}
.recruit_page .about_info .info03 .numberbox.type2 > span.number {
	font-size: clamp(3.0625rem, 2.54891rem + 2.28261vw, 4.375rem);
	line-height: 1;
	font-weight: 500;
	width: 30%;
	min-width: 4rem;
}
.sp .recruit_page .about_info .info03 .numberbox.type2 > span.number {
	width: 20%;
}
.recruit_page .about_info .info03 .numberbox.type2 > span:first-child {
	width: 30%;
}
.recruit_page .about_info .info03 * + .numberbox {
	margin-top: 20px;
}
.recruit_page .about_info .info03 .graph {
	margin-top: 20px;
}
.tablet .recruit_page .about_info .info03 .graph {
	margin-top: 10px;
}
.recruit_page .about_info .info03 .graph img {
	width: 172px;
	margin-bottom: 10px;
}
.pc .recruit_page .about_info .info03 .graph img {
	width: 150px;
}
.tablet .recruit_page .about_info .info03 .graph img {
	width: 150px;
}
.recruit_page .about_info .info04 {
	margin-top: 40px;
}
.recruit_page .about_info .info04 > div {
	display: flex;
	font-size: clamp(1.0625rem, 0.8913rem + 0.76087vw, 1.5rem);
	line-height: 1.7;
	font-weight: 500;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	margin-top: 20px;
}
.recruit_page .about_info .info04 > div > span {
	width: 30%;
}
.recruit_page .about_info .info04 > div > span.number {
	text-align: center;
	font-family: "Poppins", serif;
	font-size: clamp(3.0625rem, 2.54891rem + 2.28261vw, 4.375rem);
	line-height: 1;
	font-weight: 500;
	color: #E7374E;
	width: 35%;
	min-width: 7rem;
}
.sp .recruit_page .about_info .info04 > div > span.number {
	width: 27%;
}
.recruit_page .about_info .info04 .note {
	display: block;
	text-align: center;
	min-height: 29px;
}
.recruit_page .crosstalk_profile .crosstalk_title {
	border-bottom: 1px solid #E7374E;
}
.recruit_page .crosstalk_profile .crosstalk_title span {
	display: inline-block;
	padding: 5px 50px 5px 10px;
	min-width: 105px;
	background: #E7374E;
	color: #fff;
}
.recruit_page .crosstalk_profile .profile_box {
	display: flex;
	gap: 20px;
	align-items: center;
}
.recruit_page .crosstalk_profile .profile_box .image {
	width: 126px;
}
.recruit_page .crosstalk_profile .profile_box .tx span {
	display: block;
	font-size: clamp(1.0625rem, 0.8913rem + 0.76087vw, 1.5rem);
	line-height: 1.7;
	font-weight: 500;
}

#entry {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
	width: 100%;
	height: 65px;
	background: #fff;
}
.entry_fix #entry {
	position: static;
}
#entry a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 10px;
	height: 65px;
	color: #fff;
	gap: 60px;
	background: #E7374E;
}
.sp #entry a {
	gap: 40px;
}
#entry a .label {
	position: relative;
	display: inline-block;
	line-height: 0;
}
#entry a .label::after {
	content: "";
	position: absolute;
	right: -30px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #fff;
}
.sp #entry a .label::after {
	right: -20px;
}
.sp #entry a .label img {
	width: 80px;
}
#entry a .tx {
	display: inline-block;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
	line-height: 1;
	font-weight: 600;
}
.sp #entry a .tx {
	font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
	line-height: 1;
	font-weight: 600;
}

footer {
	background: #000;
	color: #fff;
	padding-top: 65px;
}
.sp footer {
	padding-top: 40px;
}
.entry_fix footer {
	padding-top: 0;
}
footer a {
	color: #fff;
}
footer > div.inner {
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: auto;
	padding: 40px 20px 0px;
	display: flex;
	align-items: center;
	gap: 30px;
}
.tablet footer > div.inner {
	padding: 20px 10px 0px;
}
.tablet footer > div.inner {
	flex-direction: column;
}
footer .left {
	width: calc(100% - 180px - 30px);
}
.tablet footer .left {
	width: auto;
}
footer .right {
	width: 180px;
}
.tablet footer .right {
	width: auto;
}
footer .right div + div {
	margin-top: 20px;
}
footer .logo {
	display: flex;
	align-items: center;
	gap: 25px;
}
.sp footer .logo {
	gap: 15px;
}
footer .logo a {
	display: inline-block;
	line-height: 0;
}
.sp footer .logo a img {
	width: 150px;
}
footer .logo span {
	display: inline-block;
	font-family: "Noto Serif JP", serif;
}
footer .address {
	margin-top: 30px;
	font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
	line-height: 1.5;
	font-weight: 500;
}
footer .map {
	margin-top: 10px;
}
footer .map a {
	display: inline-block;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
	line-height: 1.5;
	font-weight: 500;
}
footer ul.link {
	display: flex;
	gap: 25px;
	margin-top: 40px;
}
footer ul.otherlink {
	margin-top: 40px;
	font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
	line-height: 1.5;
	font-weight: 500;
}
footer ul.otherlink li + li {
	margin-top: 10px;
}
footer .copyright {
	padding: 30px 20px;
	font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
	line-height: 1.5;
	font-weight: 500;
}
.tablet footer .copyright {
	text-align: center;
}

#breadcrumb {
	padding: 10px 20px;
}
.sp #breadcrumb {
	display: none;
}
#breadcrumb li {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	color: #6C6C6C;
}
#breadcrumb li::after {
	content: "/";
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}
#breadcrumb li:last-child {
	padding-right: 0;
}
#breadcrumb li:last-child::after {
	display: none;
}
#breadcrumb li:first-child a {
	position: relative;
	display: inline-block;
	padding-left: 25px;
}
#breadcrumb li:first-child a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 16px;
	background: url(../images/ico_home.svg) no-repeat center/cover;
}
#breadcrumb li a {
	color: #000;
}

.employee_head {
	display: flex;
	margin-top: 80px;
	padding-left: calc((100vw - 1320px) / 2);
}
.tablet .employee_head {
	flex-direction: column;
	margin-top: 40px;
	padding: 0 20px;
}
.sp .employee_head {
	margin-top: 20px;
	padding: 0 10px;
}
.employee_head > .tx {
	position: relative;
	width: 400px;
	padding-left: 20px;
	padding-top: 290px;
}
.pc .employee_head > .tx {
	padding-top: 200px;
}
.tablet .employee_head > .tx {
	padding-top: 0;
	padding-left: 0;
	width: auto;
}
.employee_head > .tx h1 {
	position: absolute;
	left: 20px;
	top: 0;
	z-index: 100;
	font-size: clamp(1.5rem, 0.375rem + 5vw, 4.375rem);
	line-height: 1.5;
	font-weight: 700;
	font-family: "Noto Serif JP", serif;
	padding-bottom: 20px;
	border-bottom: 1px solid #E7374E;
	white-space: nowrap;
}
.tablet .employee_head > .tx h1 {
	position: static;
}
.employee_head > .tx .image {
	display: none;
}
.tablet .employee_head > .tx .image {
	display: block;
	margin-top: 30px;
}
.employee_head > .tx .image img {
	width: 100%;
}
.tablet .employee_head > .tx .title {
	margin-top: 20px;
}
.employee_head > .tx .title span {
	display: block;
}
.employee_head > .tx .title .name {
	margin-top: 15px;
	font-size: clamp(1.375rem, 1.17935rem + 0.86957vw, 1.875rem);
	line-height: 1.5;
	font-weight: 700;
	font-family: "Noto Serif JP", serif;
}
.employee_head > .tx .career {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 0px;
}
.tablet .employee_head > .tx .career {
	margin-top: 20px;
}
.employee_head > .tx .career .year {
	width: 110px;
}
.tablet .employee_head > .tx .career .year {
	width: 100px;
}
.employee_head > .tx .career .tx {
	width: calc(100% - 110px);
}
.tablet .employee_head > .tx .career .tx {
	width: calc(100% - 100px);
}
.employee_head > .tx .bottom {
	margin-top: 5px;
}
.employee_head > .img {
	width: calc(100% - 300px);
}
.tablet .employee_head > .img {
	width: auto;
}
.employee_head > .img .image {
	position: relative;
	height: 600px;
}
.tablet .employee_head > .img .image {
	display: none;
}
.employee_head > .img .image::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(328deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 90%, rgba(255, 255, 255, 0.6) 100%);
}
.employee_head > .img .image img {
	object-fit: cover;
	object-position: center top;
	width: 100%;
	height: 100%;
}
.employee_head > .img .bg {
	background: #E7374E;
	color: #fff;
	padding: 30px;
	display: flex;
	gap: 80px;
	padding-right: calc((100vw - 1320px) / 2);
}
.pc .employee_head > .img .bg {
	flex-direction: column;
	gap: 30px;
}
.tablet .employee_head > .img .bg {
	margin-top: 30px;
	padding: 20px;
	gap: 20px;
}
.employee_head > .img .bg .head {
	white-space: nowrap;
	font-size: clamp(1.125rem, 0.97826rem + 0.65217vw, 1.5rem);
	line-height: 1.5;
	font-weight: 500;
}
.employee_head > .img .bg .lead {
	margin-top: 0;
	line-height: 2;
	padding-right: 20px;
}
.tablet .employee_head > .img .bg .lead {
	padding-right: 0;
}

.employee_block {
	padding-top: 120px;
}
.tablet .employee_block {
	padding-top: 50px;
}
.employee_block .head {
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: auto;
	padding: 0px 20px;
}
.sp .employee_block .head {
	padding: 0px 10px;
}
.employee_block .head h2 {
	color: #E7374E;
}
.employee_block .head .question {
	margin-top: 30px;
}
.sp .employee_block .head .question {
	margin-top: 20px;
}
.employee_block .head .img {
	display: none;
}
.sp .employee_block .head .img {
	display: block;
	margin-top: 20px;
}
.sp .employee_block .head .img img {
	width: 100%;
}
.employee_block .head .headimg {
	margin-top: 40px;
}
.employee_block .head .headimg img {
	width: 100%;
}
.employee_block .question {
	font-size: clamp(1.125rem, 0.85598rem + 1.19565vw, 1.8125rem);
	line-height: 1.5;
	font-weight: 500;
}
.employee_block .body {
	display: flex;
	gap: 40px;
	margin-top: 40px;
}
.sp .employee_block .body {
	flex-direction: column;
	gap: 20px;
	margin-top: 20px;
	padding: 0 10px;
}
.employee_block .body > .img {
	width: calc((100% - 40px) / 2);
}
.sp .employee_block .body > .img {
	display: none;
}
.employee_block .body > .img img {
	width: 100%;
}
.employee_block .body > .img + .tx {
	padding-right: calc((100vw - 1320px) / 2);
	padding-left: 0;
}
.employee_block .body > .img + .tx p {
	padding-right: 20px;
	padding-left: 0;
}
.sp .employee_block .body > .img + .tx p {
	padding-right: 0;
}
.employee_block .body > .tx {
	width: calc((100% - 40px) / 2);
	padding-left: calc((100vw - 1320px) / 2);
	line-height: 2;
}
.sp .employee_block .body > .tx {
	width: auto;
	padding-left: 0;
}
.employee_block .body > .tx p {
	padding-left: 20px;
}
.sp .employee_block .body > .tx p {
	padding-left: 0;
}
.employee_block .inner {
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: auto;
	padding: 40px 20px 0px;
	display: flex;
	gap: 80px;
}
.tablet .employee_block .inner {
	padding: 20px 10px 0px;
}
.sp .employee_block .inner {
	flex-direction: column;
	gap: 20px;
}
.employee_block .inner .question {
	white-space: nowrap;
}

.employee_schedule {
	position: relative;
	margin-top: 120px;
	padding: 40px 0;
}
.sp .employee_schedule {
	margin-top: 40px;
	padding: 30px 10px;
}
.employee_schedule::after {
	content: "";
	position: absolute;
	background: #E7374E;
	opacity: 0.1;
	right: 0;
	top: 0;
	width: calc(50% + ((50% - (((100vw - 1320px) / 2))) / 2));
	height: 100%;
	z-index: 0;
}
.tablet .employee_schedule::after {
	width: 100%;
}
.employee_schedule h2 {
	color: #E7374E;
	padding-left: calc((((100vw - 1320px) / 2) + (50% - (((100vw - 1320px) / 2))) / 2) + 50px);
}
.tablet .employee_schedule h2 {
	padding-left: 20px;
}
.employee_schedule .inner {
	position: relative;
	width: 100%;
	max-width: 1320px;
	margin: auto;
	padding: 0px 20px;
	margin-top: 40px;
	display: flex;
	gap: 40px;
}
.sp .employee_schedule .inner {
	padding: 0px 10px;
}
.sp .employee_schedule .inner {
	margin-top: 30px;
	gap: 30px;
	flex-direction: column;
}
.employee_schedule .inner > .img {
	position: relative;
	z-index: 1;
	width: calc((100% - 40px) / 2);
}
.sp .employee_schedule .inner > .img {
	width: auto;
}
.employee_schedule .inner > .img img {
	width: 100%;
}
.employee_schedule .inner .tx {
	width: calc((100% - 40px) / 2);
	display: flex;
	flex-wrap: wrap;
	gap: 30px 10px;
}
.tablet .employee_schedule .inner .tx {
	flex-direction: column;
	gap: 10px;
}
.sp .employee_schedule .inner .tx {
	width: auto;
}
.employee_schedule .inner .tx .time {
	position: relative;
	width: 120px;
	padding-left: 35px;
	line-height: 30px;
}
.tablet .employee_schedule .inner .tx .time {
	width: auto;
}
.employee_schedule .inner .tx .time::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 26px;
	height: 26px;
	border: 4px solid #E7374E;
	border-radius: 50%;
}
.employee_schedule .inner .tx .ctt {
	width: calc(100% - 120px - 10px);
}
.tablet .employee_schedule .inner .tx .ctt {
	width: auto;
	padding-bottom: 10px;
}
