@charset "utf-8";

.p-header__list {
	position: relative;
}

.p-header__list:hover .p-header__list-sub {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.p-header__list-sub {
	position: absolute;
	transform: translate(-50%, 100%);
	left: 50%;
	bottom: 0;
	background-color: #fff;
	border-radius: 6px;
	border: 2px solid #000;
	width: max-content;
	padding: 8px 20px;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}

.p-header__list-sub-item {
	margin-bottom: 2px;
}

.p-header__list-sub-item:last-child {
	margin-bottom: 0;
}

.p-header__list-sub-item::before {
	content: "";
	width: 6px;
	height: 8px;
	position: relative;
	top: -1px;
	background-color: #000;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	display: inline-block;
	margin-right: 3px;
}

.p-footer {
	background-color: #000;
	background-image: url(../images/common/footer-bg.webp);
}

.p-page-mv__title {
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	.p-page-mv__title {
		margin-top: 1rem;
	}
}

.p-page-mv {
	padding-bottom: 0.5rem;
}

.top-interview {
	padding: 160px 0 120px;
	background: #000 url(../images/top/bg.svg) repeat;
	color: #fff;
}

.top-interview--noBg {
	background: #000;
}

.top-interview__ttl span {
	border-color: #fff;
}

.top-interview__intro {
	position: relative;
}

.top-interview__intro-text {
	position: absolute;
	top: 80px;
	font-size: 10px;
	font-family: var(--font-futura);
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2;
	width: 100%;
	max-width: 180px;
	z-index: 1;
}

.top-interview__intro-text.left {
	left: 0;
}

.top-interview__intro-text.right {
	right: 0;
}

.top-interview__intro-img {
	position: relative;
	z-index: 2;
}

.top-interview__intro-img {
	padding: 0 40px;
}

/* .top-interview__slider-item{
  width: 280px;
  margin: 0 20px;
} */
body.home .top-interview__slider-wrap {
	background: none !important;
}

.top-interview__slider-wrap {
	overflow: hidden;
	/* margin-top: 250px; */
	padding-top: 50px;
	/* height: 742px; */
	background: url(../images/top/interview-bg.webp) no-repeat center top / 2170px;
}
.top-interview__slider {
	transform: rotate(-10deg);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	gap: 30px;
}

/* SUPPORT */
.p-social__top-title {
	font-weight: 900;
}

.p-event__top-title {
	font-weight: 900;
}

.c-subTitle__ja {
	font-weight: 900;
}

.p-know__challenge {
	padding: 0 0.5rem;
	font-weight: 900;
}

.p-page-mv::before {
	pointer-events: none;
}

.p-page-mv__title {
	font-weight: 900;
}

/* GROWTH */
.p-social__top-right {
	margin-top: 3.7rem;
}

@media screen and (max-width: 768px) {
	.p-social__top-right {
		margin-top: 32px;
		margin-top: 2rem;
	}
}

.p-event__top-title span,
.p-social__top-title span,
.p-event__center-title span {
	padding: 0.25rem 0.25rem 0.45rem;
	line-height: 1;
	display: inline-block;
}

/* SOCIAL */
.p-event,
.p-bg--social .p-page-mv {
	margin-bottom: 2.5rem;
}

.p-social__bigText {
	display: inline-block;
}

.p-local__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-top: 20px;
}

.p-social__block,
.p-local__block {
	align-items: center;
	padding: 2rem 3rem 2rem 5rem;
}

@media screen and (max-width: 768px) {
	.p-social__block {
		padding-top: 32px;
		padding-top: 2rem;
		padding-bottom: 16px;
		padding-bottom: 1rem;
		padding-left: 16px;
		padding-left: 1rem;
		padding-right: 16px;
		padding-right: 1rem;
		flex-direction: column;
		gap: 24px;
		gap: 1.5rem;
	}
}

@media screen and (max-width: 768px) {
	.p-local__block {
		padding-top: 32px;
		padding-top: 2rem;
		padding-bottom: 16px;
		padding-bottom: 1rem;
		padding-left: 16px;
		padding-left: 1rem;
		padding-right: 16px;
		padding-right: 1rem;
		gap: 16px;
		gap: 1rem;
		flex-direction: column;
	}
}

/* COMPANY */
.p-event__top-right {
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	.p-event__top-right {
		margin-top: 40px;
		margin-top: 2.5rem;
	}
}

.p-event__top {
	align-items: flex-end;
}

.p-event__center-title {
	font-weight: 900;
}

