.c-pagettl .icon {
	width: 4.7rem;
}
@media screen and (max-width: 767px) {
	.c-pagettl .icon {
		width: 2.4rem;
	}
}

.c-secttl {
	letter-spacing: 0.2em;
}

.p-intro {
	position: relative;
	padding-top: 11rem;
	padding-bottom: 11rem;
}
@media screen and (max-width: 767px) {
	.p-intro {
		padding-top: 3.1rem;
		padding-bottom: 3.3rem;
	}
}
.p-intro .deco {
	width: 21rem;
	height: 21.4rem;
	background-image: url(../images/recruit/img_intro_deco.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	right: 27rem;
	top: -5.9rem;
}
@media screen and (max-width: 767px) {
	.p-intro .deco {
		display: none;
	}
}
.p-intro__content {
	position: relative;
}
.p-intro__title {
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 2.8rem;
	color: #6fc68c;
}
@media screen and (max-width: 767px) {
	.p-intro__title {
		font-size: 1.3rem;
	}
}
.p-intro .text {
	width: 90rem;
	max-width: 100%;
	margin: 3rem auto auto;
	line-height: 1.9565217391;
	letter-spacing: 0.08em;
	font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
	.p-intro .text {
		width: 100%;
		line-height: 1.875;
		font-size: 1.2rem;
		margin-top: 0.5rem;
	}
}

.p-features {
	position: relative;
	padding-top: 11.5rem;
	padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
	.p-features {
		padding-top: 3rem;
		padding-bottom: 3.5rem;
	}
}
.p-features .l-content-inner {
	width: 133rem;
}
.p-features .deco {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.p-features .deco1 {
	width: 44.3rem;
	height: 49.7rem;
	background-image: url(../images/recruit/img_features-deco01.svg);
	left: 3.2rem;
	top: -10.5rem;
}
@media screen and (max-width: 767px) {
	.p-features .deco1 {
		width: 8.5rem;
		height: 4.9rem;
		left: 3rem;
		top: -2.5rem;
		background-image: url(../images/recruit/img_features-deco01_sp.svg);
	}
}
.p-features .deco2 {
	width: 44.5rem;
	height: 42rem;
	background-image: url(../images/recruit/img_features-deco02.svg);
	right: 0.5rem;
	bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
	.p-features .deco2 {
		display: none;
	}
}
.p-features__content {
	margin-top: 3.5rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-features__content {
		margin-top: 0;
	}
}
.p-features__content .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px) {
	.p-features__content .box {
		display: block;
	}
	.p-features__content .box:nth-of-type(2) {
		margin-top: 1.7rem;
	}
}
.p-features__content .box .img {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
@media screen and (max-width: 767px) {
	.p-features__content .box .img {
		width: 29.6rem;
		margin: 1.8rem auto 2rem;
	}
}
.p-features__content .box .cnt {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
@media screen and (max-width: 767px) {
	.p-features__content .box .cnt {
		width: 100%;
	}
}
@media print, screen and (min-width: 768px) {
	.p-features__content .box:nth-of-type(1) {
		gap: 6.4rem;
		padding-right: 4rem;
	}
	.p-features__content .box:nth-of-type(1) .img {
		width: 49.2rem;
	}
	.p-features__content .box:nth-of-type(2) {
		margin-top: 1.3rem;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
		padding-left: 4.6rem;
		gap: 3rem;
	}
	.p-features__content .box:nth-of-type(2) .img {
		width: 41rem;
	}
}
.p-features__content .box .title img {
	display: block;
	width: auto;
	height: 3.9rem;
}
@media screen and (max-width: 767px) {
	.p-features__content .box .title img {
		height: 2.1rem;
	}
}
.p-features__content .box .title.title2 {
	margin-top: 5.4rem;
}
@media screen and (max-width: 767px) {
	.p-features__content .box .title.title2 {
		margin-top: 0;
	}
}
.p-features__content .box .text {
	margin-top: 1.6rem;
	line-height: 1.7727272727;
	letter-spacing: 0.02em;
	font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
	.p-features__content .box .text {
		margin-top: 0.8rem;
		font-size: 1.2rem;
		line-height: 1.625;
	}
	.p-features__content .box .text + .title {
		margin-top: 1.7rem;
	}
}

.p-contact {
	position: relative;
	padding-top: 11.5rem;
	padding-bottom: 11.5rem;
}
@media screen and (max-width: 767px) {
	.p-contact {
		padding-top: 3.5rem;
		padding-bottom: 5.5rem;
	}
}
.p-contact .l-content-inner {
	position: relative;
}
.p-contact .deco {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.p-contact .deco1 {
	width: 31.6rem;
	height: 31.5rem;
	background-image: url(../images/recruit/img_contact-deco01.svg);
	left: -1rem;
	top: -7rem;
}
@media screen and (max-width: 767px) {
	.p-contact .deco1 {
		display: none;
	}
}
.p-contact .deco2 {
	width: 16.5rem;
	height: 19rem;
	background-image: url(../images/recruit/img_contact-deco02.svg);
	right: 4rem;
	bottom: 55.3rem;
}
@media screen and (max-width: 767px) {
	.p-contact .deco2 {
		width: 6.7rem;
		height: 7.7rem;
		right: 2.9rem;
		bottom: 48.7rem;
	}
}
.p-contact .deco3 {
	width: 26.3rem;
	height: 50.6rem;
	background-image: url(../images/recruit/img_contact-deco03.svg);
	left: 23.5rem;
	bottom: -3.3rem;
}
@media screen and (max-width: 767px) {
	.p-contact .deco3 {
		width: 34.1rem;
		height: 9.4rem;
		left: 1.5rem;
		bottom: -1.4rem;
		background-image: url(../images/recruit/img_contact-deco03_sp.svg);
	}
}
.p-contact .text {
	font-size: 2.3rem;
	line-height: 1.9565217391;
	letter-spacing: 0.075em;
	font-weight: 500;
	margin-top: 3rem;
}
@media screen and (max-width: 767px) {
	.p-contact .text {
		margin-top: 1rem;
		font-size: 1.2rem;
		line-height: 1.6666666667;
	}
}
.p-contact__tbl {
	margin-top: 7rem;
}
@media screen and (max-width: 767px) {
	.p-contact__tbl {
		margin-top: 2.2rem;
	}
}
.p-contact__tbl .inn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-top: 4rem;
}
@media screen and (max-width: 767px) {
	.p-contact__tbl .inn {
		display: block;
		margin-top: 2.3rem;
	}
}
.p-contact__tbl .inn:first-of-type {
	margin-top: 0;
}
.p-contact-confirm .p-contact__tbl .inn {
    padding: 0 0 10px 5px;
    border-bottom: 1px solid #AAA;
}
.p-contact__tbl dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 2.2rem;
	font-weight: 500;
	width: 35.4rem;
	padding-right: 6.4rem;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	padding-top: 1.2rem;
}
@media screen and (max-width: 767px) {
	.p-contact__tbl dt {
		width: 100%;
		padding: 0;
		font-size: 1.2rem;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		gap: 1em;
	}
}
.p-contact__tbl dt .hissu {
	background-color: #ff903d;
	color: #ffffff;
	padding: 0 0.6em 0.1em;
	border: 2px solid #ff903d;
}
@media screen and (max-width: 767px) {
	.p-contact__tbl dt .hissu {
		padding: 0 0.4em 0.05em;
		border-width: 1px;
	}
}
.p-contact__tbl dt .hissu.-nini {
	color: #ff903d;
	background-color: #ffffff;
}
.p-contact-confirm .p-contact__tbl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2.2rem;
    font-weight: 500;
    width: 35.4rem;
    padding-right: 6.4rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 0;
}
.p-contact__tbl dd {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
	.p-contact__tbl dd {
		font-size: 1.2rem;
		margin-top: 0.3rem;
	}
}
.p-contact__tbl dd pre {
    word-break: break-all;
    white-space: pre-wrap;
}
.p-contact__tbl input, .p-contact__tbl textarea {
	width: 100%;
	border: 2px solid #7fd7a7;
	padding: 1.1rem 1.5rem;
}
@media screen and (max-width: 767px) {
	.p-contact__tbl input, .p-contact__tbl textarea {
		font-size: max(1.2rem, 16px);
		padding: 0.7rem 1.2rem;
		border-width: 1px;
	}
}
.p-contact__tbl textarea {
	height: 46rem;
}
@media screen and (max-width: 767px) {
	.p-contact__tbl textarea {
		height: 27rem;
	}
}
.p-contact__tbl .note {
	font-size: 2.2rem;
	letter-spacing: 0.075em;
	padding-top: 0.7rem;
}
@media screen and (max-width: 767px) {
	.p-contact__tbl .note {
		font-size: 1.2rem;
		padding-top: 0.2rem;
	}
}
.p-contact__tbl .radio-list {
	font-size: 2.2rem;
	letter-spacing: 0.075em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
	.p-contact__tbl .radio-list {
		font-size: 1.2rem;
		margin-top: 0;
	}
}
.p-contact__tbl .radio-list li {
	min-width: 18.3rem;
}
@media screen and (max-width: 767px) {
	.p-contact__tbl .radio-list li {
		min-width: 9.2rem;
	}
}
.p-contact__tbl .radio-list li .radio input[type=radio] + span {
	padding-left: 3.4rem;
}
@media screen and (max-width: 767px) {
	.p-contact__tbl .radio-list li .radio input[type=radio] + span {
		padding-left: 1.8rem;
	}
}
.p-contact__tbl .radio-list li .radio input[type=radio] + span::before {
	width: 2.3rem;
	height: 2.3rem;
	border: 1.5px solid #000000;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.p-contact__tbl .radio-list li .radio input[type=radio] + span::before {
		width: 1.2rem;
		height: 1.2rem;
	}
}
.p-contact__tbl .radio-list li .radio input[type=radio] + span::after {
	width: 1.3rem;
	height: 1.3rem;
	left: 0.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	background-color: #000000;
}
@media screen and (max-width: 767px) {
	.p-contact__tbl .radio-list li .radio input[type=radio] + span::after {
		width: 0.6rem;
		height: 0.6rem;
		left: 0.3rem;
	}
}
.p-contact .btn-area, .p-contact-confirm .btn-area {
	padding-left: 35.4rem;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 3rem;
    text-align: center;
}
.p-contact-confirm .btn-area {
    padding: 3rem 0 5rem 0;
}
@media screen and (max-width: 767px) {
	.p-contact .btn-area, .p-contact-confirm .btn-area {
		margin-top: 2rem;
		padding: 0;
	}
}
.p-contact .btn, .p-contact-confirm .btn {
	width: 23.3rem;
	height: 4.5rem;
	background-color: #ff903d;
	color: #ffffff;
	letter-spacing: 0.075em;
	font-weight: 500;
	font-size: 2.1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.p-contact-confirm .back-btn {
    background-color: #ffffff;
    border: 2px solid #ff903d;
    color: #ff903d;
    margin-right: 20px;
}
@media (any-hover: hover) {
	.p-contact .btn:hover {
		background-color: #ffaf73;
	}
}
@media screen and (max-width: 767px) {
	.p-contact .btn {
		width: 14.5rem;
		height: 2.8rem;
		font-size: 1.2rem;
	}
    .p-contact-confirm .back-btn {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.p-contact-complete p.title {
    width: 100%;
    font-size: 2.1rem;
    font-weight: 500;
    color: #6fc68c;
    margin: 1em auto;
    letter-spacing: 0.1em;
    text-align: center;
}
.p-contact-complete p.text {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 400;
    padding-bottom: 50px;
    letter-spacing: 0.06em;
    text-align: center;
}
/*# sourceMappingURL=recruit.css.map */