.l-container {
	min-width: 360px;
}

.l-padding {
	padding-top: 100px;
	padding-bottom: 100px;
}

.l-inner {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.mw_wp_form.mw_wp_form_confirm .mw_confirm-hidden {
	display: none;
}

.mw_wp_form:not(.mw_wp_form_confirm) .mw_confirm-show {
	display: none;
}

/* pagenavi */

.wp-pagenavi {
	clear: both;
	padding: 5px 10px;
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	text-decoration: none;
	padding: 3px 5px 1px;
	margin: 0 3px;
	border: 1px solid #000;
	transition: 0.5s;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	border-color: #000;
	background: #000;
	color: #fff;
}

.wp-pagenavi span.current {
	font-weight: normal;
}

.post_text {
	overflow: hidden;
}

.post_text p {
	margin-bottom: 16px;
	line-height: 2;
}

.post_text img {
	max-width: 100%;
	height: auto;
}

.post_text img.alignright {
	float: right;
	margin: 0 0 15px 15px;
	display: block;
}

.post_text img.alignleft {
	float: left;
	margin: 0 15px 15px 0;
	display: block;
}

.post_text img.aligncenter {
	display: block;
	margin: 0 auto 15px;
}

.post_text h1 {
	font-size: 36px;
	border-bottom: 6px solid;
	margin: 0 0 35px;
}

.post_text h2 {
	font-size: 32px;
	border-bottom: 5px solid;
	margin: 0 0 35px;
}

.post_text h3 {
	font-size: 28px;
	border-bottom: 4px solid;
	margin: 0 0 35px;
}

.post_text h4 {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0;
	display: block;
	box-sizing: border-box;
	padding-bottom: 4px;
	margin-bottom: 25px;
	border-bottom: #C0C0C0 solid 3px;
}

.post_text h4::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 74px;
	height: 3px;
	background-color: #000;
}

.post_text h5 {
	font-size: 20px;
	border-bottom: 2px solid;
	margin: 0 0 35px;
}

.post_text h6 {
	font-size: 16px;
	border-bottom: 1px solid;
	margin: 0 0 35px;
}

.post_text td {
	padding: 10px;
	border: 1px solid;
}

.post_text table {
	margin-bottom: 25px;
}

.post_text table.aligncenter {
	margin: 0 auto 15px;
}

.post_text ul,
.post_text ol {
	padding-left: 1.3em;
	margin-bottom: 25px;
}

.post_text li {
	list-style-type: inherit;
}

.post_text ul li {
	margin-bottom: 10px;
	line-height: 1.4;
}

.post_text ol li {
	margin-bottom: 10px;
	line-height: 1.4;
}

.post_text a {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	text-decoration: underline;
	color: #2E6ABC;
	margin-bottom: 20px;
}



.c-bread__list {
	word-break: break-all;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 5px 11px;
}

.c-bread__list > li {
	display: flex;
	align-items: center;
	gap: 9px;
	color: #212121;
	font-size: 12px;
	line-height: 1.4166666667;
	letter-spacing: 0;
}

.c-bread__list > li + li:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 14px;
	background-image: url(../img/cmn/arrow_bread.png);
	background-position: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	flex-shrink: 0;
}

.c-heading {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 2px;
	margin-bottom: 43px;
	position: relative;
	z-index: 1;
}

.c-heading._recruit {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto 65px;
	gap: 4px;
}

.c-heading._recruit .c-heading__en {
	font-size: 70px;
	color: #0370AA;
	-webkit-text-stroke: 0;
}

.c-heading._recruit .c-heading__jp {
	line-height: 1.125;
}

.c-heading__en {
	font-family: "Oswald", sans-serif;
	font-size: 112px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0;
	color: #fff;
	-webkit-text-stroke: 1px #000;
}

.c-heading__jp {
	font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
	font-size: 32px;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0.05em;
	color: #000;
}

.c-heading__img {
	position: absolute;
	z-index: -1;
	pointer-events: none;
}

.c-heading__img img {
	width: 100%;
}

.c-heading__svg {
	fill-opacity: 0; /*最初は透過0で見えない状態*/
	transition: fill-opacity 0.5s; /*カラーがつく際のアニメーション0.5秒で変化*/
	fill: none; /*塗りがない状態*/
}

