@media screen and (min-width: 751px) {
	.pc-br {
		display: block;
	}

	.sp-br {
		display: none;
	}
}

@media screen and (max-width: 750px) {
	.pc-br {
		display: none;
	}

	.sp-br {
		display: block;
	}
}

.bread_crumb {
	/* background-color: #FFF6EC; */
	padding: 30px 0 70px 0;
	background-color: #fff;
}

.section-title {
	margin-block: 60px;
}

.container {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 1200px;
	width: 96%;
}

.first_back {
	background-color: #FFF6EC;
	padding-block: 60px;
}

.ttl {
	font-size: 30px;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 25px;
}

.section .ttl {
	font-size: 30px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 30px;
}

.ttl_img img {
	display: inline-block;
	max-width: 150px;
	margin-top: 25px;
}

.form_attention {
	max-width: 960px;
	margin: 0 auto;
	margin-top: 20px;
}

.form_attention p {
	font-size: 14px;
	line-height: 1.8;
}

section.office-work,
section.it {
	padding-top: 80px;
	padding-bottom: 90px;
	background-color: #F3F2F0;
}

section.rounder {
	padding-top: 80px;
	padding-bottom: 90px;
	background-color: #fff;
}

.section-ttl {
	font-size: 26px;
	font-weight: 700;
	border-bottom: solid 2px #EF5B35;
}

.section-ttl h2 {
	margin-bottom: 20px;
}

