main {
	margin-top: 0;
}

main .floating_btn {
	position: fixed;
	top: 80px;
	right: 20px;
	width: 210px;
	height: 72px;
}

main .floating_btn a {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: relative;
	color: #fff;
	background-color: #fff;
	border-radius: 100px;
	transition: color 0.3s;
	box-sizing: border-box;
}

main .floating_btn a span {
	position: relative;
	z-index: 1;
	font-size: 18px;
	font-weight: 700;
	padding: 0 20px;
}

main .floating_btn a::after {
	content: "";
	display: inline-block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.367' height='15.624'%3E%3Cpath fill='%23fff' d='M0 15.623v-15h2v13h13v2Zm4.949-6.364 7.26-7.26H8.037v-2h7v.328h.328v7h-2V3.673l-7 7Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 16px;
	height: 16px;
	position: relative;
	z-index: 1;
	transition: all 0.3s;
}

main .floating_btn a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #1B75AD 45%, #6E9A72 100%);
	transition: all 0.3s;
}

main .floating_btn a:hover {
	border: 2px solid #1B75AD;
	color: #1B75AD;
}

main .floating_btn a:hover::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.367' height='15.624'%3E%3Cpath fill='%231B75AD' d='M0 15.623v-15h2v13h13v2Zm4.949-6.364 7.26-7.26H8.037v-2h7v.328h.328v7h-2V3.673l-7 7Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

main .floating_btn a:hover::before {
	opacity: 0;
}

main .key_area {
	position: relative;
	background-image: url(../image/recruit/key.jpg);
	background-position: 50% 0%;
	background-size: cover;
	height: 100vh;
}

main .key_area h1 {
	position: absolute;
	left: 0;
	bottom: 140px;
	max-width: 954px;
	width: 100%;
}

main .key_area h1 img {
	width: 100%;
	height: auto;
}

main .cont_01 {
	background-color: #EDEFF0;
	background-image: url(../image/recruit/bg_01.png), url(../image/recruit/bg_02.png);
	background-size: 908px 304px, 244px 350px;
	background-position: 100% 0%, 0 387px;
	background-repeat: no-repeat, no-repeat;
	border-radius: 120px 120px 0 0;
	padding: 110px 20px;
	margin: -120px auto 0;
	position: relative;
}

main .cont_01 .inner_top {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 90px;
}

main .cont_01 .inner_top div {
	width: 566px;
	margin: 50px 20px 50px 0;
}

main .cont_01 .inner_top div h2 {
	width: 419px;
	margin-bottom: 44px;
	border: none;
}

main .cont_01 .inner_top div h2 img {
	width: 100%;
	height: auto;
}

main .cont_01 .inner_top div p {
	margin-bottom: 1.5em;
}

main .cont_01 .inner_top div ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}

main .cont_01 .inner_top div ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	width: 182px;
	height: 58px;
	color: #1B75AD;
	border: 1px solid #1B75AD;
	padding: 0 10px;
}

main .cont_01 .inner_top div ul li a span {
	font-weight: 500;
	margin-right: 30px;
}

main .cont_01 .inner_top div ul li a::after {
	content: "";
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='none' d='M263 125h16v14h-16z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='translate(-263 -125)'%3E%3Cpath fill='%231B75AD' d='m271.318 135.949 2.95-2.949H264v-2h9.9l-2.586-2.586 1.419-1.414 4.949 4.95-.232.232.232.232-4.949 4.95Z'/%3E%3Cg fill='%231B75AD'%3E%3Cpath d='M240.318 131h12v2h-12z'/%3E%3Cpath d='m249.05 127 4.95 4.95-1.414 1.414-4.95-4.95z'/%3E%3Cpath d='m247.636 135.95 4.95-4.95 1.414 1.414-4.95 4.95z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-size: 14px 14px;
	background-position: 50% 50%;
	transform: rotate(90deg);
	border: 1px solid #1B75AD;
	border-radius: 50px;
	width: 32px;
	height: 32px;
}