.p-event__num {
	position: relative;
	top: 6px;
}

.p-history__title {
	z-index: 0;
}

.p-history__year-ja {
	font-weight: 900;
	position: relative;
	right: -8px;
}

/* MESSAGE */
.p-greeting__row:nth-child(2) {
	flex-direction: row;
	margin-top: 3rem;
}

@media screen and (max-width: 768px) {
	.p-greeting__row:nth-child(2) {
		margin-top: 2rem;
		flex-direction: column;
	}
}

.p-greeting__row:nth-child(3) {
	flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
	.p-greeting__row:nth-child(3) {
		flex-direction: column;
	}
}

.p-greeting__subtitle-text {
	font-weight: 900;
	padding-left: 0.5rem;
}

.p-greeting__block-title {
	font-weight: 900;
}

.p-greeting__big-text {
	font-weight: 900;
}

/* INTERVIEW */
.p-interview {
	padding-top: 12.5rem;
	margin-top: 2.5rem;
	border-radius: 0.625rem;
	border: 2px solid #000;
}

@media screen and (max-width: 768px) {
	.p-interview {
		padding-top: 80px;
		padding-top: 5rem;
		margin-top: 16px;
		margin-top: 1rem;
	}
}

.p-page-mv__img--interview {
	margin-bottom: -3rem;
}

.p-bg--interview,
.p-bg--message {
	padding-bottom: 2.5rem;
}

.p-interview__lists {
	max-width: 1190px;
	width: 100%;
	grid-template-columns: repeat(3, 1fr);
	margin: 4rem auto 0;
}

@media screen and (max-width: 768px) {
	.p-interview__lists {
		margin-top: 32px;
		margin-top: 2rem;
		grid-template-columns: repeat(1, 1fr);
		gap: 16px;
		gap: 1rem;
	}
}

.p-footer__grow-inner {
	position: relative;
}

.p-footer__grow-link img {
	object-fit: initial;
}

.p-footer__grow-tree {
	position: absolute;
	bottom: 0;
	right: 0;
	object-fit: initial;
	z-index: 1;
}

.p-footer__grow-link {
	display: block;
}

.p-footer__grow-link a {
	display: block;
}

.p-footer__grow {
	right: 1.45rem;
	bottom: 1.45rem;
}

.sm-mv {
	padding: 0 0 2.5rem;
	height: 100svh;
	position: relative;
	overflow: hidden;
}

.sm-mv.mb0 {
	padding-bottom: 0;
}