.job-list {
	display: flex;
	column-gap: 50px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.job-box {
	margin-top: 50px;
	background: #fff;
	width: 30%;
	border-radius: 14px;
	padding: 10px 25px 25px 25px;
}

.rounder_job-box {
	margin-top: 50px;
	background: #fff;
	width: 30%;
	border: solid 1px #333333;
	border-radius: 14px;
	padding: 10px 25px 25px 25px;
}

.job-area {
	margin-bottom: 10px;
}

span.area {
	font-size: 12px;
	font-weight: 500;
	padding: 4px 16px;
	color: #fff;
	background: #333;
	border-radius: 20px;
}

span.type {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	padding: 4px 16px;
	color: #fff;
	background: #EF5B35;
	border-radius: 20px;
	margin-left: 10px;
}

.job-num {
	text-align: right;
}

span.number {
	padding: 0px 5px;
	font-size: 12px;
	color: #b6b6b6;
	font-weight: 400;
	border: solid 1px #b6b6b6;
}

.job_ttl {
	height: 80px;
	border-bottom: solid 1px #EF5B35;
	margin-bottom: 13px;
}

.job_ttl h2 {
	margin-bottom: 10px;
}

.info {
	font-size: 14px;
}

span.icon {
	padding-right: 10px;
}

li.location,
li.station,
li.money {
	margin-bottom: 5px;
	display: flex;
	align-items: center;
}

a.specifics {
	color: #fff;
	width: 85%;
	margin: 30px auto 5px;
	padding: 10px 0px;
	text-align: center;
	display: block;
	border-radius: 8px;
	background: #EF5B35 url(https://add.gig.co.jp/wp2/wp-content/themes/gig_works/assets/new-joboffer/images/arrow.svg) 90% 50% no-repeat;
	background-size: 10px auto;
}

.basic-img {
	max-width: 800px;
	margin: 30px auto 50px;
}

.link-container {
	width: 90%;
	display: block;
	margin: 0 auto;
}

.link-container img {
	width: 100%;
	height: auto;
}

.cp_banner_area {
	position: relative;
}

.cp_banner_img {
	position: absolute;
	top: 350px;
	right: 4%;
	z-index: 1;
	width: 28%;
	max-width: 360px;
}

.cp_banner_img img {
	max-width: 100%;
}

.friends_banner_area {
	position: relative;
}

.friends_banner_img {
	position: absolute;
	top: 230px;
	right: 4%;
	z-index: 1;
	width: 28%;
	max-width: 360px;
}

.friends_banner_img img {
	max-width: 100%;
}

.officework_banner_area {
	position: relative;
}

.officework_banner_img {
	position: absolute;
	top: 470px;
	right: 4%;
	z-index: 1;
	width: 28%;
	max-width: 360px;
}

.officework_banner_img img {
	max-width: 100%;
}

/* .mktoForm .mktoRadioList,
    .mktoForm .mktoCheckboxList {
        width: 100% !important;
    } */

.form-marketo .mktoForm .mktoHtmlText>span {
	text-align: center;
}

.form-marketo .section-title h2 {
	text-align: center;
	font-size: 30px;
}

.form-marketo .section2 .contact-content {
	margin: 0 auto;
	padding: 50px 60px;
	max-width: 960px;
	width: 100%;
	background-color: #f1f1f1;
	border-radius: 10px;
}

.form-marketo form {
	width: 100% !important;
	font-size: 16px !important;
	font-family: initial !important;
	color: #000 !important;
}

.form-marketo .mktoForm input[type="text"],
.form-marketo .mktoForm input[type="email"],
.form-marketo .mktoForm input[type="tel"],
.form-marketo .mktoForm select {
	border: 1px solid #6f6f6f;
	border-radius: 10px;
	padding: 5px 10px !important;
	max-width: 100%;
	line-height: 1.6;
	font-size: 16px;
	background-color: #fff;
}

.form-marketo .mktoForm select {
	padding: 5px 30px 5px 10px !important;
	background-image: url('../img/arrow_bottom_black.png');
	background-repeat: no-repeat;
	background-position: center right 5px;
	background-size: 20px auto;
}

.form-marketo .mktoForm textarea {
	border: 1px solid #6f6f6f;
	border-radius: 10px;
	padding: 5px 10px !important;
	max-width: 100%;
	width: 84% !important;
	line-height: 1.6;
	font-size: 16px;
	background-color: #fff;
}

.form-marketo .mktoForm .mktoFormCol {
	width: 100%;
}

.form-marketo .mktoForm .mktoFieldWrap {
	padding-right: 10px;
	width: calc(100% - 10px);
}

.form-marketo .mktoForm .mktoHtmlText {
	width: 100% !important;
}

.form-marketo .mktoForm .mktoHtmlText span {
	display: block;
	width: 100%;
	background-color: transparent !important;
}

.form-marketo .mktoForm .mktoHtmlText strong {
	display: block;
	width: 100%;
	text-align: center;
}

.form-marketo .mktoForm .mktoRadioList {
	width: auto !important;
}

.form-marketo .mktoForm .mktoRadioList label,
.form-marketo .mktoForm .mktoCheckboxList label {
	margin-left: 0;
	position: relative;
	padding: 0 0 0 20px;
	font-size: 16px;
}

.form-marketo .mktoForm .mktoRadioList label:not(:first-of-type),
.form-marketo .mktoForm .mktoCheckboxList label:not(:first-of-type) {
	margin-top: 10px;
}

.form-marketo .mktoForm .mktoRadioList label::after,
.form-marketo .mktoForm .mktoRadioList label::before,
.form-marketo .mktoForm .mktoCheckboxList label::after,
.form-marketo .mktoForm .mktoCheckboxList label::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
}

.form-marketo .mktoForm .mktoRadioList label::after,
.form-marketo .mktoForm .mktoCheckboxList label::after {
	border: 2px solid #6f6f6f;
	border-radius: 50%;
	left: 0;
	margin-top: -9px;
	width: 16px;
	height: 16px;
	background-color: #fff;
}

.form-marketo .mktoForm .mktoCheckboxList label::after {
	border-radius: 0 !important;
}

.form-marketo .mktoForm .mktoRadioList label::before,
.form-marketo .mktoForm .mktoCheckboxList label::before {
	left: 3px;
	z-index: 1;
	margin-top: -6px;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	opacity: 0;
	background-color: #6f6f6f;
}