main .cont_01 .inner_top div ul li a:hover {
	background-color: rgba(27, 117, 173, 0.22);
	border: 1px solid rgba(27, 117, 173, 0);
}

main .cont_01 .inner_top figure {
	width: 566px;
}

main .cont_01 .inner_top figure img {
	width: 100%;
	height: auto;
}

main .cont_01 .inner_bottom h3 {
	border: 1px solid #1B75AD;
	color: #1B75AD;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	padding: 20px;
	line-height: 1;
	margin: 0 auto 40px;
	position: relative;
}

main .cont_01 .inner_bottom h3:before,
main .cont_01 .inner_bottom h3:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -14px;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 14px solid #1B75AD;
	border-bottom: 0;
	margin: 0 auto;
}

main .cont_01 .inner_bottom h3:after {
	border-top: 14px solid #EDEFF0;
	bottom: -12px;
}

main .cont_01 .inner_bottom ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

main .cont_01 .inner_bottom ul li {
	background: #D4E0EB;
	background: linear-gradient(150deg, rgb(212, 224, 235) 0%, rgb(226, 235, 232) 45%, rgb(234, 235, 231) 100%);
	text-align: center;
	max-width: 295px;
	width: 24%;
	padding: 20px 30px 37px;
}

main .cont_01 .inner_bottom ul figure {
	display: inline-block;
	width: 120px;
	margin-bottom: 14px;
}

main .cont_01 .inner_bottom ul figure img {
	width: 100%;
	height: auto;
}

main .cont_01 .inner_bottom ul span {
	display: inline-block;
	color: #1B75AD;
	font-weight: 700;
}

main .cont_02 {
	background-color: #DFE9EF;
	background-image: url(../image/recruit/bg_03.png);
	background-size: 655px 1518px;
	background-position: 100% 445px;
	background-repeat: no-repeat;
	padding: 90px 20px;
}

main .cont_02 h2 {
	color: #1B75AD;
	text-align: center;
	margin-bottom: 30px;
}

main .cont_02 h2 span:nth-child(1) {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 700;
	border: 2px solid #1B75AD;
	border-radius: 50px;
	font-weight: 500;
	line-height: 1;
	padding: 7px 14px;
	margin-bottom: 15px;
}

main .cont_02 h2 span:nth-child(2) {
	display: block;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1;
}

main .cont_02 h2 + p {
	text-align: center;
	margin-bottom: 44px;
}

main .cont_02 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px;
}

main .cont_02 ul li {
	background-color: #fff;
	border-radius: 10px;
	max-width: 600px;
	width: calc(50% - 20px);
	padding: 30px;
}

main .cont_02 ul h3 {
	color: #1B75AD;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1;
	margin-bottom: 15px;
}

main .cont_02 ul figure {
	display: inline-block;
	overflow: hidden;
	border-radius: 10px;
	line-height: 1;
	margin-bottom: 15px;
}

main .cont_02 ul figure img {
	width: 100%;
	height: auto;
}

main .cont_02 .bnr {
	background-color: #fff;
	margin-top: 60px;
}

main .cont_02 .bnr a {
	background-image: url(../image/recruit/bnr_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	color: #fff;
	width: 100%;
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	transition: opacity 0.3s;
}

main .cont_02 .bnr a strong {
	display: block;
	font-size: 3.6rem;
	font-weight: 500;
	letter-spacing: 0.08em;
}

main .cont_02 .bnr a small {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
}

main .cont_02 .bnr a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 80px;
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='none' d='M263 125h16v14h-16z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='translate(-263 -125)'%3E%3Cpath fill='%23ffffff' d='m271.318 135.949 2.95-2.949H264v-2h9.9l-2.586-2.586 1.419-1.414 4.949 4.95-.232.232.232.232-4.949 4.95Z'/%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M240.318 131h12v2h-12z'/%3E%3Cpath d='m249.05 127 4.95 4.95-1.414 1.414-4.95-4.95z'/%3E%3Cpath d='m247.636 135.95 4.95-4.95 1.414 1.414-4.95 4.95z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-size: 16px 14px;
	background-position: 50% 50%;
	border: 1px solid #fff;
	border-radius: 50px;
	width: 38px;
	height: 38px;
	margin: auto;
}