.sm-mv::before {
	content: "";
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: calc(100% - 2.5rem);
	border: 2px solid #000;
	border-radius: 0.625rem;
	z-index: 1;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.sm-mv .l-inner {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}

.sm-mv__ttl {
	font-size: 9.375vw;
	letter-spacing: 0.1em;
	line-height: 1;
	border-bottom: 4px solid #000;
	padding-bottom: 3rem;
}

@media screen and (max-width: 768px) {
	.sm-mv__ttl {
		font-size: 24px;
		font-size: 1.5rem;
		padding-bottom: 1rem;
	}
}

.sm-mv__subTitle {
	font-size: 3.75rem;
	letter-spacing: 0.1em;
	font-weight: 700;
	line-height: 1;
	display: block;
	margin-top: 6.25rem;
}

@media screen and (max-width: 768px) {
	.sm-mv__subTitle {
		font-size: 16px;
		font-size: 1rem;
		margin-top: 3rem;
	}
}

.sm-mv .p-page-mv__detail {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
	line-height: 1;
}

.sm-mv .p-page-mv__detail .p-page-mv__en {
	margin: 0;
}

.p-greeting {
	border: 2px solid #000;
	border-radius: 0.625rem;
	overflow: hidden;
}

.c-section-title--storks {
	padding-bottom: 0.8rem;
}

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

@media screen and (max-width: 768px) {
	.p-traditional__title {
		margin-top: 8px;
		margin-top: 0.5rem;
	}
}

.p-traditional__title {
	padding-bottom: 1.5rem;
}

.p-traditional__text {
	padding-top: 1.5rem;
}

@media screen and (max-width: 992px) {
	.p-traditional__text {
		font-size: clamp(12px, 2vw, 12px);
	}
}

@media screen and (max-width: 768px) {
	.p-traditional__text {
		padding-top: 16px;
		padding-top: 1rem;
	}
}

.breadcrumbs {
	position: absolute;
	top: 4rem;
	left: calc(21.25rem + 50px);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

@media screen and (min-width: 1201px) {
	.breadcrumbs {
		z-index: 99999;
	}
}


@media screen and (max-width: 1200px) {
	.breadcrumbs {
		left: 40px;
		left: 2.5rem;
		top: 160px;
		top: 10rem;
	}
}

@media screen and (max-width: 768px) {
	.breadcrumbs {
		top: 5rem;
		left: 32px;
		left: 2rem;
	}
}

.breadcrumbs>span::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 10px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	background-color: #000;
	margin: 0 10px;
}

.breadcrumbs>span:last-child::after {
	display: none;
}

.breadcrumbs a,
.breadcrumbs span {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
}

.breadcrumbs a {
	text-decoration: underline;
}

/* FORM */
.form-wrap {
	z-index: 1;
	background-color: #fff;
	margin: 50px auto 0;
	padding: 40px;
	border-radius: 10px;
	max-width: 900px;
}

@media screen and (max-width: 768px) {
	.form-wrap {
		margin-top: 32px;
		margin-top: 2rem;
		padding: 16px;
		padding: 1rem;
	}
}

.wpcf7 table th p,
.wpcf7 table td p {
	margin: 0;
}

.wpcf7 table th .form-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

span.must {
	font-size: 13px;
	color: #fff;
	background-color: #000;
	display: inline-block;
	padding: 0 5px;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="number"],
form textarea {
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #aaa;
	border-radius: 3px;
	width: 100%;
	padding: 12px;
	box-shadow: none;
}

form select {
	border: 1px solid #aaa;
	border-radius: 3px;
	padding: 0 12px;
	height: 42px;
}

form textarea {
	width: 100%;
	resize: none;
}

.submit_btn {
	margin-top: 50px;
	justify-content: center;
	display: flex;
	position: relative;
}

form .submit_btn input {
	font-weight: bold;
	width: 285px;
	padding: 19px;
	text-align: center;
	transition: 0.3s;
	appearance: none;
	-webkit-appearance: none;
}

form .submit_btn input:disabled {
	background: gray !important;
	pointer-events: none;
	border: 1px solid gray !important;
}

form .submit_btn input[type="submit"] {
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
}

form .submit_btn input[type="submit"]:hover {
	opacity: 1;
	background-color: #fff;
	color: #000;
}

form .submit_btn input[type="button"] {
	background-color: gray;
	border: none;
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
}

div.wpcf7 .ajax-loader {
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: -30px;
}

div.wpcf7-response-output {
	margin: 3em 0.5em 1em;
}

.wpcf7-spinner {
	display: none;
}

.law {
	background-color: #f7f8f8;
	margin-top: 20px;
	padding: 25px 30px;
	border: 1px solid #231815;
	font-size: 14px;
}

.law .text {
	font-size: 14px;
	text-align: justify;
	line-height: 2;
	margin-bottom: 10px;
}

.law .text span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.law .text:last-child {
	margin-bottom: 0;
}

/* 20240215fix START
.wpcf7 table th,
.wpcf7 table td{
    padding: 15px;
    border: 1px solid #ccc;
}
.wpcf7 table th{
    font-weight: bold;
    background-color: #ccc;
    border-bottom: 1px solid #fff;
}
*/
.wpcf7 table {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

.wpcf7 table th,
.wpcf7 table td {
	padding: 15px;
}

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

	.wpcf7 table th,
	.wpcf7 table td {
		padding: 12px;
		padding: 0.75rem;
	}
}

.wpcf7 table th {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	width: 20em;
}

@media screen and (max-width: 768px) {
	.wpcf7 table th {
		width: initial;
	}
}

.wpcf7 table td {
	border-bottom: 1px solid #ccc;
}

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

	.wpcf7 table th,
	.wpcf7 table td {
		display: block;
		padding-left: initial;
		width: 100%;
	}
	.wpcf7 table,
	.wpcf7 table tr,
	.wpcf7 table tbody{
		display: block;
	}
}

.form-privacy p{
	font-size:14px;
}
.form-privacy p a{
	text-decoration:underline;
}
@media screen and (min-width: 768px) {
	.form-privacy p{
		font-size:16px;
		text-align:center;
		margin-top:0.4rem;
	}
}


@media screen and (min-width: 768px) {
	.p-recruit__dd {
		width: calc(100% - 15rem);
	}
}

@media screen and (max-width: 768px) {
	.p-recruit__dd {
		width: 100%;
	}
}

.top-works__ttl {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 80px;
	padding-top: 20svh;
}

.top-interview__ttl,
.top-benefit__flex-cont__ttl,
.top-company__ttl {
	padding: 0;
}