.form-marketo .mktoForm .mktoCheckboxList label::before {
	border-radius: 0 !important;
	width: 8px;
	height: 8px;
	left: 4px;
	top: 50%;
}

.form-marketo .mktoForm .mktoRadioList input[type=radio]:checked+label::before,
.form-marketo .mktoForm .mktoCheckboxList input[type=checkbox]:checked+label::before {
	opacity: 1;
}

.form-marketo .mktoForm .mktoButtonRow {
	width: 100%;
}

.form-marketo .mktoForm .mktoButtonRow .mktoButton[type="submit"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	max-width: 340px;
	border: 0;
	border-radius: 0;
	padding: 0;
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-indent: 0.2em;
	letter-spacing: 0.2em;
	box-shadow: none;
	text-shadow: none;
	font: initial;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #000;
	background: #000;
}

.form-marketo .mktoForm .mktoButtonRow .mktoButton[type="submit"]:hover {
	background: #000;
}

.mktoForm .mktoRequiredField label.mktoLabel {
	font-weight: bold;
	padding-bottom: 10px;
}

.joboffer-page .section2 {
	padding-bottom: 30px;
}

.joboffer-page .section2 .section-content {
	margin-top: 0px;
}


.sec {
	font-size: 1px;
	font-size: 0.0694444444vw;
}

@media screen and (min-width: 1441px) {
	.sec {
		font-size: 1px;
	}
}

.flow {
	background: #EB5C2A;
}