main .cont_02 .bnr a:hover {
	opacity: 0.7;
}

main .cont_03 {
	background-color: #EDEFF0;
	padding: 90px 20px 80px;
}

main .cont_03 h2 {
	color: #1B75AD;
	text-align: center;
	margin-bottom: 30px;
}

main .cont_03 h2 span:nth-child(1) {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 700;
	border: 2px solid #1B75AD;
	border-radius: 50px;
	font-weight: 500;
	line-height: 1;
	padding: 7px 14px;
	margin-bottom: 15px;
}

main .cont_03 h2 span:nth-child(2) {
	display: block;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1;
}

main .cont_03 h2 + p {
	text-align: center;
	margin-bottom: 80px;
}

main .cont_03 h3 {
	background: linear-gradient(90deg, #1B75AD 50%, #6E9A72 100%);
	color: #fff;
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.12em;
	padding: 16px 22px;
	margin-bottom: 40px;
}

main .cont_03 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px;
	margin-bottom: 80px;
}

main .cont_03 ul li {
	background-color: #fff;
	max-width: 600px;
	width: calc(50% - 20px);
}

main .cont_03 ul li a {
	display: block;
	padding: 30px;
}

main .cont_03 ul li a[href] {
	transition: all 0.3s;
}

main .cont_03 ul li a[href]:hover {
	opacity: 0.7;
}

main .cont_03 ul div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 25px;
	margin-bottom: 13px;
}

main .cont_03 ul div h4 {
	color: #1B75AD;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1;
}

main .cont_03 ul div ul {
	margin: 0;
}

main .cont_03 ul div ul li {
	background-color: #1B75AD;
	border-radius: 4px;
	color: #fff;
	position: relative;
	max-width: none;
	width: auto;
	height: auto;
	line-height: 1;
	padding: 9px 10px 9px 20px;
	font-size: 1.4rem;
}

main .cont_03 ul div ul li::before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
}

main .cont_03 ul p {
	font-size: 1.4rem;
}

main .cont_03 .bnr {
	background-color: #fff;
	margin-top: 60px;
}

main .cont_03 .bnr a {
	background-image: url(../image/recruit/bnr_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	color: #fff;
	width: 100%;
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	transition: opacity 0.3s;
}

main .cont_03 .bnr a strong {
	display: block;
	font-size: 3.6rem;
	font-weight: 500;
	letter-spacing: 0.08em;
}

main .cont_03 .bnr a small {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
}

main .cont_03 .bnr a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 80px;
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='none' d='M263 125h16v14h-16z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='translate(-263 -125)'%3E%3Cpath fill='%23ffffff' d='m271.318 135.949 2.95-2.949H264v-2h9.9l-2.586-2.586 1.419-1.414 4.949 4.95-.232.232.232.232-4.949 4.95Z'/%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M240.318 131h12v2h-12z'/%3E%3Cpath d='m249.05 127 4.95 4.95-1.414 1.414-4.95-4.95z'/%3E%3Cpath d='m247.636 135.95 4.95-4.95 1.414 1.414-4.95 4.95z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-size: 16px 14px;
	background-position: 50% 50%;
	border: 1px solid #fff;
	border-radius: 50px;
	width: 38px;
	height: 38px;
	margin: auto;
}

main .cont_03 .bnr a:hover {
	opacity: 0.7;
}

main .cont_03 .inner *:last-child {
	margin-bottom: 0;
}