.c-heading__svg.done {
	fill: #fff; /*塗りの色*/
	stroke: #000; /*線の色なし*/
	-webkit-animation-name: as_move;
	animation-name: as_move;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.c-heading__svg.done._other {
	stroke: #212121;
}

.c-entrybtn {
	position: fixed;
	bottom: 3%;
	right: 1%;
	display: grid;
	transform: scale(1);
	transition: opacity 0.5s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
	z-index: 30;
}

.c-entrybtn.is-active {
	transform: scale(0);
}

.c-entrybtn__item {
	grid-area: 1/1/2/2;
	display: grid;
	align-items: end;
	transition-property: opacity;
	transition-duration: 0.5s;
}

.c-entrybtn__item._hover {
	opacity: 0;
}

.c-entrybtn__main {
	grid-area: 1/1/2/2;
	z-index: 10;
}

.c-entrybtn__bg {
	grid-area: 1/1/2/2;
	-webkit-animation-name: rotate;
	animation-name: rotate;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-duration: 30s;
	animation-duration: 30s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.c-entrybtn:focus-visible .c-entrybtn__item img {
	opacity: 1;
}

.c-entrybtn:focus-visible .c-entrybtn__item:not(._hover) {
	opacity: 0;
}

.c-entrybtn:focus-visible .c-entrybtn__item._hover {
	opacity: 1;
}

.c-pagetitle {
	margin-bottom: 43px;
}

.c-pagetitle__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.c-pagetitle__en {
	font-family: "Oswald", sans-serif;
	font-size: 112px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0;
	color: #fff;
	-webkit-text-stroke: 1px #000;
}

.c-pagetitle__svg {
	margin-top: 40px;
	margin-bottom: 30px;
	transition-property: stroke-opacity;
	transition-duration: 0.5s;
	transition-delay: 2.5s;
}

.c-pagetitle__svg.done {
	stroke-opacity: 0;
}

.c-pagetitle__name {
	font-size: 32px;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0.05em;
}

.c-input {
	width: 100%;
	font-size: 16px;
	letter-spacing: 0.05em;
	font-weight: 500;
}

.c-input input[type=text],
.c-input input[type=tel],
.c-input input[type=email],
.c-input select,
.c-input textarea {
	margin: 0;
	padding: 0 19px;
	width: 100%;
	max-width: 100%;
	min-height: 50px;
	border: 1px solid #1A1A1A;
	border-radius: 8px;
	line-height: 50px;
	caret-color: #000;
	color: #000;
	font-family: inherit;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: left;
	background: none;
	background-color: #fff;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	position: relative;
}

.c-input select {
	padding-right: 40px;
	background-image: url(../img/cmn/ico_dropdown.png);
	background-size: 18px 10px;
	background-position: right 17px center;
	background-repeat: no-repeat;
}

.c-input textarea {
	display: block;
	min-height: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: normal;
	resize: vertical;
}

.c-file {
	display: flex;
	align-items: center;
	gap: 10px;
}

.c-file input[type=file] {
	display: none;
}

.c-file .mwform-file-delete {
	display: none;
}

.c-file__button {
	width: 100%;
	max-width: 157px;
	min-height: 44px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	box-sizing: border-box;
	position: relative;
	padding: 5px;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: #000;
	z-index: 1;
	background-color: #F5F5F5;
	overflow: hidden;
	border: #1A1A1A solid 1px;
	border-radius: 8px;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.c-file__text {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 2.25;
	letter-spacing: 0.05em;
}

.c-file__delete {
	display: none;
	margin-left: 5px;
}

.c-file._has-file .c-file__delete {
	display: inline-block;
}

.c-radio {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.c-radio._mb {
	margin-bottom: 10px;
}

.c-radio .mwform-radio-field {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.25;
}

.c-radio .mwform-radio-field label {
	width: 100%;
	display: inline-block;
	cursor: pointer;
}

.c-radio .mwform-radio-field input[type=radio] {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.c-radio .mwform-radio-field input[type=radio]:checked ~ .mwform-radio-field-text::after {
	transform: translateY(-50%) scale(0.5);
}

.c-radio .mwform-radio-field-text {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	border-radius: 0;
	background-color: transparent;
	color: #000;
	padding-left: 24px;
	box-sizing: border-box;
}

.c-radio .mwform-radio-field-text::before,
.c-radio .mwform-radio-field-text::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	border-radius: 100px;
	box-sizing: border-box;
}

.c-radio .mwform-radio-field-text::before {
	background-color: #fff;
	border: #212121 solid 1px;
}

.c-radio .mwform-radio-field-text::after {
	background-color: #8E8E8E;
	transform: translateY(-50%) scale(0);
	transition: transform 0.1s;
}

.p-titlearea {
	position: relative;
	isolation: isolate;
	width: 100%;
	min-height: 460px;
	box-sizing: border-box;
	padding: 60px 0;
	background-image: url(../img/cmn/bg_pagetop.png);
	background-position: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.p-titlearea__float {
	position: absolute;
	z-index: -10;
	top: 0;
	left: 0;
	-webkit-animation: 3s fuwafuwa infinite;
	animation: 3s fuwafuwa infinite;
}

.p-voice {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.p-voice__item {
	width: 100%;
	position: relative;
	text-align: center;
	opacity: 0;
}

.p-voice__item.fadeUp {
	-webkit-animation-name: fadeUpAnime;
	animation-name: fadeUpAnime;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 0;
}

.p-voice__item:nth-child(2) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.p-voice__item:nth-child(3) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.p-voice__figure {
	width: 100%;
	position: relative;
	cursor: pointer;
}

.p-voice__figure:focus-visible .p-voice__pic {
	filter: none;
}

.p-voice__icon {
	display: block;
	position: absolute;
	bottom: 24px;
	left: 30px;
	width: 36px;
	height: 36px;
	box-sizing: border-box;
	background-color: #000;
	border-radius: 50%;
	border: #000 solid 1px;
	z-index: 1;
}

.p-voice__icon::before,
.p-voice__icon::after {
	position: absolute;
	content: "";
	top: 49%;
	left: 10px;
	width: 14px;
	height: 1px;
	background-color: #fff;
	opacity: 1;
	pointer-events: none;
}

.p-voice__icon::before {
	transform: rotate(0deg);
}

.p-voice__icon::after {
	transform: rotate(90deg);
}

.p-voice__pic {
	width: 100%;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	transition: filter 0.5s;
	filter: grayscale(100%);
}

.p-voice__pic img {
	width: 100%;
}

.p-voice__company {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.625;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 16px;
	border: #000 solid 1px;
	box-sizing: border-box;
	background-color: #fff;
	padding: 1px 12px;
	margin: -14px auto 12px;
	position: relative;
	z-index: 1;
}

.p-voice__name {
	font-size: 20px;
	font-weight: 900;
	line-height: 1.25;
	margin-bottom: 16px;
}

.p-voice__info {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	font-size: 18px;
	line-height: 1.4444444444;
}

.p-voice__info .join {
	position: relative;
	box-sizing: border-box;
	padding-left: 12px;
}

.p-voice__info .join::before {
	content: "|";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4444444444;
}

.p-voice__modal {
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	z-index: 1000;
}

.p-voice__modal .modal_bg {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	width: 100%;
	height: 100vh;
	cursor: pointer;
}

.p-voice__modal .modal_area {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 86%;
	max-width: 920px;
}

.p-voice__modal .close_btn {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 40px;
	right: 40px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 50%;
	border: #000 solid 1px;
	background-color: #fff;
	box-sizing: border-box;
	z-index: 10;
	cursor: pointer;
}

.p-voice__modal .close_btn .btn_icon {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
}

.p-voice__modal .close_btn .btn_icon::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 14px;
	height: 1px;
	background: #000;
	z-index: 1;
}

.p-voice__modal .modal_content {
	background: #fff;
	border-radius: 8px;
	max-height: 90vh;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.p-voice__modal .modal_content::-webkit-scrollbar {
	display: none;
}

.p-voice__modal .modal_inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 35px;
	box-sizing: border-box;
	padding: 86px 40px 81px;
}

.p-voice__modal .modal_info {
	width: 39%;
	max-width: 320px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	flex-shrink: 0;
}

.p-voice__modal .modal_person {
	width: 100%;
	margin-bottom: 14px;
	position: relative;
}

.p-voice__modal .modal_pic {
	width: 100%;
	display: block;
	border-radius: 8px;
	overflow: hidden;
}

.p-voice__modal .modal_pic img {
	width: 100%;
}

.p-voice__modal .modal_company {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.625;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 16px;
	border: #000 solid 1px;
	box-sizing: border-box;
	background-color: #fff;
	padding: 1px 12px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 1;
}

.p-voice__modal .modal_data {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.p-voice__modal .modal_data .data_item {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 18px;
	line-height: 1.4444444444;
}

.p-voice__modal .modal_data .data_item .text {
	position: relative;
	box-sizing: border-box;
	padding-left: 12px;
}

.p-voice__modal .modal_data .data_item .text::before {
	content: "|";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4444444444;
}

.p-voice__modal .modal_desc {
	width: 100%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.p-voice__modal .modal_title {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4545454545;
	letter-spacing: 0.05em;
	padding-bottom: 30px;
	margin-bottom: 28px;
	border-bottom: #000 solid 1px;
}

.p-voice__modal .modal_text {
	font-size: 16px;
	line-height: 1.625;
	letter-spacing: 0.05em;
}

.p-voice__modal .modal_link {
	display: flex;
	align-items: center;
	gap: 20px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: auto;
	position: absolute;
	bottom: 40px;
	right: 40px;
}

.p-voice__modal .modal_link:focus-visible .link_arrow::before {
	opacity: 0;
}

.p-voice__modal .modal_link .link_text {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.625;
	letter-spacing: 0.05em;
}

.p-voice__modal .modal_link .link_arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	box-sizing: border-box;
	border-radius: 50%;
	overflow: hidden;
	background: transparent;
	position: relative;
	z-index: 0;
	flex-shrink: 0;
}

.p-voice__modal .modal_link .link_arrow::before,
.p-voice__modal .modal_link .link_arrow::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.p-voice__modal .modal_link .link_arrow::before {
	z-index: -1;
	transition: 0.5s;
	background: linear-gradient(to bottom, #6FDABA, #3D7A96);
}

.p-voice__modal .modal_link .link_arrow::after {
	z-index: -2;
	background: linear-gradient(to bottom, #3D7A96, #6FDABA);
}

.p-voice__modal .modal_link .link_arrow .arrow_icon {
	width: 20.324px;
	height: 16.828px;
	display: block;
	stroke: #fff;
}

.p-form__title,
.p-form__input {
	display: block;
	min-width: 0;
}

.p-form__title {
	grid-area: title;
}

.p-form__input {
	grid-area: input;
}

.p-form__input._column {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.p-form__input .column_item .c-radio._mb {
	margin-bottom: -1px;
}

.p-form__input .attach_container {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.p-form__input .attach_item {
	width: 47.2%;
	min-width: 335px;
}

.p-form__input .attach_title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 5px;
}

.p-form__input .attach_title .text {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.p-form__input .attach_title .badge {
	position: relative;
	display: inline-block;
	padding: 5px 8px 4px;
	margin-right: 16px;
	background-color: #0370AA;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.08em;
	border-radius: 2px;
	flex-shrink: 0;
}

.p-form__input .attach_title .badge._required {
	background-color: #E8445F;
}

.p-form__input .attach_submission {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.p-form__input .attach_submission .text {
	line-height: 1.625;
}

.p-form__item {
	box-sizing: border-box;
	padding: 23px 0 30px;
	border-top: #8E8E8E solid 1px;
}

.p-form__item:last-child {
	border-bottom: #212121 solid 1px;
}

.p-form__legend {
	display: contents;
}

.p-form__title {
	display: flex;
	align-items: baseline;
	font-weight: 500;
}

.p-form__title2 {
	line-height: 1.6;
	font-size: 16px;
	letter-spacing: 0.05em;
	margin-top: 6px;
	margin-bottom: 3px;
}

.p-form__title2 .p-form__example {
	margin-top: 4px;
}

.p-form__title2 .sub {
	font-size: 14px;
	margin-left: 13px;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.p-form__name {
	font-size: 16px;
	line-height: 2.25;
	letter-spacing: 0.05em;
}

.p-form__badge {
	position: relative;
	display: inline-block;
	padding: 5px 8px 4px;
	margin-right: 16px;
	background-color: #0370AA;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.08em;
	border-radius: 2px;
	flex-shrink: 0;
}

.p-form__badge._required {
	background-color: #E8445F;
}

.p-form__example {
	font-size: 14px;
	color: #8E8E8E;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin-top: 6px;
	margin-bottom: 3px;
	display: block;
}

.p-form__submit {
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

.p-form__submit .submit_btn {
	width: 100%;
	max-width: 380px;
	min-height: 84px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	position: relative;
	padding: 5px 23px;
	border-radius: 8px;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #fff;
	transition: color 0.5s;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	overflow: hidden;
	background: transparent;
	z-index: 0;
}

.p-form__submit .submit_btn:focus-visible::before {
	opacity: 0;
}

.p-form__submit .submit_btn::before,
.p-form__submit .submit_btn::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.p-form__submit .submit_btn::before {
	background: linear-gradient(to bottom, #6FDABA, #3D7A96);
	z-index: -1;
	transition: 0.5s;
}

.p-form__submit .submit_btn::after {
	background: linear-gradient(to bottom, #3D7A96, #6FDABA);
	z-index: -2;
}

.p-form__submit .submit_btn._back {
	color: #000;
	background-color: #fff;
}

.p-form__submit .submit_btn._back:focus-visible {
	color: #E8445F;
}

.p-form__submit .submit_btn._back::before {
	background: linear-gradient(to bottom, #F0C451, #E8445F);
}

.p-form__submit .submit_btn._back::after {
	background: #fff;
	border: #000 solid 1px;
	border-radius: 8px;
}

.p-form__agree {
	margin-top: 40px;
	text-align: center;
}

.p-form__agree a {
	text-decoration: underline;
}

.p-form__agree a:focus-visible {
	text-decoration: none;
}

.p-form__agree label,
.p-form__agree input {
	display: inline-block;
	cursor: pointer;
}

.p-interview {
	display: flex;
	flex-direction: column;
	row-gap: 75px;
	padding-top: 30px;
	letter-spacing: 0;
}

.p-interview._mb {
	-webkit-margin-after: 80px;
	margin-block-end: 80px;
}

.p-interview__image {
	max-width: 835px;
	margin-inline: auto;
	-webkit-margin-before: 20px;
	margin-block-start: 20px;
	border: 1px solid #707070;
}

.p-interview__image img {
	width: 100%;
}

.p-interview__title {
	-webkit-margin-after: 35px;
	margin-block-end: 35px;
	color: #004CFF;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.6;
}

.p-interview__desc {
	line-height: 2;
}

.p-interview__desc p:not(:last-child) {
	-webkit-margin-after: 10px;
	margin-block-end: 10px;
}

/*
* フェードインアニメーション
*/

[data-sa=fadeIn] {
	opacity: 0;
	transition: all 0.8s ease;
}

[data-sa=fadeIn].is-show {
	opacity: 1;
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sa=fadeIn-infinite] {
	opacity: 0;
	transition: all 0.8s ease;
}

[data-sa=fadeIn-infinite].is-visible {
	opacity: 1;
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sa=fadeInUp] {
	opacity: 0;
	transition: opacity 0.8s ease, transform 0.8s ease;
	transform: translate(0, 120px);
}

[data-sa=fadeInUp].is-show {
	opacity: 1;
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transform: translate(0, 0);
}

[data-sa=fadeInLeft] {
	opacity: 0;
	transition: opacity 0.8s ease, transform 0.8s ease;
	transform: translate(-120px, 0);
}

[data-sa=fadeInLeft].is-show {
	opacity: 1;
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transform: translate(0, 0);
}

/*
 * グループ
 */

[data-sa-trigger=fadeInUp].is-show [data-sa-group=fadeInUp] {
	opacity: 1;
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transform: translate(0, 0);
}

[data-sa-group=fadeInUp] {
	opacity: 0;
	transition: opacity 0.8s ease, transform 0.8s ease;
	transform: translate(0, 120px);
}

/*
 * 遅延用のユーティリティクラス
 */

.u-Tdelay0 {
	transition-delay: 0s !important;
}

.u-Adelay0 {
	-webkit-animation-delay: 0s !important;
	animation-delay: 0s !important;
}

.u-Tdelay1 {
	transition-delay: 0.1s !important;
}

.u-Adelay1 {
	-webkit-animation-delay: 0.1s !important;
	animation-delay: 0.1s !important;
}

.u-Tdelay2 {
	transition-delay: 0.2s !important;
}

.u-Adelay2 {
	-webkit-animation-delay: 0.2s !important;
	animation-delay: 0.2s !important;
}

.u-Tdelay3 {
	transition-delay: 0.3s !important;
}

.u-Adelay3 {
	-webkit-animation-delay: 0.3s !important;
	animation-delay: 0.3s !important;
}

.u-Tdelay4 {
	transition-delay: 0.4s !important;
}

.u-Adelay4 {
	-webkit-animation-delay: 0.4s !important;
	animation-delay: 0.4s !important;
}

.u-Tdelay5 {
	transition-delay: 0.5s !important;
}

.u-Adelay5 {
	-webkit-animation-delay: 0.5s !important;
	animation-delay: 0.5s !important;
}

.u-Tdelay6 {
	transition-delay: 0.6s !important;
}

.u-Adelay6 {
	-webkit-animation-delay: 0.6s !important;
	animation-delay: 0.6s !important;
}

.u-Tdelay7 {
	transition-delay: 0.7s !important;
}

.u-Adelay7 {
	-webkit-animation-delay: 0.7s !important;
	animation-delay: 0.7s !important;
}

.u-Tdelay8 {
	transition-delay: 0.8s !important;
}

.u-Adelay8 {
	-webkit-animation-delay: 0.8s !important;
	animation-delay: 0.8s !important;
}

.u-Tdelay9 {
	transition-delay: 0.9s !important;
}

.u-Adelay9 {
	-webkit-animation-delay: 0.9s !important;
	animation-delay: 0.9s !important;
}

.u-Tdelay10 {
	transition-delay: 1s !important;
}

.u-Adelay10 {
	-webkit-animation-delay: 1s !important;
	animation-delay: 1s !important;
}

.u-Tdelay11 {
	transition-delay: 1.1s !important;
}

.u-Adelay11 {
	-webkit-animation-delay: 1.1s !important;
	animation-delay: 1.1s !important;
}

.u-Tdelay12 {
	transition-delay: 1.2s !important;
}

.u-Adelay12 {
	-webkit-animation-delay: 1.2s !important;
	animation-delay: 1.2s !important;
}

.u-Tdelay13 {
	transition-delay: 1.3s !important;
}

.u-Adelay13 {
	-webkit-animation-delay: 1.3s !important;
	animation-delay: 1.3s !important;
}

.u-Tdelay14 {
	transition-delay: 1.4s !important;
}

.u-Adelay14 {
	-webkit-animation-delay: 1.4s !important;
	animation-delay: 1.4s !important;
}

.u-Tdelay15 {
	transition-delay: 1.5s !important;
}

.u-Adelay15 {
	-webkit-animation-delay: 1.5s !important;
	animation-delay: 1.5s !important;
}

.u-Tdelay16 {
	transition-delay: 1.6s !important;
}

.u-Adelay16 {
	-webkit-animation-delay: 1.6s !important;
	animation-delay: 1.6s !important;
}

.u-Tdelay17 {
	transition-delay: 1.7s !important;
}

.u-Adelay17 {
	-webkit-animation-delay: 1.7s !important;
	animation-delay: 1.7s !important;
}

.u-Tdelay18 {
	transition-delay: 1.8s !important;
}

.u-Adelay18 {
	-webkit-animation-delay: 1.8s !important;
	animation-delay: 1.8s !important;
}

.u-Tdelay19 {
	transition-delay: 1.9s !important;
}

.u-Adelay19 {
	-webkit-animation-delay: 1.9s !important;
	animation-delay: 1.9s !important;
}

.u-Tdelay20 {
	transition-delay: 2s !important;
}

.u-Adelay20 {
	-webkit-animation-delay: 2s !important;
	animation-delay: 2s !important;
}

.u-Tdelay21 {
	transition-delay: 2.1s !important;
}

.u-Adelay21 {
	-webkit-animation-delay: 2.1s !important;
	animation-delay: 2.1s !important;
}

.u-Tdelay22 {
	transition-delay: 2.2s !important;
}

.u-Adelay22 {
	-webkit-animation-delay: 2.2s !important;
	animation-delay: 2.2s !important;
}

.u-Tdelay23 {
	transition-delay: 2.3s !important;
}

.u-Adelay23 {
	-webkit-animation-delay: 2.3s !important;
	animation-delay: 2.3s !important;
}

.u-Tdelay24 {
	transition-delay: 2.4s !important;
}

.u-Adelay24 {
	-webkit-animation-delay: 2.4s !important;
	animation-delay: 2.4s !important;
}

.u-Tdelay25 {
	transition-delay: 2.5s !important;
}

.u-Adelay25 {
	-webkit-animation-delay: 2.5s !important;
	animation-delay: 2.5s !important;
}

.u-Tdelay26 {
	transition-delay: 2.6s !important;
}

.u-Adelay26 {
	-webkit-animation-delay: 2.6s !important;
	animation-delay: 2.6s !important;
}

.u-Tdelay27 {
	transition-delay: 2.7s !important;
}

.u-Adelay27 {
	-webkit-animation-delay: 2.7s !important;
	animation-delay: 2.7s !important;
}

.u-Tdelay28 {
	transition-delay: 2.8s !important;
}

.u-Adelay28 {
	-webkit-animation-delay: 2.8s !important;
	animation-delay: 2.8s !important;
}

.u-Tdelay29 {
	transition-delay: 2.9s !important;
}

.u-Adelay29 {
	-webkit-animation-delay: 2.9s !important;
	animation-delay: 2.9s !important;
}

.u-Tdelay30 {
	transition-delay: 3s !important;
}

.u-Adelay30 {
	-webkit-animation-delay: 3s !important;
	animation-delay: 3s !important;
}

.u-Tdelay31 {
	transition-delay: 3.1s !important;
}

.u-Adelay31 {
	-webkit-animation-delay: 3.1s !important;
	animation-delay: 3.1s !important;
}

.u-Tdelay32 {
	transition-delay: 3.2s !important;
}

.u-Adelay32 {
	-webkit-animation-delay: 3.2s !important;
	animation-delay: 3.2s !important;
}

.u-Tdelay33 {
	transition-delay: 3.3s !important;
}

.u-Adelay33 {
	-webkit-animation-delay: 3.3s !important;
	animation-delay: 3.3s !important;
}

.u-Tdelay34 {
	transition-delay: 3.4s !important;
}

.u-Adelay34 {
	-webkit-animation-delay: 3.4s !important;
	animation-delay: 3.4s !important;
}

.u-Tdelay35 {
	transition-delay: 3.5s !important;
}

.u-Adelay35 {
	-webkit-animation-delay: 3.5s !important;
	animation-delay: 3.5s !important;
}

.u-Tdelay36 {
	transition-delay: 3.6s !important;
}

.u-Adelay36 {
	-webkit-animation-delay: 3.6s !important;
	animation-delay: 3.6s !important;
}

.u-Tdelay37 {
	transition-delay: 3.7s !important;
}

.u-Adelay37 {
	-webkit-animation-delay: 3.7s !important;
	animation-delay: 3.7s !important;
}

.u-Tdelay38 {
	transition-delay: 3.8s !important;
}

.u-Adelay38 {
	-webkit-animation-delay: 3.8s !important;
	animation-delay: 3.8s !important;
}

.u-Tdelay39 {
	transition-delay: 3.9s !important;
}

.u-Adelay39 {
	-webkit-animation-delay: 3.9s !important;
	animation-delay: 3.9s !important;
}

.u-Tdelay40 {
	transition-delay: 4s !important;
}

.u-Adelay40 {
	-webkit-animation-delay: 4s !important;
	animation-delay: 4s !important;
}

.u-Tdelay41 {
	transition-delay: 4.1s !important;
}

.u-Adelay41 {
	-webkit-animation-delay: 4.1s !important;
	animation-delay: 4.1s !important;
}

.u-Tdelay42 {
	transition-delay: 4.2s !important;
}

.u-Adelay42 {
	-webkit-animation-delay: 4.2s !important;
	animation-delay: 4.2s !important;
}

.u-Tdelay43 {
	transition-delay: 4.3s !important;
}

.u-Adelay43 {
	-webkit-animation-delay: 4.3s !important;
	animation-delay: 4.3s !important;
}

.u-Tdelay44 {
	transition-delay: 4.4s !important;
}

.u-Adelay44 {
	-webkit-animation-delay: 4.4s !important;
	animation-delay: 4.4s !important;
}

.u-Tdelay45 {
	transition-delay: 4.5s !important;
}

.u-Adelay45 {
	-webkit-animation-delay: 4.5s !important;
	animation-delay: 4.5s !important;
}

.u-Tdelay46 {
	transition-delay: 4.6s !important;
}

.u-Adelay46 {
	-webkit-animation-delay: 4.6s !important;
	animation-delay: 4.6s !important;
}

.u-Tdelay47 {
	transition-delay: 4.7s !important;
}

.u-Adelay47 {
	-webkit-animation-delay: 4.7s !important;
	animation-delay: 4.7s !important;
}

.u-Tdelay48 {
	transition-delay: 4.8s !important;
}

.u-Adelay48 {
	-webkit-animation-delay: 4.8s !important;
	animation-delay: 4.8s !important;
}

.u-Tdelay49 {
	transition-delay: 4.9s !important;
}

.u-Adelay49 {
	-webkit-animation-delay: 4.9s !important;
	animation-delay: 4.9s !important;
}

.u-Tdelay50 {
	transition-delay: 5s !important;
}

.u-Adelay50 {
	-webkit-animation-delay: 5s !important;
	animation-delay: 5s !important;
}

/*全画面*/

.g-wrapper {
	overflow: hidden;
	padding-top: 100px;
}

/*ヘッダー*/

.g-header {
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 110;
	background-color: #fff; /* button */
}

.g-header.is-active .global_navi {
	left: 0;
}

.g-header .l-inner {
	position: relative;
	width: 100%;
	max-width: none;
	height: auto;
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 42px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.g-header .header_desc {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.g-header .logo {
	width: 398px;
	display: block;
	position: relative;
	top: 3px;
	flex-shrink: 0;
}

.g-header .logo img {
	width: 100%;
	display: block;
}

.g-header .menu_btn {
	display: none;
	position: relative;
	width: 29px;
	height: 12px;
	z-index: 110;
	text-align: center;
	cursor: pointer;
	background-color: transparent;
}

.g-header .menu_trigger,
.g-header .menu_trigger span {
	display: inline-block;
	transition: 0.5s;
	box-sizing: border-box;
}

.g-header .menu_trigger {
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
}

.g-header .menu_trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #000;
}

.g-header .menu_trigger span:nth-of-type(1) {
	top: 0;
}

.g-header .menu_trigger span:nth-of-type(2) {
	bottom: 0;
}

.g-header.is-active .menu_btn .menu_trigger {
	top: 0;
}

.g-header.is-active .menu_btn .menu_trigger span:nth-of-type(1) {
	transform: translateY(6px) rotate(45deg);
}

.g-header.is-active .menu_btn .menu_trigger span:nth-of-type(2) {
	transform: translateY(-5px) rotate(-45deg);
}

/*global_navi*/

.global_navi {
	width: 100%;
}

.global_navi__inner,
.global_navi__links {
	display: flex;
	justify-content: flex-end;
}

.global_navi__inner {
	align-items: center;
}

.global_navi__links {
	margin-right: 29px;
	gap: 28px;
}

.global_navi__links .item {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}

.global_navi__links .item .item_parent {
	display: block;
	width: auto;
	height: auto;
	position: relative;
	z-index: 2;
	text-align: center;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4444444444;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	transition: color 0.5s;
	text-decoration: none;
}

.global_navi__links .item .item_parent:focus-visible {
	color: #E8445F;
}

.global_navi__links .item .item_arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	border-radius: 50%;
	background: linear-gradient(to bottom, #6FDABA, #3D7A96);
	z-index: 1;
}

.global_navi__links .item .item_arrow .arrow_icon {
	width: 10px;
	height: 8px;
	display: block;
	stroke: #fff;
}

.global_navi .btn_container {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: flex;
	gap: 10px;
	flex-shrink: 0;
}

.global_navi .nav_btn {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 140px;
	min-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	position: relative;
	padding: 5px 23px;
	border-radius: 30px;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	transition: color 0.5s;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	background: transparent;
	z-index: 0;
}

.global_navi .nav_btn:focus-visible::before {
	opacity: 0;
}

.global_navi .nav_btn::before,
.global_navi .nav_btn::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.global_navi .nav_btn::before {
	z-index: -1;
	transition: 0.5s;
}

.global_navi .nav_btn::after {
	z-index: -2;
}

.global_navi .nav_btn._corporate {
	color: #fff;
}

.global_navi .nav_btn._corporate::before {
	background: linear-gradient(to bottom, #6FDABA, #3D7A96);
}

.global_navi .nav_btn._corporate::after {
	background: linear-gradient(to bottom, #3D7A96, #6FDABA);
}

.global_navi .nav_btn._entry {
	color: #000;
	background-color: #fff;
}

.global_navi .nav_btn._entry:focus-visible {
	color: #E8445F;
}

.global_navi .nav_btn._entry::before {
	background: linear-gradient(to bottom, #F0C451, #E8445F);
}

.global_navi .nav_btn._entry::after {
	background: #fff;
	border: #000 solid 1px;
	border-radius: 30px;
}

/*フッター*/

.g-footer {
	background-color: #fff;
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.g-footer .l-padding {
	padding: 120px 0 61px;
	box-sizing: border-box;
}

.g-footer .l-inner {
	position: relative;
}

.g-footer .footer_title {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
}

.g-footer .footer_title .title_jp {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	display: inline-block;
	margin-bottom: 1px;
}

.g-footer .footer_title .title_en {
	font-family: "Oswald", sans-serif;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.4666666667;
}

.g-footer .footer_navi {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 15px;
	margin-bottom: 29px;
}

.g-footer .footer_navi .item {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
}

.g-footer .footer_navi .item .item_parent {
	display: block;
	width: auto;
	height: auto;
	position: relative;
	z-index: 2;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.625;
	letter-spacing: 0.05em;
	box-sizing: border-box;
	transition: color 0.5s;
	padding-left: 13px;
}

.g-footer .footer_navi .item .item_parent:focus-visible {
	color: #6AC600;
}

.g-footer .footer_navi .item .item_parent:focus-visible::after {
	opacity: 1;
}

.g-footer .footer_navi .item .item_parent::before,
.g-footer .footer_navi .item .item_parent::after {
	content: "";
	display: block;
	position: absolute;
}

.g-footer .footer_navi .item .item_parent::before {
	top: 10px;
	left: 1px;
	width: 4px;
	height: 8px;
	background-image: url(../img/cmn/arrow_footer.png);
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.g-footer .footer_navi .item .item_parent::after {
	bottom: 3px;
	right: 0;
	width: calc(100% - 13px);
	height: 1px;
	background-color: #6AC600;
	opacity: 0;
	transition: opacity 0.5s;
}

.g-footer .footer_bnr {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
}

.g-footer .footer_bnr .bnr_item {
	display: block;
	height: 70px;
}

.g-footer .footer_bnr .bnr_item img {
	height: 100%;
}

.g-footer .footer_sub {
	width: 100%;
	border-top: #8E8E8E solid 1px;
	box-sizing: border-box;
	padding: 31px 0 101px;
}

.g-footer .footer_sub .l-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
}

.g-footer .footer_copy {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.g-footer .footer_sns {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
}

.g-footer .footer_sns .sns_item {
	display: block;
	width: 32px;
}

.g-footer .footer_sns .sns_item img {
	width: 100%;
	display: block;
}

.g-footer .footer_pagetop {
	position: absolute;
	top: 4px;
	right: 33px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: auto;
	display: flex;
	align-items: center;
	gap: 8px;
	z-index: 0;
}

.g-footer .footer_pagetop:focus-visible .pagetop_arrow {
	top: -6px;
}

.g-footer .footer_pagetop:focus-visible .pagetop_arrow img {
	opacity: 1;
}

.g-footer .footer_pagetop .pagetop_arrow {
	width: 18px;
	display: block;
	position: relative;
	top: 0;
	transition: top 0.5s;
}

.g-footer .footer_pagetop .pagetop_arrow img {
	width: 100%;
	display: block;
}

.g-footer .footer_pagetop .pagetop_text {
	font-family: "Oswald", sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	color: #000;
}

/*メイン*/

.g-main {
	display: block;
}

.g-main:after {
	content: " ";
	display: block;
	clear: both;
}

.g-recruit {
	position: relative;
	background-image: url(../img/top/bg_recruit.jpg);
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 1;
}

.g-recruit .l-padding {
	padding-top: 151px;
}

.g-recruit .recruit_deco {
	display: block;
	position: absolute;
	left: 0;
	top: -16%;
	width: 30.8%;
	max-width: 431px;
	z-index: -1;
}

.g-recruit .recruit_deco img {
	width: 100%;
}

.g-recruit .recruit_img {
	display: block;
	position: absolute;
	bottom: 0;
	left: 20%;
	width: 54.4%;
	max-width: 761px;
	z-index: -1;
}

.g-recruit .recruit_img img {
	width: 100%;
}

.g-recruit .recruit_heading {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	position: absolute;
	top: -93px;
	left: 50%;
	transform: translateX(-50%);
	font-family: "Oswald", sans-serif;
	font-size: 198px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
	-webkit-text-stroke: 1px #000;
}

.g-recruit._subpage .recruit_heading:not(#root) {
	position: static;
	transform: none;
	margin-inline: auto;
	margin-block: -80px 60px;
	max-width: 300px;
}

.g-recruit._subpage .recruit_heading:not(#root) svg {
	display: block;
	height: auto;
}

.g-recruit .recruit_caption {
	font-size: 34px;
	font-weight: 700;
	line-height: 1.5294117647;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
	margin-bottom: 55px;
}

.g-recruit .recruit_container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
	margin-bottom: 40px;
}

.g-recruit .recruit_item {
	width: 100%;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 19px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	box-sizing: border-box;
	padding: 20px 17px;
	max-width: 660px;
	margin-inline: auto;
}

.g-recruit .recruit_area {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-inline: auto;
	line-height: 1.5;
}

.g-recruit .recruit_area._west {
	color: #E8445F;
}

.g-recruit .recruit_area._east {
	color: #0370AA;
}

.g-recruit .recruit_area_icon {
	grid-area: 1/1/2/2;
}

.g-recruit .recruit_area_sub {
	grid-area: 1/2/2/3;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	font-size: 88px;
	line-height: 1;
}

.g-recruit .recruit_area_title {
	grid-column: span 2;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.05em;
}

.g-recruit .recruit_area_icon._east {
	-webkit-margin-end: 8px;
	margin-inline-end: 8px;
}

.g-recruit .recruit_desc {
	display: flex;
	flex-direction: column;
}

.g-recruit .recruit_name {
	flex-grow: 1;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6111111111;
	margin-bottom: 4px;
}

.g-recruit .recruit_address {
	font-size: 16px;
	line-height: 1.375;
	margin-bottom: 5px;
}

.g-recruit .recruit_contact {
	display: flex;
	flex-wrap: wrap;
	gap: 0 10px;
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2222222222;
	letter-spacing: 0.058em;
}

.g-recruit .recruit_btn {
	width: 100%;
	max-width: 380px;
	min-height: 84px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	position: relative;
	padding: 3px 20px 6px;
	margin: 0 auto;
	border-radius: 56px;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
	font-size: 35px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #000;
	background-color: #fff;
	transition: color 0.5s;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	z-index: 0;
}

.g-recruit .recruit_btn:focus-visible {
	color: #E8445F;
}

.g-recruit .recruit_btn:focus-visible::before {
	opacity: 0;
}

.g-recruit .recruit_btn::before,
.g-recruit .recruit_btn::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.g-recruit .recruit_btn::before {
	background: linear-gradient(to bottom, #F0C451, #E8445F);
	z-index: -1;
	transition: 0.5s;
}

.g-recruit .recruit_btn::after {
	background: #fff;
	border: #000 solid 1px;
	border-radius: 56px;
	z-index: -2;
}

.g-recruit .br {
	display: none;
}

.g-recruit #recruit-svg {
	width: 587px;
}

/*----------------------------------------

entry

-----------------------------------------*/

.q-entry .l-padding {
	padding-top: 29px;
}

.q-entry .entry_toptext {
	text-align: center;
	margin-bottom: 54px;
}

/*----------------------------------------

entry__thanks

-----------------------------------------*/

.q-entry-thanks {
	position: relative;
	z-index: 1;
}

.q-entry-thanks .l-padding {
	padding-top: 35px;
}

.q-entry-thanks .thanks_bg {
	display: block;
	position: absolute;
	top: 17%;
	left: 0;
	width: 23%;
	max-width: 312px;
	z-index: -1;
}

.q-entry-thanks .thanks_bg img {
	width: 100%;
}

.q-entry-thanks .thanks_container {
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.q-entry-thanks .thanks_desc {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 54px;
}

.q-entry-thanks .thanks_img {
	width: 100%;
	max-width: 284px;
	display: block;
	margin-bottom: 24px;
}

.q-entry-thanks .thanks_img img {
	width: 100%;
}

.q-entry-thanks .thanks_btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	max-width: 490px;
	min-height: 104px;
	box-sizing: border-box;
	padding: 20px 30px 20px 41px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	position: relative;
}

.q-entry-thanks .thanks_btn:focus-visible .link_arrow::before {
	opacity: 0;
}

.q-entry-thanks .thanks_btn .btn_text {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.625;
	letter-spacing: 0.05em;
}

.q-entry-thanks .thanks_btn .btn_arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	box-sizing: border-box;
	border-radius: 50%;
	overflow: hidden;
	background: transparent;
	position: relative;
	z-index: 0;
	flex-shrink: 0;
}

.q-entry-thanks .thanks_btn .btn_arrow::before,
.q-entry-thanks .thanks_btn .btn_arrow::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.q-entry-thanks .thanks_btn .btn_arrow::before {
	z-index: -1;
	transition: 0.5s;
	background: linear-gradient(to bottom, #6FDABA, #3D7A96);
}

.q-entry-thanks .thanks_btn .btn_arrow::after {
	z-index: -2;
	background: linear-gradient(to bottom, #3D7A96, #6FDABA);
}

.q-entry-thanks .thanks_btn .btn_arrow .arrow_icon {
	width: 20.324px;
	height: 16.828px;
	display: block;
	stroke: #fff;
}

/*----------------------------------------

recruit

-----------------------------------------*/

.q-recruit-info .info_top {
	padding-top: 29px;
	padding-bottom: 34px;
}

.q-recruit-info .info_body {
	background-color: #F5F5F5;
	padding-top: 60px;
	padding-bottom: 101px;
}

.q-recruit-info .info_kind {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 11px 20px;
	margin-bottom: 60px;
}

.q-recruit-info .kind_item {
	position: relative;
	width: 100%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	display: block;
	text-align: left;
	box-sizing: border-box;
	background-color: #fff;
	border: #000 solid 1px;
}

.q-recruit-info .kind_title {
	background-color: #fff;
	border: none;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	width: 100%;
	display: flex;
	box-sizing: border-box;
	padding: 25px 60px 24px 145px;
	margin: 0;
	border-radius: 0;
	z-index: 1;
}

.q-recruit-info .kind_title.is-close .acd_icon {
	background-color: #fff;
}

.q-recruit-info .kind_title.is-close .acd_icon::before {
	opacity: 0;
}

.q-recruit-info .kind_title.is-close .acd_icon::after {
	transform: rotate(0deg);
	background-color: #0370AA;
}

.q-recruit-info .kind_title .title_text {
	color: #000;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3181818182;
	letter-spacing: 0.05em;
	text-align: left;
}

.q-recruit-info .kind_title .acd_icon {
	display: block;
	position: absolute;
	right: 19px;
	top: 50%;
	transform: translateY(-50%);
	width: 38px;
	height: 38px;
	background-color: #0370AA;
	box-sizing: border-box;
	border: #0370AA solid 1px;
	border-radius: 50%;
	transition: background-color 0.5s;
}

.q-recruit-info .kind_title .acd_icon::before,
.q-recruit-info .kind_title .acd_icon::after {
	position: absolute;
	content: "";
	top: 48%;
	left: 9px;
	width: 18px;
	height: 2px;
	background-color: #fff;
	opacity: 1;
	transition: opacity 0.5s, background-color 0.5s, transform 0.5s ease;
	pointer-events: none;
}

.q-recruit-info .kind_title .acd_icon::before {
	transform: rotate(0deg);
}

.q-recruit-info .kind_title .acd_icon::after {
	transform: rotate(90deg);
}

.q-recruit-info .kind_img {
	position: absolute;
	bottom: 0;
	left: 49px;
	width: 76px;
	height: auto;
}

.q-recruit-info .kind_img img {
	width: 100%;
}

.q-recruit-info .kind_box {
	display: none;
	position: absolute;
	z-index: 10;
	top: 100%;
	left: -1px;
	width: 100%;
	background-color: #fff;
	border: #000 solid 1px;
	border-top: 0;
}

.q-recruit-info .kind_item:nth-child(1) .kind_box {
	z-index: 14;
}

.q-recruit-info .kind_item:nth-child(2) .kind_box {
	z-index: 13;
}

.q-recruit-info .kind_item:nth-child(3) .kind_box {
	z-index: 12;
}

.q-recruit-info .kind_item:nth-child(4) .kind_box {
	z-index: 11;
}

.q-recruit-info .kind_item:nth-child(5) .kind_box {
	z-index: 10;
}

.q-recruit-info .kind_list .list_link {
	display: block;
	width: 100%;
	border-top: #000 solid 1px;
	box-sizing: border-box;
	padding: 23px 20px 22px 39px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.3181818182;
}

.q-recruit-info .info_container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px 5px;
}

.q-recruit-info .info_item {
	width: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.q-recruit-info .info_pic {
	width: 100%;
}

.q-recruit-info .info_pic img {
	width: 100%;
}

.q-recruit-info .info_desc {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	background-color: #fff;
	box-sizing: border-box;
	padding: 18px 30px 59px;
	position: relative;
}

.q-recruit-info .info_category {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 9px;
}

.q-recruit-info .category_item {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.55;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #000;
	border-radius: 16px;
	border: #000 solid 1px;
	box-sizing: border-box;
	background-color: #fff;
	padding: 2px 13px 0;
	position: relative;
	z-index: 1;
}

.q-recruit-info .category_item._new {
	background-color: #0370AA;
	border: none;
	color: #fff;
}

.q-recruit-info .category_item._mid {
	background-color: #000;
	border: none;
	color: #fff;
}

.q-recruit-info .info_title {
	font-size: 18px;
	font-weight: 900;
	line-height: 1.5555555556;
	letter-spacing: 0.05em;
	margin-bottom: 9px;
}

.q-recruit-info .info_text {
	font-size: 16px;
	line-height: 1.625;
	letter-spacing: 0.05em;
}

.q-recruit-info .info_arrow {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	position: absolute;
	right: 28px;
	bottom: 14px;
	z-index: 1;
}

.q-recruit-info .info_arrow .arrow_icon {
	width: 20.324px;
	height: 16.828px;
	display: block;
	stroke: #000;
}

.q-recruit-work {
	position: relative;
	isolation: isolate;
	color: #fff;
	background-image: linear-gradient(to bottom, #6FDABA 0%, #3D7A96 100%);
}

.q-recruit-work::before,
.q-recruit-work::after {
	content: "";
	position: absolute;
	z-index: -10;
	inset: 0;
}

.q-recruit-work::before {
	background: url(../img/recruit/work_bg.png) no-repeat right top;
	background-attachment: fixed;
	background-size: min(1200px, 180vw);
}

.q-recruit-work::after {
	background-color: #0370AA;
	opacity: 0.8;
}

.q-recruit-work .c-heading__en,
.q-recruit-work .c-heading__jp {
	color: #fff !important;
}

.q-recruit-work .c-heading__img {
	width: 76px;
	top: 0;
	left: -85px;
}

.q-recruit-work .work_item {
	position: relative;
	width: 100%;
	min-height: 226px;
	display: flex;
	justify-content: space-between;
	gap: 40px 90px;
	padding-bottom: 30px;
	padding-left: 115px;
	border-bottom: 1px solid;
	box-sizing: border-box;
}

.q-recruit-work .work_item:not(:last-of-type) {
	margin-bottom: 30px;
}

.q-recruit-work .work_desc {
	width: 100%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.q-recruit-work .work_caption {
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.3571428571;
	box-sizing: border-box;
	padding-top: 1px;
	margin-bottom: 30px;
}

.q-recruit-work .work_num {
	position: absolute;
	top: -5px;
	left: 0;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	font-size: 70px;
	line-height: 1;
}

.q-recruit-work .work_pic {
	width: 308px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	flex-shrink: 0;
	border-radius: 4px;
	overflow: hidden;
}

.q-recruit-work .work_pic img {
	width: 100%;
	display: block;
}

.q-recruit-voice {
	position: relative;
	background-color: #F5F5F5;
	z-index: 1;
}

.q-recruit-voice .l-padding {
	padding-bottom: 98px;
}

.q-recruit-voice .c-heading__img {
	width: 183px;
	top: -10px;
	right: -173px;
}

.q-recruit-voice .voice_bg {
	display: block;
	position: absolute;
	z-index: -1;
}

.q-recruit-voice .voice_bg._bg01 {
	width: 41%;
	max-width: 574px;
	left: -12.2%;
	top: -9.1%;
}

.q-recruit-voice .voice_bg._bg02 {
	width: 28%;
	max-width: 392px;
	right: -9.4%;
	bottom: 6.2%;
}

.q-recruit-voice .voice_bg img {
	width: 100%;
	-webkit-animation: 8s linear infinite rotation;
	animation: 8s linear infinite rotation;
}

.q-recruit-voice .voice_circle {
	display: block;
	position: absolute;
	-webkit-animation: 3s fuwafuwa infinite;
	animation: 3s fuwafuwa infinite;
	z-index: -1;
}

.q-recruit-voice .voice_circle._circle01 {
	width: 12.2%;
	max-width: 108px;
	bottom: 11.2%;
	left: 2.9%;
}

.q-recruit-voice .voice_circle._circle02 {
	width: 4.8%;
	max-width: 55px;
	top: 15.3%;
	left: 25.9%;
}

.q-recruit-voice .voice_circle._circle03 {
	width: 12.2%;
	max-width: 115px;
	top: 37%;
	right: 30.9%;
}

.q-recruit-voice .voice_circle img {
	width: 100%;
}

.q-recruit-about .l-padding {
	padding-bottom: 101px;
}

.q-recruit-about .about_container {
	width: 100%;
	box-sizing: border-box;
	border: #212121 solid 1px;
	display: grid;
	grid-template: "about01  about01  about01" 350px "about02  about03  about04" 219px/39.8% 30.2% 30.2%;
}

.q-recruit-about .about_item {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.q-recruit-about .about_item:not(:first-of-type) {
	border-top: #212121 solid 1px;
}

.q-recruit-about .about_item._about01 {
	grid-area: about01;
	gap: 46px;
}

.q-recruit-about .about_item._about01 .about_title {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 5px;
}

.q-recruit-about .about_item._about01 .about_number {
	font-size: 57px;
	letter-spacing: 0.05em;
}

.q-recruit-about .about_item._about01 .about_number .strong {
	font-size: 170px;
	letter-spacing: 0.05em;
	top: 9px;
	left: -3px;
	margin-right: 5px;
}

.q-recruit-about .about_item._about02 {
	grid-area: about02;
}

.q-recruit-about .about_item._about02 .about_icon {
	width: 106px;
}

.q-recruit-about .about_item._about02 .about_number .strong {
	margin: 0 4px;
}

.q-recruit-about .about_item._about03 {
	grid-area: about03;
}

.q-recruit-about .about_item._about03 .about_icon {
	width: 64px;
}

.q-recruit-about .about_item._about03 .about_number .strong {
	margin-right: 7px;
}

.q-recruit-about .about_item._about04 {
	grid-area: about04;
}

.q-recruit-about .about_item._about04 .about_icon {
	width: 82px;
}

.q-recruit-about .about_item._about04 .about_title {
	margin-bottom: 26px;
	top: 11px;
}

.q-recruit-about .about_graph {
	position: relative;
	display: block;
	width: 58.7%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	position: relative;
	top: -9px;
}

.q-recruit-about .about_graph img {
	width: 100%;
	display: block;
}

.q-recruit-about .about_graph .line-icon {
	position: absolute;
	max-width: 187px;
	width: 33.27%;
}

.q-recruit-about .about_desc {
	text-align: center;
	flex-shrink: 0;
}

.q-recruit-about .about_title {
	font-size: 28px;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1.2857142857;
	text-align: center;
	margin-bottom: 29px;
	position: relative;
}

.q-recruit-about .about_number {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.4545454545;
}

.q-recruit-about .about_number .strong {
	font-family: "Oswald", sans-serif;
	font-size: 60px;
	letter-spacing: 0;
	line-height: 1;
	position: relative;
}

.q-recruit-about .about_content {
	display: flex;
	align-items: center;
	gap: 20px;
}

.q-recruit-about .about_icon {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.q-recruit-about .about_icon img {
	width: 100%;
	display: block;
}

.q-recruit-about .about_bonus {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.q-recruit-about .about_bonus .bonus_item {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: flex;
	align-items: baseline;
	gap: 14px;
}

.q-recruit-about .about_bonus .bonus_head {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.4545454545;
	box-sizing: border-box;
	padding-right: 8px;
	flex-shrink: 0;
	position: relative;
}

.q-recruit-about .about_bonus .bonus_head::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 22px;
	background-color: #212121;
}

.q-recruit-about .about_bonus .about_number .strong {
	font-size: 40px;
}

.q-recruit-about .about_text {
	text-align: center;
	margin-top: 6px;
}

.q-recruit-faq {
	background-color: #F5F5F5;
}

.q-recruit-faq .l-padding {
	padding-bottom: 101px;
}

.q-recruit-faq .c-heading__img {
	width: 180px;
	right: -170px;
}

.q-recruit-faq .faq_container {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	border-top: #8E8E8E solid 1px;
}

.q-recruit-faq .faq_item {
	width: 100%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	display: block;
	text-align: left;
	box-sizing: border-box;
	background-color: transparent;
	border-bottom: #8E8E8E solid 1px;
}

.q-recruit-faq .faq_title {
	background-color: transparent;
	transition: background-color 0.5s;
	border: none;
	border-radius: 0;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	width: 100%;
	display: flex;
	box-sizing: border-box;
	padding: 27px 45px 27px 86px;
	margin: 0;
	z-index: 1;
}

.q-recruit-faq .faq_title.is-close {
	background-color: #fff;
}

.q-recruit-faq .faq_title.is-close .faq_arrow {
	transform: translateY(-50%) rotate(180deg);
}

.q-recruit-faq .faq_title.is-close + .faq_box {
	background-color: #fff;
}

.q-recruit-faq .faq_title .title_text {
	color: #000;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.05em;
	text-align: left;
}

.q-recruit-faq .faq_arrow {
	display: block;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	transition: transform 0.5s;
}

.q-recruit-faq .faq_arrow img {
	width: 100%;
	display: block;
}

.q-recruit-faq .faq_initial {
	position: absolute;
	left: 20px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	box-sizing: border-box;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.05em;
}

.q-recruit-faq .faq_initial._question {
	top: 20px;
	background-color: #0370AA;
	color: #fff;
}

.q-recruit-faq .faq_initial._answer {
	top: 0;
	background-color: #fff;
	border: #E8445F solid 1px;
	color: #E8445F;
}

.q-recruit-faq .faq_box {
	display: none;
	background-color: transparent;
	transition: background-color 0.5s;
}

.q-recruit-faq .faq_box .box_inner {
	box-sizing: border-box;
	padding: 0 20px 54px 86px;
	position: relative;
}

.q-recruit-faq .faq_text {
	position: relative;
	top: -6px;
}

.q-recruit-guidance {
	background: linear-gradient(to bottom, #C7F4FF, #6CCEE5);
	box-sizing: border-box;
	padding: 74px 0 80px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.q-recruit-guidance .guidance_inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 115px 0 134px;
}

.q-recruit-guidance .guidance_content {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 6px;
	margin: 0 auto;
}

.q-recruit-guidance .guidance_top {
	display: flex;
	align-items: center;
	gap: 15px;
}

.q-recruit-guidance .guidance_head {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.q-recruit-guidance .guidance_img {
	display: block;
	width: 118px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.q-recruit-guidance .guidance_img img {
	width: 100%;
	display: block;
}

.q-recruit-guidance .guidance_title._west {
	width: 170px;
}

.q-recruit-guidance .guidance_title._east {
	width: 146px;
}

.q-recruit-guidance .guidance_title img {
	width: 100%;
	display: block;
}

.q-recruit-guidance .guidance_text {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.5625;
	color: #212121;
}

.q-recruit-guidance .guidance_main {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.625;
	color: #212121;
}

.q-recruit-guidance .guidance_arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	box-sizing: border-box;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
	flex-shrink: 0;
}

.q-recruit-guidance .guidance_arrow .arrow_icon {
	width: 20.324px;
	height: 16.828px;
	display: block;
	stroke: #000;
}

/*----------------------------------------

recruit__detail

-----------------------------------------*/

.q-recruit-detail-info .info_top {
	padding: 35px 0 20px;
}

.q-recruit-detail-info .info_body {
	padding: 79px 0 100px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.q-recruit-detail-info .info_container {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 60px;
}

.q-recruit-detail-info .info_desc {
	width: 100%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.q-recruit-detail-info .info_title {
	display: block;
	font-size: 32px;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1.125;
	color: #000;
	margin-bottom: 23px;
}

.q-recruit-detail-info .info_category {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 18px;
}

.q-recruit-detail-info .category_item {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.55;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #000;
	border-radius: 16px;
	border: #000 solid 1px;
	box-sizing: border-box;
	background-color: #fff;
	padding: 2px 13px 0;
	position: relative;
	z-index: 1;
}

.q-recruit-detail-info .category_item._recruitment {
	border: #0370AA solid 1px;
	color: #0370AA;
}

.q-recruit-detail-info .info_pic {
	width: 44%;
	max-width: 440px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	flex-shrink: 0;
	position: relative;
}

.q-recruit-detail-info .info_pic span {
	display: block;
	position: absolute;
	bottom: -12px;
	left: -39px;
	width: 78px;
	height: 150px;
	background-image: url(../img/recruit__detail/img_main.png);
	background-position: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	z-index: 1;
}

.q-recruit-detail-info .info_pic img {
	width: 100%;
	display: block;
}

.q-recruit-detail-info .info_table {
	width: 100%;
}

.q-recruit-detail-info .info_table .table_row {
	box-sizing: border-box;
	border-bottom: #212121 solid 1px;
}

.q-recruit-detail-info .info_table .table_row:first-child {
	border-top: #212121 solid 1px;
}

.q-recruit-detail-info .info_table .table_head,
.q-recruit-detail-info .info_table .table_data {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2.25;
	text-align: left;
	position: relative;
}

.q-recruit-detail-voice .c-heading {
	margin-bottom: 66px;
}

.q-recruit-detail-voice .c-heading__img {
	width: 183px;
	top: -10px;
	right: -173px;
}

.q-recruit-detail-voice .voice_container {
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 60px;
}

.q-recruit-detail-voice .voice_info {
	width: 32%;
	max-width: 320px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	flex-shrink: 0;
}

.q-recruit-detail-voice .voice_person {
	width: 100%;
	margin-bottom: 14px;
	position: relative;
}

.q-recruit-detail-voice .voice_pic {
	width: 100%;
	display: block;
	border-radius: 8px;
	overflow: hidden;
}

.q-recruit-detail-voice .voice_pic img {
	width: 100%;
}

.q-recruit-detail-voice .voice_company {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.625;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 16px;
	border: #000 solid 1px;
	box-sizing: border-box;
	background-color: #fff;
	padding: 1px 12px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 1;
}

.q-recruit-detail-voice .voice_data {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.q-recruit-detail-voice .voice_data .data_item {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 18px;
	line-height: 1.4444444444;
}

.q-recruit-detail-voice .voice_data .data_item .text {
	position: relative;
	box-sizing: border-box;
	padding-left: 12px;
}

.q-recruit-detail-voice .voice_data .data_item .text::before {
	content: "|";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4444444444;
}

.q-recruit-detail-voice .voice_desc {
	width: 100%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.q-recruit-detail-voice .voice_balloon {
	position: relative;
	display: flex;
	align-items: baseline;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	max-width: 406px;
	min-height: 50px;
	color: #fff;
	background: #6AC600;
	box-sizing: border-box;
	border-radius: 8px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	padding: 16px 17px 13px 20px;
	margin-bottom: 25px;
}

.q-recruit-detail-voice .voice_balloon::before {
	content: "";
	position: absolute;
	left: 31px;
	bottom: -18px;
	width: 17px;
	height: 19px;
	background-color: #6AC600;
	-webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
	clip-path: polygon(0 0, 100% 0, 0 100%);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	z-index: 1;
}

.q-recruit-detail-voice .voice_balloon .balloon_caption {
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	flex-shrink: 0;
}

.q-recruit-detail-voice .voice_balloon .balloon_text {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6111111111;
	letter-spacing: 0.05em;
}

.q-recruit-detail-voice .voice_title {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4545454545;
	letter-spacing: 0.05em;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: #000 solid 1px;
}

.q-recruit-detail-voice .voice_text {
	font-size: 16px;
	line-height: 1.625;
	letter-spacing: 0.05em;
}

/*----------------------------------------

index

-----------------------------------------*/

.q-top-mv {
	overflow: hidden;
	position: relative;
}

.q-top-mv .mv-animation__wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.q-top-mv .mv-animation__wrap .mv-animation {
	min-width: 1400px;
	position: fixed;
	top: 0;
}

.q-top-mv .mv_main {
	padding: 179px 0 335px;
	position: relative;
}

.q-top-mv .mv_pic,
.q-top-mv .mv_circle {
	position: absolute;
	transform: translateX(-50%);
}

.q-top-mv .mv_pic img,
.q-top-mv .mv_circle img {
	width: 100%;
	position: absolute;
	-webkit-animation: 3s fuwafuwa infinite;
	animation: 3s fuwafuwa infinite;
}

.q-top-mv .mv_pic {
	width: 71.2%;
	top: 15%;
	left: 45.3%;
}

.q-top-mv .mv_circle {
	width: 86%;
	top: 10%;
	left: 52.8%;
}

.q-top-mv .mv_copy {
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 50px;
	font-weight: 900;
	line-height: 1.3;
	letter-spacing: 0;
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.53);
	position: relative;
	z-index: 1;
}

.q-top-mv .mv_copy .strong {
	font-size: 73px;
	line-height: 1;
	position: relative;
	top: 4px;
}

.q-top-mv .mv_news {
	width: 49%;
	max-width: 684px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	display: block;
	position: absolute;
	left: 0;
	top: 45%;
	background-color: rgba(255, 255, 255, 0.9);
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
	z-index: 3;
}

.q-top-mv .mv_news .news_inner {
	width: 100%;
	min-height: 100px;
	box-sizing: border-box;
	padding: 14px 40px;
	position: relative;
	display: flex;
	flex-direction: column;
}

.q-top-mv .mv_news .news_heading {
	position: absolute;
	left: 40px;
	top: -32px;
	display: block;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-family: "Oswald", sans-serif;
	font-size: 56px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	color: #fff;
	-webkit-text-stroke: 1px #000;
	z-index: 1;
}

.q-top-mv .mv_news .news_item {
	display: flex;
	align-items: center;
	gap: 20px;
	box-sizing: border-box;
	padding: 20px 0;
	overflow: hidden;
}

.q-top-mv .mv_news .news_item:not(:first-of-type) {
	border-top: #BFBFBF solid 1px;
}

.q-top-mv .mv_news .news_item:focus-visible .news_title {
	text-decoration: underline;
}

.q-top-mv .mv_news .news_info {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	gap: 14px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

.q-top-mv .mv_news .news_date {
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: 0.05em;
}

.q-top-mv .mv_news .news_category {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.q-top-mv .mv_news .category_text {
	font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.05em;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 16px;
	border: #000 solid 1px;
	box-sizing: border-box;
	padding: 4px 12px;
}

.q-top-mv .mv_news .news_title {
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2.25;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.q-top-mv .mv_message {
	padding: 219px 0 93px;
	position: relative;
	z-index: 1;
}

.q-top-mv .mv_message::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, transparent, #fff 30%, #fff);
	opacity: 0.7;
	z-index: -1;
}

.q-top-mv .mv_message .l-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.q-top-mv .mv_message .message_copy {
	display: block;
	font-size: 52px;
	font-weight: 900;
	line-height: 1.25;
	letter-spacing: 0;
}

.q-top-mv .mv_message .message_copy .strong {
	font-size: 76px;
	line-height: 1.2631578947;
}

.q-top-mv .mv_message .message_text {
	width: 40%;
}

.q-top-recruitment {
	position: relative;
	background: linear-gradient(to bottom, #57ADA9, #58AFAA 5%, #6ED7B9 15%, #EEB651 70%, #EB7058 90%, #E94B5B);
	z-index: 1;
}

.q-top-recruitment .recruitment_bg {
	width: 100%;
	max-width: 896px;
	display: block;
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.q-top-recruitment .recruitment_bg img {
	width: 100%;
}

.q-top-recruitment .recruitment_text {
	line-height: 1.625;
}

.q-top-recruitment .recruitment_text._top {
	text-align: center;
	margin-bottom: 24px;
}

.q-top-recruitment .recruitment {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
	line-height: 1.625;
}

.q-top-recruitment .recruitment__item {
	padding: 11px 16px 20px;
	color: #fff;
	border-radius: 8px;
}

.q-top-recruitment .recruitment__item._west {
	--q-theme-color: #E8445F;
	background-image: linear-gradient(to bottom, #B93248 0%, #E8445F 100%);
}

.q-top-recruitment .recruitment__item._east {
	--q-theme-color: #0370AA;
	background-image: linear-gradient(to bottom, #0370AA 0%, #023855 100%);
}

.q-top-recruitment .recruitment__item:focus-visible {
	--q-theme-color: #fff;
	--q-banner-bg: transparent;
}

.q-top-recruitment .recruitment__banner {
	display: grid;
	grid-template-columns: repeat(3, auto);
	justify-content: center;
	align-items: center;
	padding: 10px 10px 18px;
	color: var(--q-theme-color);
	border: 1px solid #fff;
	border-radius: 8px;
	text-align: center;
	background-color: var(--q-banner-bg, #fff);
	transition-property: background-color;
	transition-duration: 0.5s;
}

.q-top-recruitment .recruitment__pic {
	grid-area: 1/1/2/2;
}

.q-top-recruitment .recruitment__pic img {
	opacity: 1;
}

.q-top-recruitment .recruitment__pic._2 {
	-webkit-margin-end: 10spx;
	margin-inline-end: 10spx;
}

.q-top-recruitment .recruitment__area {
	grid-area: 1/2/2/3;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
	font-size: 88px;
	line-height: 1;
}

.q-top-recruitment .recruitment__arrow {
	grid-area: 1/3/2/4;
	display: grid;
	place-content: center;
	width: 50px;
	aspect-ratio: 1/1;
	border: 1px solid;
	border-radius: 9999px;
	-webkit-margin-start: 10px;
	margin-inline-start: 10px;
	translate: 0 10px;
}

.q-top-recruitment .recruitment__title {
	grid-column: span 3;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.05em;
}

.q-top-recruitment .recruitment__title2 {
	margin-block: 10px 8px;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
}

.q-top-voice {
	position: relative;
	background-color: #fff;
	z-index: 1;
}

.q-top-voice .l-padding {
	padding-bottom: 201px;
}

.q-top-voice .voice_bg {
	display: block;
	position: absolute;
	z-index: -1;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.q-top-voice .voice_bg._bg01 {
	width: 39%;
	max-width: 546px;
	left: -16.7%;
	bottom: 5.7%;
}

.q-top-voice .voice_bg._bg02 {
	width: 50.3%;
	max-width: 704px;
	right: -16%;
	top: -8.5%;
}

.q-top-voice .voice_bg img {
	width: 100%;
	-webkit-animation: 8s linear infinite rotation;
	animation: 8s linear infinite rotation;
}

.q-top-voice .voice_circle {
	display: block;
	position: absolute;
	-webkit-animation: 3s fuwafuwa infinite;
	animation: 3s fuwafuwa infinite;
	z-index: -1;
}

.q-top-voice .voice_circle._circle01 {
	width: 12.2%;
	max-width: 115px;
	top: 16.2%;
	left: 22.3%;
}

.q-top-voice .voice_circle._circle02 {
	width: 4.2%;
	max-width: 59px;
	top: 9.3%;
	right: 29.6%;
}

.q-top-voice .voice_circle._circle03 {
	width: 12.2%;
	max-width: 115px;
	bottom: 7%;
	right: 7.5%;
}

.q-top-voice .voice_circle img {
	width: 100%;
}

@media (hover: hover) and (pointer: fine) {

.c-entrybtn:hover .c-entrybtn__item img {
	opacity: 1;
}

.c-entrybtn:hover .c-entrybtn__item:not(._hover) {
	opacity: 0;
}

.c-entrybtn:hover .c-entrybtn__item._hover {
	opacity: 1;
}

.p-voice__figure:hover .p-voice__pic {
	filter: none;
}

.p-voice__modal .modal_link:hover .link_arrow::before {
	opacity: 0;
}

.p-form__submit .submit_btn:hover::before {
	opacity: 0;
}

.p-form__submit .submit_btn._back:hover {
	color: #E8445F;
}

.p-form__agree a:hover {
	text-decoration: none;
}

.global_navi__links .item .item_parent:hover {
	color: #E8445F;
}

.global_navi .nav_btn:hover::before {
	opacity: 0;
}

.global_navi .nav_btn._entry:hover {
	color: #E8445F;
}

.g-footer .footer_navi .item .item_parent:hover {
	color: #6AC600;
}

.g-footer .footer_navi .item .item_parent:hover::after {
	opacity: 1;
}

.g-footer .footer_pagetop:hover .pagetop_arrow {
	top: -6px;
}

.g-footer .footer_pagetop:hover .pagetop_arrow img {
	opacity: 1;
}

.g-recruit .recruit_btn:hover {
	color: #E8445F;
}

.g-recruit .recruit_btn:hover::before {
	opacity: 0;
}

.q-entry-thanks .thanks_btn:hover .link_arrow::before {
	opacity: 0;
}

.q-top-mv .mv_news .news_item:hover .news_title {
	text-decoration: underline;
}

.q-top-recruitment .recruitment__item:hover {
	--q-theme-color: #fff;
	--q-banner-bg: transparent;
}

}

@media not all and (max-width: 1400px) {

.g-recruit .recruit_img {
	left: calc(50% - 417px);
}

}

@media (max-width: 1240px) {

.g-header .menu_btn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.global_navi {
	position: fixed;
	top: 0;
	left: 100%;
	height: 100vh;
	overflow: auto;
	padding: 0;
	background: #fff;
	transition: 0.5s;
	display: block;
	z-index: -1;
}

.global_navi__inner,
.global_navi__links {
	flex-direction: column;
}

.global_navi__inner {
	box-sizing: border-box;
	padding: 100px 0 60px;
}

.global_navi__links {
	width: 100%;
	gap: 0;
	margin-right: 0;
	margin-bottom: 25px;
}

.global_navi__links .item {
	width: 100%;
	justify-content: flex-start;
	border-bottom: #D6D6D6 solid 1px;
}

.global_navi__links .item .item_parent {
	width: 100%;
	text-align: left;
	padding: 27px 60px 26px 25px;
}

.global_navi .btn_container {
	width: 100%;
	flex-direction: column;
	gap: 25px;
}

.global_navi .nav_btn {
	width: 100%;
	max-width: 325px;
	min-height: 55px;
	margin: 0 auto;
}

}

@media not all and (max-width: 1240px) {

.global_navi__links .item .item_arrow {
	display: none;
}

}

@media (max-width: 1060px) {

.g-recruit .recruit_area_sub {
	font-size: 70px;
}

}

@media (max-width: 1000px) {

.post_text img {
	float: none;
	margin: 0 auto;
	display: block;
}

.post_text img.emoji {
	display: inline !important;
}

.post_text table {
	width: 100% !important;
}

.g-recruit .recruit_container {
	grid-template-columns: repeat(1, 1fr);
	row-gap: 40px;
}

.g-recruit .recruit_item {
	align-items: center;
}

.q-top-recruitment .recruitment__area {
	font-size: 70px;
}

.q-top-recruitment .recruitment__title {
	font-size: 18px;
}

.q-top-recruitment .recruitment__title2 {
	font-size: 16px;
}

}

@media not all and (max-width: 1000px) {

.q-top-recruitment .recruitment__desc {
	-webkit-padding-end: 10px;
	padding-inline-end: 10px;
}

}

@media (max-width: 768px) {

.l-padding {
	padding-top: 100px;
	padding-bottom: 100px;
}

.l-inner {
	padding-left: 25px;
	padding-right: 25px;
}

.post_text p {
	margin-bottom: 12px;
}

.post_text h4 {
	font-size: 21px;
	padding-bottom: 1px;
	margin-bottom: 19px;
}

.post_text a {
	margin-bottom: 15px;
}

.c-heading {
	gap: 4px;
	margin-bottom: 17px;
}

.c-heading._recruit .c-heading__en {
	font-size: 63px;
	margin-bottom: 6px;
}

.c-heading__en {
	font-size: 63px;
	line-height: 1.3;
}

.c-heading__jp {
	font-size: 26px;
	line-height: 1.5757575758;
}

.c-heading__img {
	position: relative;
}

.c-heading #recruitment-svg {
	width: 318px;
}

.c-heading #voice-svg {
	width: 135px;
}

.c-entrybtn {
	right: 2%;
	width: 120px;
}

.c-pagetitle {
	margin-bottom: 18px;
}

.c-pagetitle__inner {
	gap: 8px;
	padding: 0 15px;
}

.c-pagetitle__en {
	font-size: 90px;
	line-height: 1.3;
}

.c-pagetitle__name {
	font-size: 29px;
	line-height: 1.4482758621;
}

.c-input textarea {
	min-height: 150px;
}

.c-file {
	flex-direction: column;
	align-items: flex-start;
}

.c-file__button {
	max-width: none;
}

.c-radio {
	flex-direction: column;
	gap: 5px;
}

.p-titlearea {
	min-height: 380px;
	padding: 68px 0 60px;
	background-image: url(../img/cmn/bg_pagetop_sp.png);
}

.p-titlearea__float {
	width: 100%;
}

.p-voice {
	grid-template-columns: repeat(1, 1fr);
}

.p-voice__item:nth-child(2) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.p-voice__item:nth-child(3) {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.p-voice__company {
	margin: -16px auto 14px;
}

.p-voice__modal .close_btn {
	top: 20px;
	right: 20px;
}

.p-voice__modal .modal_content {
	border-radius: 4px;
	max-height: 84vh;
}

.p-voice__modal .modal_inner {
	flex-direction: column;
	padding: 70px 20px;
}

.p-voice__modal .modal_info {
	width: 100%;
	max-width: none;
}

.p-voice__modal .modal_pic {
	border-radius: 4px;
}

.p-voice__modal .modal_title {
	padding-bottom: 20px;
	margin-bottom: 18px;
}

.p-voice__modal .modal_link {
	gap: 10px;
	bottom: 20px;
	right: 20px;
}

.p-voice__modal .modal_link .link_arrow {
	width: 40px;
	height: 40px;
}

.p-form__input .attach_container {
	flex-direction: column;
}

.p-form__input .attach_item {
	width: 100%;
	min-width: auto;
}

.p-form__title {
	margin-bottom: 9px;
}

.p-form__title2 {
	margin-top: 0;
}

.p-form__badge {
	margin-right: 14px;
}

.p-form__example {
	margin-top: 0;
}

.p-form__submit {
	flex-direction: column;
	margin-top: 40px;
	gap: 30px;
}

.p-interview._mb {
	-webkit-margin-after: 50px;
	margin-block-end: 50px;
}

.p-interview {
	row-gap: 50px;
}

.p-interview__title {
	-webkit-margin-after: 20px;
	margin-block-end: 20px;
	font-size: 22px;
}

.g-wrapper {
	padding-top: 60px;
}

.g-header .l-inner {
	min-height: 60px;
	padding: 0 16px 0 5px;
}

.g-header .logo {
	width: 268px;
	top: 2px;
}

.global_navi__inner {
	padding-top: 60px;
}

.g-footer .l-padding {
	padding: 121px 0 60px;
}

.g-footer .footer_title {
	margin-bottom: 48px;
}

.g-footer .footer_navi {
	width: 100%;
	flex-direction: column;
	gap: 14px;
	align-items: flex-start;
	margin-bottom: 32px;
}

.g-footer .footer_navi .item .item_parent::before {
	top: 9px;
	left: 0;
}

.g-footer .footer_bnr {
	flex-direction: column;
	gap: 14px;
}

.g-footer .footer_bnr .bnr_item {
	width: 100%;
	height: auto;
}

.g-footer .footer_bnr .bnr_item img {
	width: 100%;
	height: auto;
}

.g-footer .footer_sub {
	padding: 29px 0 101px;
}

.g-footer .footer_pagetop {
	top: -90px;
	right: 25px;
	gap: 11px;
}

.g-footer .footer_pagetop .pagetop_text {
	font-size: 17px;
}

.g-recruit {
	background-image: url(../img/top/bg_recruit_sp.jpg);
}

.g-recruit .l-padding {
	padding-top: 45px;
}

.g-recruit .recruit_deco {
	top: -12.5%;
	width: 42.8%;
	max-width: 153px;
}

.g-recruit .recruit_img {
	left: calc(50% - 94px);
	width: 47%;
	max-width: 175px;
}

.g-recruit .recruit_heading {
	top: -31px;
	font-size: 63px;
}

.g-recruit._subpage .recruit_heading:not(#root) {
	-webkit-margin-before: 22px;
	margin-block-start: 22px;
}

.g-recruit .recruit_caption {
	font-size: 26px;
	line-height: 1.5769230769;
}

.g-recruit .recruit_item {
	gap: 14px;
	border-radius: 4px;
	padding: 29px 15px 30px;
}

.g-recruit .recruit_name {
	margin-bottom: 7px;
}

.g-recruit .recruit_address {
	line-height: 1.375;
	margin-bottom: 4px;
}

.g-recruit .recruit_btn {
	width: 100%;
	max-width: 325px;
	min-height: 72px;
	font-size: 30px;
	padding: 5px 15px 3px;
}

.g-recruit #recruit-svg {
	width: 186px;
}

.q-entry-thanks .thanks_btn {
	min-height: 80px;
	padding: 20px;
	border-radius: 4px;
}

.q-entry-thanks .thanks_btn .btn_arrow {
	width: 40px;
	height: 40px;
}

.q-recruit-info .info_top {
	padding-top: 58px;
}

.q-recruit-info .info_kind {
	grid-template-columns: repeat(1, 1fr);
	gap: 12px;
	margin-bottom: 40px;
}

.q-recruit-info .kind_title {
	padding: 24px 56px 26px 104px;
}

.q-recruit-info .kind_title .acd_icon {
	right: 9px;
}

.q-recruit-info .kind_img {
	width: 80px;
	left: 14px;
}

.q-recruit-info .info_container {
	grid-template-columns: repeat(1, 1fr);
}

.q-recruit-info .info_desc {
	padding-bottom: 56px;
}

.q-recruit-work .c-heading {
	margin-bottom: 39px;
}

.q-recruit-work .c-heading__img {
	left: 0;
}

.q-recruit-work .work_item {
	flex-direction: column;
	gap: 20px;
	padding: 20px 0;
}

.q-recruit-work .work_caption {
	padding-left: 70px;
	font-size: 24px;
}

.q-recruit-work .work_num {
	top: 10px;
	font-size: 50px;
}

.q-recruit-work .work_pic {
	width: 100%;
}

.q-recruit-voice .l-padding {
	padding-top: 101px;
	padding-bottom: 101px;
}

.q-recruit-voice .c-heading__img {
	top: 0;
	right: 0;
}

.q-recruit-voice .voice_bg._bg01 {
	width: 82%;
	max-width: 307px;
	left: -23.9%;
	top: -3.5%;
}

.q-recruit-voice .voice_bg._bg02 {
	width: 53%;
	max-width: 196px;
	right: -17%;
	bottom: 0.7%;
}

.q-recruit-voice .voice_circle._circle01 {
	width: 17%;
	max-width: 57.5px;
	bottom: auto;
	top: 15.5%;
	left: 5.3%;
}

.q-recruit-voice .voice_circle._circle02 {
	width: 8.2%;
	max-width: 29.5px;
	top: 2%;
	left: 51.5%;
}

.q-recruit-voice .voice_circle._circle03 {
	max-width: 57.5px;
	top: auto;
	bottom: 9.5%;
	right: auto;
	left: 27.5%;
}

.q-recruit-about .l-padding {
	padding-top: 121px;
	padding-bottom: 98px;
}

.q-recruit-about .c-heading {
	margin-bottom: 44px;
}

.q-recruit-about .about_container {
	grid-template: "about01" auto "about02" auto "about03" auto "about04" auto/1fr;
}

.q-recruit-about .about_item._about01 {
	padding: 9px 10px 33px;
	gap: 10px;
}

.q-recruit-about .about_item._about01 .about_title {
	margin-bottom: -3px;
}

.q-recruit-about .about_item._about01 .about_number {
	font-size: 28px;
}

.q-recruit-about .about_item._about01 .about_number .strong {
	font-size: 85px;
	top: 6px;
	left: 0;
}

.q-recruit-about .about_item._about02 {
	padding: 25px 10px 34px;
}

.q-recruit-about .about_item._about02 .about_icon {
	width: 87px;
}

.q-recruit-about .about_item._about03 {
	padding: 20px 10px 30px;
}

.q-recruit-about .about_item._about03 .about_title {
	margin-bottom: 22px;
}

.q-recruit-about .about_item._about04 {
	padding: 9px 10px 16px;
}

.q-recruit-about .about_graph {
	width: 94%;
	top: 0;
	left: -7px;
}

.q-recruit-about .about_title {
	font-size: 23px;
	line-height: 1.4347826087;
	margin-bottom: 14px;
}

.q-recruit-about .about_content {
	gap: 21px;
}

.q-recruit-about .about_bonus .bonus_item {
	gap: 8px;
}

.q-recruit-about .about_bonus .bonus_head {
	font-size: 18px;
}

.q-recruit-about .about_bonus .bonus_head::before {
	height: 18px;
}

.q-recruit-about .about_bonus .about_number {
	font-size: 18px;
}

.q-recruit-about .about_bonus .about_number .strong {
	font-size: 33px;
}

.q-recruit-about .about_text {
	margin-top: 14px;
}

.q-recruit-faq .l-padding {
	padding-top: 100px;
	padding-bottom: 98px;
}

.q-recruit-faq .c-heading {
	margin-bottom: 47px;
}

.q-recruit-faq .c-heading__img {
	right: 0;
}

.q-recruit-faq .faq_title {
	padding: 21px 30px 21px 66px;
}

.q-recruit-faq .faq_title .title_text {
	line-height: 1.2777777778;
}

.q-recruit-faq .faq_arrow {
	right: 10px;
}

.q-recruit-faq .faq_initial {
	left: 8px;
}

.q-recruit-faq .faq_initial._question {
	top: 8px;
}

.q-recruit-faq .faq_initial._answer {
	top: 13px;
}

.q-recruit-faq .faq_box .box_inner {
	padding: 18px 8px 30px 66px;
}

.q-recruit-faq .faq_text {
	line-height: 1.625;
}

.q-recruit-guidance {
	padding: 40px 0 73px;
}

.q-recruit-guidance .guidance_inner {
	align-items: center;
	padding: 0 25px;
	gap: 13px;
}

.q-recruit-guidance .guidance_content {
	align-items: center;
}

.q-recruit-guidance .guidance_top {
	flex-direction: column;
	gap: 11px;
	margin-bottom: 10px;
}

.q-recruit-guidance .guidance_head {
	gap: 14px;
}

.q-recruit-guidance .guidance_img {
	width: 59px;
}

.q-recruit-guidance .guidance_title._west {
	width: 85px;
}

.q-recruit-guidance .guidance_title._east {
	width: 73px;
}

.q-recruit-guidance .guidance_text {
	font-size: 19px;
	line-height: 1.3157894737;
}

.q-recruit-guidance .guidance_main {
	font-size: 30px;
	line-height: 1.25;
	text-align: center;
}

.q-recruit-guidance .guidance_arrow {
	width: 60px;
	height: 60px;
}

.q-recruit-detail-info .info_container {
	flex-direction: column;
	gap: 20px;
}

.q-recruit-detail-info .info_title {
	font-size: 24px;
}

.q-recruit-detail-info .info_pic {
	width: 100%;
	max-width: none;
}

.q-recruit-detail-info .info_table .table_row {
	display: block;
	padding: 20px 0 21px;
}

.q-recruit-detail-info .info_table .table_head,
.q-recruit-detail-info .info_table .table_data {
	display: block;
}

.q-recruit-detail-info .info_table .table_head {
	margin-bottom: 4px;
	font-size: 1.6rem;
}

.q-recruit-detail-voice .l-padding {
	padding-top: 101px;
	padding-bottom: 101px;
}

.q-recruit-detail-voice .c-heading {
	margin-bottom: 39px;
}

.q-recruit-detail-voice .c-heading__img {
	top: 0;
	right: 0;
}

.q-recruit-detail-voice .voice_container {
	flex-direction: column;
	gap: 30px;
}

.q-recruit-detail-voice .voice_info {
	width: 100%;
	max-width: none;
}

.q-recruit-detail-voice .voice_pic {
	border-radius: 4px;
}

.q-recruit-detail-voice .voice_balloon {
	padding: 12px 14px 9px 16px;
}

.q-recruit-detail-voice .voice_balloon .balloon_caption {
	font-size: 22px;
}

.q-recruit-detail-voice .voice_balloon .balloon_text {
	font-size: 12px;
}

.q-recruit-detail-voice .voice_title {
	padding-bottom: 20px;
	margin-bottom: 18px;
}

.q-top-mv .mv-animation__wrap .mv-animation {
	height: 555px;
	min-width: 1280px;
}

.q-top-mv .mv_main {
	padding: 149px 0 296px;
}

.q-top-mv .mv_pic {
	width: 94.4%;
	left: 50%;
}

.q-top-mv .mv_circle {
	width: 100%;
	top: 39%;
	left: 50%;
}

.q-top-mv .mv_copy {
	font-size: 34px;
}

.q-top-mv .mv_copy .strong {
	font-size: 50px;
	top: 2px;
}

.q-top-mv .mv_news {
	width: calc(100% - 10px);
	max-width: none;
	top: 37%;
}

.q-top-mv .mv_news .news_inner {
	padding: 13px 21px 7px 25px;
}

.q-top-mv .mv_news .news_heading {
	font-size: 45px;
	left: 25px;
}

.q-top-mv .mv_news .news_item {
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
	padding: 13px 0 15px;
}

.q-top-mv .mv_news .news_info {
	gap: 14px;
	margin-bottom: 8px;
}

.q-top-mv .mv_news .news_title {
	width: 100%;
	line-height: 1.125;
}

.q-top-mv .mv_message {
	padding: 252px 0 94px;
}

.q-top-mv .mv_message .l-inner {
	flex-direction: column;
}

.q-top-mv .mv_message .message_copy {
	font-size: 34px;
	margin-bottom: 38px;
}

.q-top-mv .mv_message .message_copy .strong {
	font-size: 49px;
}

.q-top-mv .mv_message .message_text {
	width: 100%;
	line-height: 2.25;
}

.q-top-recruitment .l-padding {
	padding-top: 107px;
	padding-bottom: 146px;
}

.q-top-recruitment .recruitment_text._top {
	text-align: left;
}

.q-top-recruitment .recruitment {
	grid-template-columns: 1fr;
}

.q-top-recruitment .recruitment__arrow {
	width: 40px;
}

.q-top-voice .l-padding {
	padding-top: 106px;
	padding-bottom: 147px;
}

.q-top-voice .c-heading {
	margin-bottom: 39px;
}

.q-top-voice .voice_bg._bg01 {
	width: 51.2%;
	max-width: 192px;
	left: -21.7%;
	bottom: 2.7%;
}

.q-top-voice .voice_bg._bg02 {
	width: 66%;
	max-width: 248px;
	right: -21%;
	top: -3.5%;
}

.q-top-voice .voice_circle._circle01 {
	max-width: 40px;
	top: auto;
	bottom: 2%;
	left: 29.3%;
}

.q-top-voice .voice_circle._circle02 {
	width: 6.2%;
	max-width: 21px;
	top: -0.7%;
	right: 38.4%;
}

.q-top-voice .voice_circle._circle03 {
	max-width: 40px;
	bottom: auto;
	top: 15%;
	right: 9.5%;
}

}

@media not all and (max-width: 768px) {

.c-input._w1 {
	max-width: 370px;
}

.p-titlearea__float {
	min-width: 100%;
	max-width: none;
}

.p-form__item {
	display: grid;
	grid-template: "title input" auto/262px 1fr;
}

.q-recruit-about .about_item._about01 {
	flex-direction: row;
	justify-content: flex-start;
	padding: 0 21px;
}

.q-recruit-about .about_item._about03 {
	border-left: #212121 solid 1px;
}

.q-recruit-about .about_item._about04 {
	border-left: #212121 solid 1px;
}

.q-recruit-guidance .guidance_img {
	position: absolute;
	top: -27px;
	left: -131px;
}

.q-recruit-guidance .guidance_arrow {
	position: absolute;
	right: 43px;
	top: 50%;
	transform: translateY(-50%);
}

.q-recruit-detail-info .info_desc {
	box-sizing: border-box;
	padding-top: 5px;
}

.q-recruit-detail-info .info_table .table_head {
	width: 199px;
	padding: 24px 20px 23px;
}

.q-recruit-detail-info .info_table .table_data {
	padding: 24px 0 23px;
}

}

@media (max-width: 560px) {

.g-recruit .recruit_item {
	grid-template-columns: 1fr;
}

}

@media not all and (max-width: 500px) {

.q-top-recruitment .br {
	display: none;
}

}

@-webkit-keyframes as_move {

from {
	fill-opacity: 0; /*透過1で見える状態*/
}

to {
	fill-opacity: 1; /*透過1で見える状態*/
}

}

@keyframes as_move {

from {
	fill-opacity: 0; /*透過1で見える状態*/
}

to {
	fill-opacity: 1; /*透過1で見える状態*/
}

}

@-webkit-keyframes rotate {

0% {
	rotate: 0deg;
}

100% {
	rotate: 360deg;
}

}

@keyframes rotate {

0% {
	rotate: 0deg;
}

100% {
	rotate: 360deg;
}

}

@-webkit-keyframes fadeUpAnime {

from {
	opacity: 0;
	transform: translateY(100px);
}

to {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes fadeUpAnime {

from {
	opacity: 0;
	transform: translateY(100px);
}

to {
	opacity: 1;
	transform: translateY(0);
}

}

@-webkit-keyframes fadetitle {

0% {
	opacity: 0;
	transform: translateX(-100%);
}

100% {
	opacity: 1;
	transform: translateX(0px);
}

}

@keyframes fadetitle {

0% {
	opacity: 0;
	transform: translateX(-100%);
}

100% {
	opacity: 1;
	transform: translateX(0px);
}

}

@-webkit-keyframes fadeBack {

0% {
	opacity: 0;
	width: 0;
}

100% {
	opacity: 1;
	width: 100%;
}

}

@keyframes fadeBack {

0% {
	opacity: 0;
	width: 0;
}

100% {
	opacity: 1;
	width: 100%;
}

}

@-webkit-keyframes fuwafuwa {

0%,100% {
	transform: translateY(0);
}

50% {
	transform: translateY(-20px);
}

}

@keyframes fuwafuwa {

0%,100% {
	transform: translateY(0);
}

50% {
	transform: translateY(-20px);
}

}

@-webkit-keyframes rotation {

0% {
	transform: rotate(0);
}

100% {
	transform: rotate(360deg);
}

}

@keyframes rotation {

0% {
	transform: rotate(0);
}

100% {
	transform: rotate(360deg);
}

}