.flow_first {
	height: 741em;
	padding-top: 193em;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(https://add.gig.co.jp/wp2/wp-content/themes/gig_works/assets/new-joboffer/images/flow_first.png);
}

.flow_first .inner {
	max-width: 960em;
	margin: 0 auto;
}

.circle_list {
	display: flex;
	justify-content: center;
	gap: 40em;
}

.circle {
	width: 210em;
	height: 210em;
	padding-top: 35em;
	border-radius: 50%;
	background-color: #e95420;
	position: relative;
	box-shadow: 0 0 0 1.5px #fff, 0 0 0 3px #e95420;
	/* 外側に白スキマ+オレンジ2重感 */
}

.circle .content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.circle .time {
	width: 30em;
	height: 41em;
	background-image: url('https://add.gig.co.jp/wp2/wp-content/themes/gig_works/assets/new-joboffer/images/time.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 20em;
}

.circle .home {
	width: 46em;
	height: 41em;
	background-image: url('https://add.gig.co.jp/wp2/wp-content/themes/gig_works/assets/new-joboffer/images/home.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 20em;
}

.circle .short {
	width: 38em;
	height: 43em;
	background-image: url('https://add.gig.co.jp/wp2/wp-content/themes/gig_works/assets/new-joboffer/images/short.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 20em;
}

.circle .full {
	width: 40em;
	height: 40em;
	background-image: url('https://add.gig.co.jp/wp2/wp-content/themes/gig_works/assets/new-joboffer/images/full.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 20em;
}

.circle .text p {
	color: #FFF;
	text-align: center;
	font-size: 30em;
	font-style: normal;
	font-weight: 700;
	line-height: 1.233333333333333em;
}

.flow_first_ttl {
	margin-top: 63em;
	position: relative;
}

.flow_first_img {
	position: absolute;
	top: 0;
	left: -60em;
}

.flow_first_img img {
	width: 1037em;
	height: 310em;
}

.flow_first_ttl h2 {
	text-align: center;
	font-size: 40em;
	font-weight: 700;
	line-height: 150%;
}

.flow_first_ttl .flow_first_ttl_img {
	margin: 0 auto;
	margin-top: 53em;
	width: 84em;
	height: 42em;
}

.flow_first_ttl .flow_first_ttl_img img {
	width: 100%;
	height: 100%;
}

.flow_second {
	padding-top: 95em;
	padding-bottom: 80em;
}

.flow_second .container {
	margin: 0 auto;
	padding: 0 10em;
	max-width: 1200em;
	width: 96%;
}

.flow_second_ttl {
	background-color: #fff;
	width: 955em;
	height: 73em;
	border-radius: 36.5em;
	border: 2px solid #EB5C2A;
	background: #FFF;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.flow_second_ttl p {
	color: #EB5C2A;
	font-size: 30em;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.flow_list {
	margin-top: 65em;
	display: flex;
	justify-content: center;
	gap: 40em;
}

.flow_list .flow_box {
	padding-top: 50em;
	display: flex;
	width: 269em;
	height: 332em;
	flex-shrink: 0;
	border-radius: 23em;
	background: #FFF;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.flow_box_number {
	position: absolute;
	top: -30em;
}

.flow_box_number img {
	width: 50em;
	height: 50em;
}

.flow_box .flow_box_img01 img {
	width: 87em;
	height: 87em;
}

.flow_box .flow_box_img02 img {
	width: 90em;
	height: 72em;
}

.flow_box .flow_box_img03 img {
	width: 101em;
	height: 83em;
}

.flow_box .flow_box_img04 img {
	width: 96em;
	height: 73em;
}

.flow_box_ttl {
	padding-block: 25em;
}

.flow_box_ttl h2 {
	color: #EB5C2A;
	font-size: 28em;
	font-weight: 600;
	text-align: center;
	line-height: 1.285714285714286em;
}

.flow_box_ttl-last {
	padding-block: 15em;
}

.flow_box_ttl-last h2 {
	color: #EB5C2A;
	font-size: 28em;
	font-weight: 600;
	text-align: center;
	line-height: 1.285714285714286em;
}

.flow_box_txt p {
	color: #000;
	text-align: center;
	font-size: 18em;
	font-weight: 500;
	line-height: 1.611111111111111em;
}

.flow_box_comment {
	padding-left: 641em;
	padding-top: 10em;
}

.flow_box_comment p {
	color: #fff;
	font-size: 14em;
	padding-top: 1.428571428571429em;
}

@media screen and (max-width:750px) {
	.sec {
		font-size: 1px;
		font-size: 0.2666666667vw;
	}

	.flow {
		background: #EB5C2A;
	}

	.flow_first {
		height: 611em;
		padding-top: 94em;
		background-repeat: no-repeat;
		background-size: 100%;
		background-image: url(https://add.gig.co.jp/wp2/wp-content/themes/gig_works/assets/new-joboffer/images/flow_first-sp.png);
	}

	.flow_first .inner {
		padding-inline: 52em;
		max-width: none;
		margin: 0 auto;
	}

	.circle_list {
		display: flex;
		gap: 27em;
		justify-content: center;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.circle {
		width: 121em;
		height: 121em;
		padding-top: 25em;
		border-radius: 50%;
		background-color: #e95420;
		position: relative;
		box-shadow: 0 0 0 1.5px #fff, 0 0 0 3px #e95420;
		/* 外側に白スキマ+オレンジ2重感 */
	}

	.circle .content {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.circle .time {
		width: 17em;
		height: 23em;
		background-image: url('https://add.gig.co.jp/wp2/wp-content/themes/gig_works/assets/new-joboffer/images/time.svg');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		margin-bottom: 10em;
	}

	.circle .home {
		width: 27em;
		height: 24em;
		background-image: url('https://add.gig.co.jp/wp2/wp-content/themes/gig_works/assets/new-joboffer/images/home.svg');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		margin-bottom: 10em;
	}

	.circle .short {
		width: 22em;
		height: 25em;
		background-image: url('https://add.gig.co.jp/wp2/wp-content/themes/gig_works/assets/new-joboffer/images/short.svg');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		margin-bottom: 10em;
	}

	.circle .full {
		width: 23em;
		height: 23em;
		background-image: url('https://add.gig.co.jp/wp2/wp-content/themes/gig_works/assets/new-joboffer/images/full.svg');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		margin-bottom: 10em;
	}

	.circle .text p {
		color: #FFF;
		text-align: center;
		font-size: 18em;
		font-style: normal;
		font-weight: 700;
		line-height: 1.233333333333333em;
	}

	.flow_first_ttl {
		margin-top: 23em;
		position: relative;
	}

	.flow_first_img {
		position: absolute;
		top: 115em;
		left: 0em;
	}

	.flow_first_img img {
		width: 260em;
		height: 125em;
	}

	.flow_first_ttl h2 {
		text-align: center;
		font-size: 20em;
		font-weight: 700;
		line-height: 150%;
	}

	.flow_first_ttl .flow_first_ttl_img {
		margin: 0 auto;
		margin-top: 38em;
		width: 44em;
		height: 22em;
	}

	.flow_first_ttl .flow_first_ttl_img img {
		width: 100%;
		height: 100%;
	}

	.flow_second {
		padding-top: 45em;
		padding-bottom: 60em;
	}

	.flow_second .container {
		margin: 0 auto;
		padding: 0 20em;
		max-width: 1200em;
		width: 100%;
	}

	.flow_second_ttl {
		background-color: #fff;
		width: 335em;
		height: 82em;
		border-radius: 36.5em;
		border: 2px solid #EB5C2A;
		background: #FFF;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.flow_second_ttl p {
		text-align: center;
		color: #EB5C2A;
		font-size: 20em;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.flow_list {
		margin-top: 30em;
		display: flex;
		justify-content: center;
		gap: 19em;
		flex-direction: column;
		align-items: center;
	}

	.flow_list .flow_box {
		padding-top: 10em;
		display: flex;
		width: 270em;
		height: 162em;
		flex-shrink: 0;
		border-radius: 23em;
		background: #FFF;
		flex-direction: column;
		align-items: center;
		position: relative;
		padding-left: 30em;
	}

	.flow_box_number {
		position: absolute;
		top: 63em;
		left: 27em;
	}

	.flow_box_number img {
		width: 37em;
		height: 37em;
	}

	.flow_box .flow_box_img01 img {
		width: 46em;
		height: 45em;
	}

	.flow_box .flow_box_img02 img {
		width: 36em;
		height: 29em;
	}

	.flow_box .flow_box_img03 img {
		width: 46em;
		height: 38em;
	}

	.flow_box .flow_box_img04 img {
		width: 50em;
		height: 37em;
	}

	.flow_box_ttl {
		padding-block: 9em;
	}

	.flow_box_ttl h2 {
		color: #EB5C2A;
		font-size: 18em;
		font-weight: 600;
		text-align: center;
		line-height: 1.285714285714286em;
	}

	.flow_box_ttl-last {
		padding-block: 9em;
	}

	.flow_box_ttl-last h2 {
		color: #EB5C2A;
		font-size: 18em;
		font-weight: 600;
		text-align: center;
		line-height: 1.285714285714286em;
	}

	.flow_box_txt p {
		color: #000;
		text-align: center;
		font-size: 14em;
		font-weight: 500;
		line-height: 1.611111111111111em;
	}

	.flow_box_comment {
		padding-left: 30em;
		padding-top: 26em;
	}

	.flow_box_comment p {
		color: #fff;
		font-size: 12em;
		padding-top: 0;
		padding-bottom: 0.5em;
	}
}

@media screen and (max-width:750px) {
	.section .ttl {
		font-size: 22px;
		text-align: center;
		margin-bottom: 30px;
	}

	.ttl {
		font-size: 22px;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.ttl_img img {
		display: inline-block;
		max-width: 150px;
		margin-top: 25px;
	}

	.form_attention p {
		font-size: 12px;
		line-height: 1.8;
	}

	section.office-work,
	section.it {
		padding-top: 50px;
		padding-bottom: 50px;
		background-color: #F3F2F0;
	}

	section.rounder {
		padding-top: 50px;
		padding-bottom: 50px;
		background-color: #fff;
	}

	section.basic {
		margin-top: 30px;
		background: #EF5B35;
	}

	.section-ttl {
		font-size: 20px;
		font-weight: 700;
		border-bottom: solid 2px #EF5B35;
	}

	.section-ttl h2 {
		margin-bottom: 10px;
	}

	.job-list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		column-gap: 0px;
	}

	.job-box {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-top: 20px;
		background: #fff;
		width: 49%;
		border-radius: 14px;
		padding: 10px;
		box-sizing: border-box;
		height: 350px;
	}

	.rounder_job-box {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-top: 20px;
		background: #fff;
		width: 49%;
		border: solid 1px #333333;
		border-radius: 14px;
		padding: 10px;
		box-sizing: border-box;
	}

	span.number {
		padding: 0px 5px;
		font-size: 11px;
		color: #b6b6b6;
		font-weight: 400;
		border: solid 1px #b6b6b6;
	}

	span.area {
		font-size: 11px;
		font-weight: 500;
		padding: 4px 8px;
		color: #fff;
		background: #333;
		border-radius: 20px;
	}

	span.type {
		display: inline-block;
		font-size: 11px;
		font-weight: 500;
		padding: 4px 16px;
		color: #fff;
		background: #EF5B35;
		border-radius: 20px;
		margin-left: 0px;
		margin-top: 10px;
	}

	.job_ttl {
		font-size: 14px;
		height: 130px;
		border-bottom: solid 1px #EF5B35;
		margin-bottom: 13px;
	}

	.info {
		font-size: 12px;
	}

	li.location,
	li.station,
	li.money {
		margin-bottom: 2px;
		display: flex;
	}

	span.icon {
		padding-right: 5px;
	}

	a.specifics {
		font-size: 13px;
		color: #fff;
		width: 100%;
		margin: 10px auto 5px;
		padding: 5px 0px;
		text-align: center;
		display: block;
		border-radius: 8px;
		background: #EF5B35 url(https://add.gig.co.jp/wp2/wp-content/themes/gig_works/assets/new-joboffer/images/arrow.svg) 95% 50% no-repeat;
		background-size: 6px auto;
	}

	.basic-img {
		width: 100%;
		margin: 0px auto;
	}

	.link-container {
		width: 100%;
		display: block;
		margin: 0 auto;
	}

	.link-container img {
		width: 100%;
		height: auto;
	}

	.cp_banner_sp img {
		width: 90%;
		max-width: 420px;
		margin: 0 auto 5%;
	}

	.cp_banner_sp img:hover {
		opacity: 0.85;
	}

	.cp_banner_sp img {
		margin-bottom: -10px;
	}


	.friends_banner_sp img {
		width: 90%;
		max-width: 420px;
		margin: 0 auto 5%;
	}

	.friends_banner_sp img:hover {
		opacity: 0.85;
	}

	.friends_banner_sp img {
		margin-bottom: -10px;
	}


	.officework_banner_sp img {
		width: 90%;
		max-width: 420px;
		margin: 0 auto 5%;
	}

	.officework_banner_sp img:hover {
		opacity: 0.85;
	}

	.officework_banner_sp img {
		margin-bottom: 40px;
	}

	.form-marketo .section-title h2 {
		font-size: 25px;
	}

	.section-title {
		margin-bottom: 40px;
	}

	.form-marketo .section2 .contact-content {
		margin-top: 25px;
		padding: 10px 10px 10px 20px;
	}

	.form-marketo .mktoForm .mktoRadioList label {
		font-size: 15px;
	}

	.form-marketo .mktoForm .mktoButtonRow .mktoButton[type="submit"] {
		max-width: 300px;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
}

@media screen and (min-width: 750px) and (max-width:1102px) {
	.job-box {
		margin-top: 50px;
		background: #fff;
		width: 45%;
		border-radius: 14px;
		padding: 10px 25px 25px 25px;
	}

	.rounder_job-box {
		margin-top: 50px;
		background: #fff;
		width: 45%;
		border: solid 1px #333333;
		border-radius: 14px;
		padding: 10px 25px 25px 25px;
	}
}

@media screen and (min-width: 751px) and (max-width:1220px) {
	.cp_banner_img {
		top: 350px;
		width: 40%;
		max-width: 320px;
	}

	.friends_banner_img {
		top: 230px;
		width: 40%;
		max-width: 320px;
	}

	.officework_banner_img {
		top: 470px;
		width: 40%;
		max-width: 320px;
	}
}

@media screen and (max-width:480px) {

	.form-marketo .mktoForm input[type="text"],
	.form-marketo .mktoForm input[type="email"],
	.form-marketo .mktoForm input[type="tel"],
	.form-marketo .mktoForm select {
		height: auto;
		font-size: 15px;
	}

	.form-marketo .mktoForm textarea {
		height: auto !important;
		font-size: 15px !important;
	}

	.mktoForm .mktoFormRow .mktoField {
		width: 100% !important;
	}
}

section.tiktok_job.sec {
	padding-bottom: 50em;
}

.tiktok_img {
	padding-bottom: 20em;
}

.tiktok_img img {
	width: 640em;
	margin: 0 auto;
}

.tiktok_job-box {
	width: 360em;
	border: solid 1px #000;
	border-radius: 14em;
	padding-block: 30em;
	padding-inline: 20em;
}

.tiktok_job-box_area {
	display: flex;
	gap: 10em;
	padding-bottom: 10em;
}

.tiktok_job-box_area p.area {
	border-radius: 1.428571428571429em;
	width: 8.071428571428571em;
	text-align: center;
	font-size: 14em;
	background-color: #000;
	color: #fff;
}

.tiktok_job-box_area p.job {
	border-radius: 1.428571428571429em;
	width: 8.071428571428571em;
	text-align: center;
	font-size: 14em;
	background-color: #EF5B35;
	color: #fff;
}

.tiktok_job-box_ttl {
	height: 97.2em;
	border-bottom: solid 1px #EF5B35;
}

.tiktok_job-box_ttl h2 {
	font-size: 18em;
	padding-bottom: 10px;
}

.tiktok_job-box .info {
	padding-top: 1em;
	font-size: 14em;
}

.tiktok_job-box span.icon {
	padding-right: 0.7142857142857143em;
}

.tiktok_job-box li.location,
.tiktok_job-box li.station,
.tiktok_job-box li.money {
	margin-bottom: 0.3571428571428571px;
	display: flex;
	align-items: center;
}

.tiktok_job-box a.specifics {
	font-size: 16em;
	color: #fff;
	width: 15em;
	margin: 1.875em auto 0.3125em;
	padding: 0.625em 0px;
	text-align: center;
	display: block;
	border-radius: 0.5em;
	background: #EF5B35 url(https://add.gig.co.jp/wp2/wp-content/themes/gig_works/assets/new-joboffer/images/arrow.svg) 90% 50% no-repeat;
	background-size: 0.625em auto;
}

/* ▼ 追加（コピペでOK）— カードの高さをそろえる */
.tiktok_job-list {
	display: flex;
	align-items: stretch;
}

.tiktok_job-box {
	display: flex;
	flex-direction: column;
	height: auto;
}

.tiktok_job-controls {
	display: flex;
	justify-content: center;
	gap: 16em;
	margin-top: 16em;
}

.tiktok_job-button {
	width: 48em;
	height: 48em;
	border: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
}

.tiktok_job-button-prev {
	background-image: url('https://add.gig.co.jp/wp2/wp-content/themes/gig_works/assets/new-joboffer/images/prev.svg');
}

.tiktok_job-button-next {
	background-image: url('https://add.gig.co.jp/wp2/wp-content/themes/gig_works/assets/new-joboffer/images/next.svg');
}

.tiktok_job.sec .container {
	position: relative;
}

.tiktok_job-controls {
	position: static;
}

/* 下に並べるのをやめたい場合は static→absolute に */
.tiktok_job-button-prev {
	position: absolute;
	left: -15em;
	top: 340em;
	transform: translateY(-50%);
	z-index: 1;
}

.tiktok_job-button-next {
	position: absolute;
	right: -15em;
	top: 340em;
	transform: translateY(-50%);
	z-index: 1;
}

@media screen and (max-width:750px) {
	.sec {
		font-size: 1px;
		font-size: 0.2666666667vw;
	}

	section.tiktok_job.sec {
		padding-bottom: 50em;
	}

	.tiktok_img {
		padding-bottom: 0em;
	}

	.tiktok_img img {
		width: 300em;
		margin: 0 auto;
	}

	.tiktok_job-box {
		width: 360em;
		border: solid 1px #000;
		border-radius: 14em;
		padding-block: 30em;
		padding-inline: 20em;
	}

	.tiktok_job-box_area {
		display: flex;
		gap: 10em;
		padding-bottom: 10em;
	}

	.tiktok_job-box_area p.area {
		border-radius: 1.428571428571429em;
		width: 8.071428571428571em;
		text-align: center;
		font-size: 14em;
		background-color: #000;
		color: #fff;
	}

	.tiktok_job-box_area p.job {
		border-radius: 1.428571428571429em;
		width: 8.071428571428571em;
		text-align: center;
		font-size: 14em;
		background-color: #EF5B35;
		color: #fff;
	}

	.tiktok_job-box_ttl {
		height: 97.2em;
		border-bottom: solid 1px #EF5B35;
	}

	.tiktok_job-box_ttl h2 {
		font-size: 18em;
		padding-bottom: 10px;
	}

	.tiktok_job-box .info {
		padding-top: 1em;
		font-size: 14em;
	}

	.tiktok_job-box span.icon {
		padding-right: 0.7142857142857143em;
	}

	.tiktok_job-box li.location,
	.tiktok_job-box li.station,
	.tiktok_job-box li.money {
		margin-bottom: 0.3571428571428571px;
		display: flex;
		align-items: center;
	}

	.tiktok_job-box a.specifics {
		font-size: 16em;
		color: #fff;
		width: 15em;
		margin: 1.875em auto 0.3125em;
		padding: 0.625em 0px;
		text-align: center;
		display: block;
		border-radius: 0.5em;
		background: #EF5B35 url(https://add.gig.co.jp/wp2/wp-content/themes/gig_works/assets/new-joboffer/images/arrow.svg) 90% 50% no-repeat;
		background-size: 0.625em auto;
	}

	/* ▼ 追加（コピペでOK）— カードの高さをそろえる */
	.tiktok_job-list {
		display: flex;
		align-items: stretch;
	}

	.tiktok_job-box {
		display: flex;
		flex-direction: column;
		height: auto;
	}

	.tiktok_job-controls {
		display: flex;
		justify-content: center;
		gap: 16em;
		margin-top: 16em;
	}

	.tiktok_job-button {
		width: 35em;
		height: 35em;
		border: 0;
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		cursor: pointer;
	}

	.tiktok_job-button-prev {
		background-image: url('https://add.gig.co.jp/wp2/wp-content/themes/gig_works/assets/new-joboffer/images/prev.svg');
	}

	.tiktok_job-button-next {
		background-image: url('https://add.gig.co.jp/wp2/wp-content/themes/gig_works/assets/new-joboffer/images/next.svg');
	}

	.tiktok_job.sec .container {
		position: relative;
	}

	.tiktok_job-controls {
		position: static;
	}

	/* 下に並べるのをやめたい場合は static→absolute に */
	.tiktok_job-button-prev {
		position: absolute;
		left: 0em;
		top: 340em;
		transform: translateY(-50%);
		z-index: 1;
	}

	.tiktok_job-button-next {
		position: absolute;
		right: 0em;
		top: 340em;
		transform: translateY(-50%);
		z-index: 1;
	}
}