main .cont_04 {
	background-color: #EDEFF0;
	padding: 90px 20px;
}

main .cont_04 h2 {
	color: #1B75AD;
	text-align: center;
	margin-bottom: 50px;
}

main .cont_04 h2 span:nth-child(1) {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 700;
	border: 2px solid #1B75AD;
	border-radius: 50px;
	font-weight: 500;
	line-height: 1;
	padding: 7px 14px;
	margin-bottom: 15px;
}

main .cont_04 h2 span:nth-child(2) {
	display: block;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1;
}

main .cont_04 h2 + p {
	text-align: center;
	margin-bottom: 44px;
}

main .cont_04 h3 {
	background: linear-gradient(90deg, #1B75AD 50%, #6E9A72 100%);
	color: #fff;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.12em;
	padding: 18px 22px;
	margin-bottom: 40px;
}

main .cont_04 dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

main .cont_04 dl dt,
main .cont_04 dl dd {
	border-bottom: 1px solid #CECDCD;
	padding-top: 30px;
	padding-bottom: 30px;
}

main .cont_04 dl dt:first-of-type,
main .cont_04 dl dd:first-of-type {
	border-top: 1px solid #CECDCD;
}

main .cont_04 dl dt {
	width: 120px;
}

main .cont_04 dl dd {
	padding-left: 30px;
	width: calc(100% - 120px);
}

main .cont_04 .entry_bnr {
	margin: 40px auto;
}

main .cont_04 .entry_bnr a {
	background: linear-gradient(120deg, #1B75AD 0%, #6E9A72 100%);
	color: #fff;
	width: 100%;
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	transition: opacity 0.3s;
}

main .cont_04 .entry_bnr a strong {
	display: block;
	font-size: 3.6rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-bottom: 15px;
}

main .cont_04 .entry_bnr a small {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 20px;
}

main .cont_04 .entry_bnr a span {
	font-size: 1.2rem;
	line-height: 1;
}

main .cont_04 .entry_bnr a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 80px;
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='none' d='M263 125h16v14h-16z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='translate(-263 -125)'%3E%3Cpath fill='%23ffffff' d='m271.318 135.949 2.95-2.949H264v-2h9.9l-2.586-2.586 1.419-1.414 4.949 4.95-.232.232.232.232-4.949 4.95Z'/%3E%3Cg fill='%23ffffff'%3E%3Cpath d='M240.318 131h12v2h-12z'/%3E%3Cpath d='m249.05 127 4.95 4.95-1.414 1.414-4.95-4.95z'/%3E%3Cpath d='m247.636 135.95 4.95-4.95 1.414 1.414-4.95 4.95z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-size: 16px 14px;
	background-position: 50% 50%;
	transform: rotate(-45deg);
	border: 1px solid #fff;
	border-radius: 50px;
	width: 38px;
	height: 38px;
	margin: auto;
}

main .cont_04 .entry_bnr a:hover {
	opacity: 0.7;
}

main .cont_04 .contact_bnr {
	margin: 40px auto;
}

main .cont_04 .contact_bnr a {
	color: #1B75AD;
	border: 1px solid #1B75AD;
	width: 100%;
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	transition: opacity 0.3s;
}

main .cont_04 .contact_bnr a strong {
	display: block;
	font-size: 3.6rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1;
	margin-bottom: 15px;
}

main .cont_04 .contact_bnr a small {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
}

main .cont_04 .contact_bnr a span {
	font-size: 1.2rem;
	line-height: 1;
}

main .cont_04 .contact_bnr a::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 80px;
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='none' d='M263 125h16v14h-16z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)' transform='translate(-263 -125)'%3E%3Cpath fill='%231B75AD' d='m271.318 135.949 2.95-2.949H264v-2h9.9l-2.586-2.586 1.419-1.414 4.949 4.95-.232.232.232.232-4.949 4.95Z'/%3E%3Cg fill='%231B75AD'%3E%3Cpath d='M240.318 131h12v2h-12z'/%3E%3Cpath d='m249.05 127 4.95 4.95-1.414 1.414-4.95-4.95z'/%3E%3Cpath d='m247.636 135.95 4.95-4.95 1.414 1.414-4.95 4.95z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-size: 16px 14px;
	background-position: 50% 50%;
	border: 1px solid #1B75AD;
	border-radius: 50px;
	width: 38px;
	height: 38px;
	margin: auto;
}