.top-interview__ttl span {
	border-color: #fff;
}

.top-works__ttl span {
	display: inline-block;
	border-bottom: 4px solid #000;
}

.top-interview__slider-btn {
	margin-top: 100px;
	position: relative;
	z-index: 1;
}

.top-interview__slider-btn a,
.top-company__slider-btn a {
	margin: 0 auto;
}

.p-single__detail-question {
	margin-bottom: 50px;
	letter-spacing: 0.1em;
	font-size: 20px;
	font-weight: bold;
}

.p-single__title {
	font-size: 2.3rem;
}

.p-single-mv__title {
	font-size: 2.2rem;
	font-weight: 900;
}

body:not(.home) .top-interview{
	padding: 90px 0;
}
body:not(.home) .top-interview__slider-wrap{
	background: none;
	padding-top: 0;
	height: 620px;
}

@media screen and (max-width: 767px) {
	.p-single-mv__title {
		font-size: 16px;
		font-size: 1rem;
	}
}

.p-single-mv__name {
	font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
	.p-single-mv__name {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

.p-single-mv__img.adjust {
	margin-top: -12.75rem;
}

@media screen and (max-width: 767px) {
	.p-single-mv__img.adjust {
		margin-top: initial;
	}
}

.p-single-mv__img {
	filter: initial;
	z-index: 1;
}

.p-single__title,
.p-single__bottom-text {
	font-weight: 900;
	padding: 0.25rem 0.6rem;
}

@media screen and (max-width: 767px) {
	.p-single__title {
		padding: initial;
	}
}

.p-single-mv__occupation {
	font-size: 1.675em;
}

.p-single__bottom-detail.right {
	left: auto;
	right: 6.25rem;
}

@media screen and (max-width: 767px) {
	.p-single__bottom-detail.right {
		right: 0;
		bottom: 0;
	}
}

.p-social__sales-detailText.mt0 {
	margin-top: 0;
}



rt {
	font-size: 30%;
}
.c-subTitle__ja{
	display: none;
}
.top-message__flex-en{
	z-index: auto;
}
.p-interview__name{
	text-shadow: 1px 1px 2px #515151;
}

@media screen and (min-width: 768px) {
	.p-base__list{
		font-size: 4rem;
	}
	.p-base{
		text-align: center;
	}
	.p-base__lists{
		display: inline-block;
		max-width: initial;
		width: auto;
	}
	.p-base__title{
		font-size: 4.5rem;
	}
	.p-base__list::before{
		width: 4rem;
		height: 4rem;
		top: 1.2rem;
	}
	.p-base__list{
		padding-left: 5.5rem;
		text-align: left;
	}
	.p-base__text{
		font-size: 2rem;
	}
	.p-recruit__dd-text--point::before{
		top: 0.75rem;
	}
}


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

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

	.p-storks {
		gap: 2.5rem;
	}

	.p-storks__logo img {
		width: 85%;
	}

	.p-local__grid {
		max-width: 320px;
		width: 100%;
	}

	/* COMPANY */
	.p-strength__list {
		padding: 3rem 0;
	}

	@media screen and (max-width: 768px) {
		.p-strength__list {
			padding: 16px;
			padding: 1rem;
			border: 5px solid #7cf513;
			border-radius: 0.625rem;
		}
	}

	/* MESSAGE */
	.p-greeting__block-title {
		font-size: 2.1rem;
	}

	@media screen and (max-width: 768px) {
		.p-greeting__block-title {
			font-size: 20px;
			font-size: 1.25rem;
		}
	}

	.p-greeting__subtitle-text {
		font-size: 3.4rem;
	}

	@media screen and (max-width: 768px) {
		.p-greeting__subtitle-text {
			font-size: 20px;
			font-size: 1.25rem;
		}
	}

	.p-greeting__block-text {
		font-size: 15px;
	}

	.p-greeting__row {
		gap: 5.75rem;
	}

	@media screen and (max-width: 768px) {
		.p-greeting__row {
			gap: 32px;
			gap: 2rem;
		}
	}

	.p-greeting__big-text {
		font-size: 2rem;
	}

	@media screen and (max-width: 768px) {
		.p-greeting__big-text {
			font-size: 18px;
			font-size: 1.125rem;
		}
	}

	/* SUPPORT */
	.p-social__top-title {
		font-size: 2.2rem;
	}

	@media screen and (max-width: 767px) {
		.p-social__top-title {
			font-size: 18px;
			font-size: 1.125rem;
		}
	}

	.p-support {
		gap: 4.25rem;
	}

	@media screen and (max-width: 768px) {
		.p-support {
			padding: 16px;
			padding: 1rem;
			flex-direction: column;
			gap: 24px;
			gap: 1.5rem;
		}
	}

	.p-support__list {
		font-size: 1.8rem;
		margin-bottom: 0.5rem;
	}

	@media screen and (max-width: 768px) {
		.p-support__list {
			font-size: 16px;
			font-size: 1rem;
		}
	}

	.p-support__list:last-child {
		margin-bottom: 0;
	}

	.p-support__list::before {
		width: 2rem;
		height: 2rem;
	}

	@media screen and (max-width: 768px) {
		.p-support__list::before {
			width: 16px;
			width: 1rem;
			height: 16px;
			height: 1rem;
		}
	}

	/* GROWTH */
	.p-event__card-title {
		font-size: 1.6rem;
	}

	@media screen and (max-width: 768px) {
		.p-event__card-title {
			font-size: 18px;
			font-size: 1.125rem;
		}
	}

	.p-event__card {
		padding-bottom: 2rem;
	}

	.p-know__detail-title {
		font-size: 1.1rem;
	}

	@media screen and (max-width: 991px) {
		.p-know__detail-title {
			font-size: clamp(12px, 2vw, 16px);
		}
	}

	/* SOCIAL */
	.p-local__block-title {
		font-size: 2rem;
	}

	@media screen and (max-width: 768px) {
		.p-local__block-title {
			font-size: 20px;
			font-size: 1.25rem;
		}
	}

	/* COMPANY */
	.p-event__grid {
		grid-template-columns: repeat(4, 1fr);
	}

	@media screen and (max-width: 768px) {
		.p-event__grid {
			display: grid;
			grid-template-columns: repeat(2, 1fr);
			gap: 16px;
			gap: 1rem;
			margin-top: 32px;
			margin-top: 2rem;
		}
	}

	.p-event__top-title {
		font-size: 2rem;
		line-height: 1.8;
	}

	@media screen and (max-width: 768px) {
		.p-event__top-title {
			font-size: 18px;
			font-size: 1.125rem;
		}
	}

	.p-traditional__small {
		font-size: 1rem;
	}

	@media screen and (max-width: 992px) {
		.p-traditional__small {
			font-size: clamp(12px, 2vw, 14px);
		}
	}

	@media screen and (max-width: 768px) {
		.p-traditional__small {
			font-size: 14px;
			font-size: 0.875rem;
		}
	}

	.p-traditional__title {
		font-size: 2.5rem;
	}

	@media screen and (max-width: 768px) {
		.p-traditional__title {
			font-size: 20px;
			font-size: 1.25rem;
			padding-bottom: 16px;
			padding-bottom: 1rem;
		}
	}

	.p-single__title {
		font-size: 2rem;
	}

	@media screen and (max-width: 767px) {
		.p-single__title {
			font-size: 16px;
			font-size: 1rem;
			line-height: 2.2;
		}
	}

	.p-single__text {
		font-size: 14px;
	}

	.p-single__detail-question {
		font-size: 16px;
		margin-bottom: 25px;
	}

	.p-single__row {
		gap: 2.75rem;
	}

	.p-single-mv__content {
		gap: 5.7rem;
	}

	@media screen and (max-width: 767px) {
		.p-single-mv__content {
			padding-top: 32px;
			padding-top: 2rem;
			padding-bottom: 32px;
			padding-bottom: 2rem;
			padding-left: 12px;
			padding-left: 0.75rem;
			padding-right: 12px;
			padding-right: 0.75rem;
			gap: 24px;
			gap: 1.5rem;
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}
	}

	.p-social__sales-title {
		font-size: 1.7rem;
	}

	.p-product {
		gap: 3rem;
	}

	.p-event__list-title {
		font-size: 1.5rem;
	}
}

@media screen and (max-height: 800px) and (min-width: 1200px) {
	.top-works__ttl {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 991px) {
	.top-works__ttl{
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
	.p-header__link{
		font-size: 1.5rem;
	}
	.p-header__btn-wrapper{
		display: none;
	}
	.sm-mv__ttl{
		font-size: 5rem;
	}
	.p-recruit__dt,
	.p-recruit__dd-text,
	.p-recruit__dd-text--point{
		font-size: 1.5rem;
	}
	.form-wrap{
		padding: 30px;
	}
	form .submit_btn input{
		font-size: 2rem;
	}
	.wpcf7 table th,
	.wpcf7 table td{
		font-size: 14px;
	}
	.wpcf7 table th{
		border-bottom: none;
		padding-bottom: 0;
		padding-right: 0;
		padding-top: 15px;
	}
	.wpcf7 table td{
		padding-top: 5px;
		padding-right: 0;
		padding-bottom: 15px;
	}
	.wpcf7 table tr:last-child td{
		border-bottom: none;
	}
}
@media screen and (max-width: 767px) {
	.p-bg--message,
	.p-bg--works,
	.p-bg--interview,
	.p-bg--single,
	.p-bg--recruit,
	.p-bg--company,
	.p-bg--social,
	.p-bg--growth{
		padding-right: 10px;
		padding-left: 10px;
	}
	.p-footer__grow{
        right: 10px;
        bottom: 10px;
    }
	.sm-mv::before{
		height: calc(100% - 20px);
	}
	.p-header{
        padding-top: 10px;
    }
	.p-page-mv::before,
	.p-single-mv::before{
		top: 10px;
	}
	.p-footer__grow{
		width: 70px;
	}
	.top-interview__slider{
		grid-template-columns: repeat(1,1fr);
		transform: initial;
		max-width: 250px;
	}
	.top-interview__intro-img{
		margin: 0 -36px 20px;
		padding: 0;
	}
	.top-interview__intro-text{
		position: initial;
		max-width: 100%;
	}
	.top-works__ttl{
		font-size: 28px;
	}
	.p-footer__btn-icon{
        width: 70px;
    }
    .p-footer__btn{
        height: 70px;
    }
	.top-works__ttl{
        margin-bottom: 30px;
    }
	.p-header__inner{
		padding-left: 10px;
		padding-right: 10px;
	}
	.p-page-mv__title--interview{
		margin-top: 5.5rem !important;
	}
	.p-page-mv__en{
		margin-top: 30px;
		line-height: 1.1;
	}
	.p-page-mv{
		padding-bottom: 1.5rem;
	}
	body:not(.home) .top-interview__slider-wrap{
		height: auto;
	}
	.p-single-mv__content{
		margin-bottom: 20px;
		margin-top: 140px;
	}
	.single .p-social{
		padding-top: 0;
	}
	.p-single-mv__img.adjust{
		position: relative;
		right: -15px;
	}
	.p-recruit__dd-text,
	.p-recruit__dd-text--point{
		font-size: 14px;
	}
	.wpcf7 table th,
	.wpcf7 table td{
		font-size: 14px;
	}
	.wpcf7 table th{
		border-bottom: none;
		padding-bottom: 0;
		padding-right: 0;
		padding-top: 15px;
	}
	.wpcf7 table td{
		padding-top: 5px;
		padding-right: 0;
		padding-bottom: 15px;
	}
	.wpcf7 table tr:last-child td{
		border-bottom: none;
	}
	form .submit_btn input{
		width: 100%;
	}
	.submit_btn{
		display: block;
	}
	.submit_btn{
		margin-top: 20px;
	}
	.p-page-mv__img--interview{
		transform: initial;
		width: 100vw;
		margin: 0 calc((100vw - 37.5rem) / 2 * -1 - 20px) -4.5rem;
		overflow: hidden;
	}
	@media only screen and (max-width:37.5rem){
		.p-page-mv__img--interview{
			margin: 0 -30px -4.5rem;
		}
	}
	.wpcf7 input[type="file"]{
		font-size: 12px;
	}
	.p-single__bottom-img{
        border-radius: 8px;
        overflow: hidden;
        border: 1px solid #7CF513;
    }
    .p-single__bottom-img--interview3 img{
        object-position: 17% center;
    }
	.p-single__bottom-detail.right{
		bottom: 10px;
		right: 10px;
	}
	.p-single__bottom-text{
		font-size: 0.8rem;
	}
	.p-event__baseImg{
		margin: 30px -20px 0;
		overflow: hidden;
	}
	.p-event__baseImg img{
		width: calc(100% + 80px);
		max-width: calc(100% + 80px);
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	.p-flow__top--works{
		padding-bottom: 18px;
	}
	.p-know__detail-title{
		font-size: 24px;
	}
	.p-know__detail-en{
		font-size: 14px;
		margin-top: 5px;
	}
}

@media only screen and (min-width:768px){
	.p-greeting__img--sp--mobile{
		display:none;
	}
}
@media only screen and (max-width:767px){
	.p-greeting__right{
		display:none;
	}
}