main .cont_04 .contact_bnr a:hover {
	opacity: 0.7;
}

main .cont_04 .entry_bnr + h3 {
	margin-top: 80px;
}

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

main .floating_btn {
	top: auto;
	bottom: 10px;
	width: 166px;
	height: 57px;
}

main .floating_btn a span {
	font-size: 1.4rem;
	padding: 0 16px;
}

main .floating_btn a::after {
	width: 12px;
	height: 12px;
}

main .key_area {
	background-image: url(../image/recruit/key_sp.jpg);
	height: 125vw;
}

main .key_area h1 {
	bottom: 18vw;
}

main .cont_01 {
	background-image: url(../image/recruit/bg_01_sp.png);
	background-size: 100% auto;
	background-position: 100% 0%;
	background-repeat: no-repeat;
	border-radius: 60px 60px 0 0;
	padding: 50px 20px;
	margin: -18vw auto 0;
}

main .cont_01 .inner_top {
	margin-bottom: 28px;
}

main .cont_01 .inner_top div {
	width: 100%;
	margin: 0 0 33px 0;
	padding: 0 20px;
}

main .cont_01 .inner_top div h2 {
	max-width: 210px;
	margin-bottom: 30px;
	border: none;
}

main .cont_01 .inner_top div p {
	font-size: 1.4rem;
}

main .cont_01 .inner_top div ul {
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 40px;
}

main .cont_01 .inner_top div ul li {
	width: 100%;
}

main .cont_01 .inner_top div ul li a {
	justify-content: flex-start;
	border-radius: 6px;
	width: 100%;
	padding: 0 30px;
	position: relative;
}

main .cont_01 .inner_top div ul li a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}

main .cont_01 .inner_top figure {
	width: 566px;
}

main .cont_01 .inner_bottom h3 {
	font-size: 1.6rem;
	margin: 0 auto 20px;
}

main .cont_01 .inner_bottom ul {
	gap: 6px;
}

main .cont_01 .inner_bottom ul li {
	max-width: none;
	width: calc(50% - 3px);
	padding: 20px 10px 23px;
}

main .cont_01 .inner_bottom ul figure {
	width: 70px;
	margin-bottom: 14px;
}

main .cont_01 .inner_bottom ul span {
	display: block;
}

main .cont_02 {
	background-image: none;
	padding: 40px 20px;
}

main .cont_02 h2 {
	margin-bottom: 20px;
}

main .cont_02 h2 span:nth-child(1) {
	font-size: 1.2rem;
	border: 1px solid #1B75AD;
	margin-bottom: 15px;
}

main .cont_02 h2 span:nth-child(2) {
	font-size: 2.8rem;
}

main .cont_02 h2 + p {
	font-size: 1.4rem;
	margin-bottom: 30px;
}

main .cont_02 ul {
	gap: 20px;
}

main .cont_02 ul li {
	max-width: none;
	width: 100%;
	padding: 15px;
}

main .cont_02 ul h3 {
	font-size: 2rem;
	margin-bottom: 15px;
}

main .cont_02 ul p {
	font-size: 1.4rem;
}

main .cont_02 ul figure {
	margin-bottom: 15px;
}

main .cont_02 .bnr {
	margin-top: 30px;
}

main .cont_02 .bnr a {
	background-image: url(../image/recruit/bnr_bg_sp.jpg);
	flex-direction: column;
	height: 180px;
	line-height: 1;
}

main .cont_02 .bnr a strong {
	font-size: 2.2rem;
	margin-bottom: 10px;
}

main .cont_02 .bnr a small {
	font-size: 1.4rem;
}

main .cont_02 .bnr a::after {
	position: static;
	margin: 20px auto 0;
}

main .cont_03 {
	padding: 40px 20px;
}

main .cont_03 h2 {
	margin-bottom: 20px;
}

main .cont_03 h2 span:nth-child(1) {
	font-size: 1.2rem;
	border: 1px solid #1B75AD;
	margin-bottom: 15px;
}

main .cont_03 h2 span:nth-child(2) {
	font-size: 2.8rem;
}

main .cont_03 h2 + p {
	font-size: 1.4rem;
	margin-bottom: 30px;
}

main .cont_03 h3 {
	font-size: 1.6rem;
	padding: 16px 22px;
	margin-bottom: 10px;
}

main .cont_03 ul {
	gap: 10px;
	margin-bottom: 30px;
}

main .cont_03 ul li {
	max-width: none;
	width: 100%;
}

main .cont_03 ul li a {
	padding: 15px;
}

main .cont_03 ul div {
	padding-bottom: 14px;
	margin-bottom: 13px;
}

main .cont_03 ul div h4 {
	font-size: 2rem;
}

main .cont_03 ul div ul {
	margin: 0;
}

main .cont_03 ul div ul li {
	font-size: 1.2rem;
	padding: 8px 8px 8px 18px;
}

main .cont_03 ul p {
	font-size: 1.4rem;
}

main .cont_04 {
	padding: 40px 20px;
}

main .cont_04 h2 {
	margin-bottom: 20px;
}

main .cont_04 h2 span:nth-child(1) {
	font-size: 1.2rem;
	border: 1px solid #1B75AD;
	margin-bottom: 15px;
}

main .cont_04 h2 span:nth-child(2) {
	font-size: 2.8rem;
}

main .cont_04 h2 + p {
	font-size: 1.4rem;
	margin-bottom: 30px;
}

main .cont_04 h3 {
	font-size: 1.6rem;
	padding: 16px 22px;
	margin-bottom: 10px;
}

main .cont_04 * + h3 {
	margin-top: 50px;
}

main .cont_04 dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

main .cont_04 dl dt,
main .cont_04 dl dd {
	border-bottom: 1px solid #CECDCD;
	padding-top: 30px;
	padding-bottom: 30px;
}

main .cont_04 dl dt:first-of-type,
main .cont_04 dl dd:first-of-type {
	border-top: 1px solid #CECDCD;
}

main .cont_04 dl dt {
	width: 80px;
}

main .cont_04 dl dd {
	padding-left: 30px;
	width: calc(100% - 80px);
}

main .cont_04 .entry_bnr {
	margin: 10px auto;
}

main .cont_04 .entry_bnr a {
	flex-direction: column;
	height: 180px;
}

main .cont_04 .entry_bnr a strong {
	font-size: 2.2rem;
	margin-bottom: 12px;
}

main .cont_04 .entry_bnr a small {
	font-size: 1.4rem;
	margin-bottom: 10px;
}

main .cont_04 .entry_bnr a span {
	font-size: 1rem;
	font-weight: 500;
}

main .cont_04 .entry_bnr a::after {
	content: "";
	position: static;
	margin: 20px auto 0;
}

main .cont_04 .contact_bnr {
	margin: 10px auto;
}

main .cont_04 .contact_bnr a {
	flex-direction: column;
	height: 180px;
}

main .cont_04 .contact_bnr a strong {
	font-size: 2.2rem;
	margin-bottom: 12px;
}

main .cont_04 .contact_bnr a small {
	font-size: 1.4rem;
	margin-bottom: 0;
}

main .cont_04 .contact_bnr a::after {
	content: "";
	position: static;
	margin: 20px auto 0;
}

}

