@charset "UTF-8";
@media screen and (min-width: 768px),print {
.p-main__ttl-wrap {
	background: url(../images/recruit/header_fv.jpg) no-repeat top center/cover;
	margin-block: -6.25rem 0;
	margin-inline: auto;
	max-width: 1920px;
	padding-block: 13.5rem 2rem;
	width: 100%;
}

.p-main__ttl-wrap h1 {
	color: #ffffff;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.4166666667;
	margin-bottom: 0.5rem;
	text-align: center;
}

.p-main__ttl-wrap p {
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.4;
	text-align: center;
}

#recruit #form .form-Box::before {
	content: none;
}

#recruit .p-contact .l-inner.l-contact {
	padding-block: 5rem 5.5rem;
}

#recruit #form .formttl {
	color: inherit;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 3.8888888889;
	margin-bottom: 5rem;
}

#recruit .p-contact .p-contact__txt {
	margin-bottom: 3.5rem;
  text-align: center;
}

.p-mv {
	background: url(../images/recruit/mv_bg.jpg) no-repeat top center/cover;
	margin-block: 2.5rem 5rem;
	margin-inline: auto;
	max-width: 1920px;
	position: relative;
	width: 100%;
}

.p-mv::after {
	background: url(../images/recruit/mv_en.svg) no-repeat center center/contain;
	bottom: 6.5rem;
	content: "";
	height: 10.8125rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 61.4375rem;
}

.p-mv .l-inner.l-mv {
	padding-block: 5.625rem 4rem;
}

.p-mv .p-mv__txt {
	display: grid;
	margin-bottom: 3.875rem;
	place-items: center;
}

.p-mv .p-mv__txt span {
	background: #ffffff;
	color: #00388D;
	font-size: 52px;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 2;
	padding-block: 1rem;
	padding-inline: 2.0625rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-mv .p-mv__ttl {
	text-align: center;
}

.p-link {
	margin-bottom: 6.6875rem;
}

.p-link .l-inner.l-link {
	margin-inline: auto;
	width: min(95%, 1280px);
}

.p-link .p-link__items {
	display: grid;
	gap: 0.5rem 0.6rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.p-link .p-link__item {
	border: 2px solid #00388D;
	display: grid;
	grid-row: span 2;
	grid-template-rows: 1fr auto;
}

.p-link .p-link__item a {
	display: inherit;
	grid-row: inherit;
	grid-template-rows: inherit;
	padding-block: 1.5rem 1.3rem;
}

.p-link .p-link__item a .icon {
	margin-bottom: 0.4375rem;
	text-align: center;
}

.p-link .p-link__item a p {
	color: #00388D;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.5909090909;
	margin-inline: auto;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
  padding-left: 2rem;
}

.p-link .p-link__item a p:before {
	background: url(../images/recruit/link_btn.svg) no-repeat center center/contain;
	content: "";
	height: 1.3rem;
	left: 0rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.3rem;
}

.p-about .p-about__ttl-wrap {
	background: url(../images/recruit/about.svg) no-repeat top center/cover;
	margin-bottom: 7rem;
	margin-inline: auto;
	padding-block: 0 0rem;
	width: min(95%, 670px);
}

.p-about .p-about__ttl-wrap .icon {
	margin-bottom: 1.375rem;
	text-align: center;
}

.p-about .p-about__ttl-wrap .ttl {
	text-align: center;
}

.p-about .p-about__items {
	display: grid;
	gap: 5rem 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.p-about .p-about__item-contents {
	background-color: #F5F5F5; /* 背景色を指定 */
	background-image: url(../images/recruit/about_line.svg); /* 画像を指定 */
	background-position: top left; /* 画像の位置を指定 */
	background-repeat: no-repeat; /* 画像を繰り返さない */
	background-size: auto; /* 画像のサイズ調整（必要に応じて変更） */
	display: grid;
	gap: 0 4.1875rem;
	grid-template-columns: 50.6% 48.5%;
	margin-bottom: -6.25rem;
	margin-inline: auto;
	padding-block: 5.5rem 0.625rem;
	padding-inline: 8.5rem 14.125rem;
	width: min(95%, 1680px);
}

.p-about .p-about__item-contents.reverse {
	grid-template-columns: 49.3% 50.6%;
}

.p-about .p-about__item-contents.reverse .p-about__item-contents-left {
	order: 2;
}

.p-about .p-about__item-contents.reverse .p-about__item-contents-right {
	order: 1;
}

.p-about .p-about__item-contents-left {
  position: relative;
  top: -8rem;
}

.p-about .p-about__item-contents-right.about03 {
	position: relative;
  top: -1rem;
}

.p-about .p-about__item-contents-right .num {
	margin-bottom: 0.75rem;
}

.p-about .p-about__item-contents-right h3 {
	font-size: 34px;
	font-size: 2.125rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.7058823529;
	margin-bottom: 2.875rem;
}

.p-about .p-about__item-contents-right h3 span {
	color: #00388D;
  font-weight: 700;
}

.p-about .p-about__item-contents-right .txt {

}

.p-about .p-about__item-contents-right .txt p {
  font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 2.25;
	margin-bottom: 2.5rem;
}

.p-about .p-about__item-contents-right .bottom {
	margin-block: 0;
}

.p-about .p-about__bottom-contents {
	background: #ffffff;
	margin-inline: auto;
	padding-block: 3.25rem 4.625rem;
	position: relative;
	width: min(95%, 1280px);
}

.p-about .p-about__bottom-contents p {
	color: #00388D;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 2;
	text-align: center;
}

.p-mv02 {
	background: url(../images/recruit/mv02_bg.jpg) no-repeat top center/cover;
	margin-inline: auto;
	max-width: 1920px;
	width: 100%;
}

.p-mv02 .l-inner.l-mv02 {
	margin-inline: auto;
	padding-block: 28.0625rem 3.125rem;
	width: min(95%, 1480px);
}

.c-sec__ttl {
	display: grid;
	gap: 1.5rem 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-bottom: 3.75rem;
	place-items: center;
}

.c-sec__ttl .top {
	color: #00388D;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.8571428571;
	position: relative;
}

.c-sec__ttl .top.merit {
  padding-left: 5rem;
}


.c-sec__ttl .top.thought:before {
	background: url(../images/recruit/thought_icon.svg) no-repeat center center/contain;
	content: "";
	height: 3rem;
	left: -4rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.75rem;
}

.c-sec__ttl .top.working:before {
	background: url(../images/recruit/working_icon.svg) no-repeat center center/contain;
	content: "";
	height: 3rem;
	left: -4rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.75rem;
}

.c-sec__ttl .top.career:before {
	background: url(../images/recruit/career_icon.svg) no-repeat center center/contain;
	content: "";
	height: 3rem;
	left: -4rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.75rem;
}

.c-sec__ttl .top.merit:before {
	background: url(../images/recruit/merit_icon.svg) no-repeat center center/contain;
	content: "";
	height: 3rem;
	left: 0.5rem;
	position: absolute;
	top: 0%;
	width: 2.75rem;
}

.c-sec__ttl .top.place:before {
	background: url(../images/recruit/place_icon.svg) no-repeat center center/contain;
	content: "";
	height: 3rem;
	left: -4rem;
	position: absolute;
	top: -15%;
	width: 2.75rem;
}

.p-thought {
	background: #F8F8F8;
	margin-bottom: 6.3125rem;
	padding-block: 10rem 5.75rem;
}

.p-thought .l-inner.l-thought {
	margin-inline: auto;
	width: min(95%, 1555px);
}

.p-thought .p-thought__contents-box {
	background: #ffffff;
	background-image: url(../images/recruit/thought_human01.png), url(../images/recruit/thought_human02.png); /* 画像を指定 */
	background-position: bottom left 8.5rem, bottom right 8rem; /* 画像の位置を指定 */
	background-repeat: no-repeat, no-repeat; /* 画像を繰り返さない */
	background-size: auto, auto; /* 画像のサイズ調整（必要に応じて変更） */
	padding-block: 3.5rem 4.9rem;
}

.p-thought .p-thought__txt {
	font-size: 35px;
	font-size: 2.1875rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 2.3428571429;
	margin-bottom: -0.0625rem;
	text-align: center;
}

.p-thought .p-thought__line {
	background: #00388D;
	height: 3px;
	margin-bottom: 1.5rem;
	margin-inline: auto;
	width: min(95%, 940px);
}

.p-thought .p-thought__txt02 {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 2.3333333333;
	margin-bottom: 2.875rem;
	text-align: center;
}

.p-thought .p-thought__ttl {
	background: linear-gradient(#00388d 0%, #00a1c2 100%);
	color: #ffffff;
	font-size: 42px;
	font-size: 2.625rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-bottom: 2.875rem;
	margin-inline: auto;
	padding-inline: 2rem;
	width: -moz-fit-content;
	width: fit-content;
	padding-block: 1.5rem;
	text-align: center;
}

.p-thought .p-thought__ttl span {
	color: #EEFF00;
}

.p-thought .p-thought__contents {
	align-items: center;
	display: grid;
	gap: 0 1.5625rem;
	grid-template-columns: 55.2% 42.3%;
	margin-bottom: 2.8125rem;
	margin-inline: auto;
	width: min(95%, 1000px);
}

.p-thought .p-thought__contents-left p {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 2.625;
	margin-bottom: 1.5rem;
}

.p-thought .p-thought__contents-left p span {
	color: #00388D;
  font-weight: 600;
}

.p-thought .p-thought__contents-left p.bottom {
	margin-block: 0;
}

.p-thought .p-thought__bottom-txt {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 2.3333333333;
	margin-bottom: 0.0625rem;
	text-align: center;
}

.p-thought .p-thought__bottom-line {
	margin-bottom: 2.75rem;
	margin-inline: auto;
	width: min(95%, 781px);
}

.p-thought .p-thought__bottom-line img {
  vertical-align: text-top;
}


.p-thought .p-thought__bottom-txt02 p {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 2.3636363636;
	text-align: center;
}

.p-thought .p-thought__bottom-txt02 p.top {
	color: #00388D;
	font-size: 32px;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.71875;
	margin-bottom: 0.5rem;
}

.p-working {
	margin-bottom: 9.125rem;
}

.p-working .l-inner.l-working {
	margin-inline: auto;
	width: min(85%, 1480px);
}

.p-working .p-working__items {
	display: grid;
	gap: 3.1rem 1.8rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.p-working .p-working__item .top {
	margin-bottom: 1.5rem;
	position: relative;
}

.p-working .p-working__item .num {
	left: 0;
	position: absolute;
	top: 0;
}

.p-working .p-working__item h3 {
	bottom: 1rem;
	color: #ffffff;
	font-size: 26px;
  font-size: 1.625rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.8461538462;
	padding-inline: 0 1rem;
	position: absolute;
	right: 0;
	text-align: right;
}

.p-working .p-working__item p {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 2.2857142857;
}

.p-career {
	background: #F8F8F8;
	padding-block: 5.875rem 7.5rem;
	margin-bottom: 7rem;
}

.p-career .l-inner.l-career {
	margin-inline: auto;
	width: min(95%, 1280px);
}

.p-career .p-career__items {
	display: grid;
	gap: 8.4375rem 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.p-career .p-career__item {
	position: relative;
}

.p-career .p-career__item::after {
	background: url(../images/recruit/career_triangle.svg) no-repeat center center/contain;
	bottom: -5.125rem;
	content: "";
	height: 2.1875rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 7.75rem;
}

.p-career .p-career__item:last-child::after {
	content: none;
}

.p-career .p-career__item-contents {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.p-career .p-career__item-contents-left {
	position: relative;
}

.p-career .p-career__item-contents-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;  
  object-position: top; 
}

.p-career .p-career__item-contents-left h3 {
	bottom: 1rem;
	color: #ffffff;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
	left: 1rem;
	letter-spacing: 0.04em;
	line-height: 2;
	padding-inline: 1rem 0;
	position: absolute;
}

.p-career .p-career__item-contents-left h3.career01 {
	left: 1rem;
	bottom: 1rem;
}

.p-career .p-career__item-contents-right {
	background: #ffffff;
	display: grid;
	gap: 1rem 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	padding-block: 2.25rem 2.5rem;
	padding-inline: 3.375rem 2.3125rem;
}

.p-career .p-career__item-contents-right .box {
	background: #F5F5F5;
	padding: 1rem 3.3rem;
}

.p-career .p-career__item-contents-right .box p {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 2.25;
}

.p-merit {
	margin-bottom: 7.125rem;
}

.p-merit .l-inner.l-merit {
	margin-inline: auto;
	width: min(85%, 1480px);
}

.p-merit .p-merit__items {
	display: grid;
	gap: 4.125rem 1.8125rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.p-merit .p-merit__item .top {
	margin-bottom: 1.875rem;
	position: relative;
}

.p-merit .p-merit__item .num {
	left: 0;
	position: absolute;
	top: 0;
}

.p-merit .p-merit__item h3 {
	bottom: 1rem;
	color: #ffffff;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.8461538462;
	padding-inline: 0 1rem;
	position: absolute;
	right: 0;
	text-align: right;
}

.p-merit .p-merit__item p {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 2.2857142857;
}

.p-mv03 {
	margin-bottom: 7.25rem;
}

.p-mv03 .p-mv03__img {
	margin-bottom: -13rem;
}

.p-mv03 .p-mv03__txt {
	display: grid;
	gap: 1rem 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 1480px);
}

.p-place {
	margin-bottom: 6.25rem;
}

.p-place .l-inner.l-place {
	margin-inline: auto;
	width: min(85%, 1100px);
}

.p-place .p-place__items {
	display: grid;
	gap: 3.125rem 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.p-place .p-place__item {
	display: grid;
	gap: 0 1.875rem;
	grid-template-columns: 45% 52.1%;
}

.p-place .p-place__item .right h3 {
	display: flex;
	gap: 0 1.4375rem;
	margin-bottom: 1.4375rem;
}

.p-place .p-place__item .right h3 span {
	color: #00388D;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.8571428571;
}


.p-place .p-place__item .right h3 span:nth-child(2) {
  position: relative;
  top: 0.2rem;
}

.p-place .p-place__item .right p {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 2.25;
}

.p-mv04 {
	margin-bottom: -3.5rem;
}

.p-mv04 .p-mv04__img {
	margin-bottom: -23rem;
}

.p-mv04 .p-mv04__txt {
	margin-bottom: -1rem;
	position: relative;
	text-align: center;
	z-index: 10;
}

.p-mv04 .p-mv04__contents {
	background: #ffffff;
	margin-inline: auto;
	padding-block: 3.75rem 2rem;
	position: relative;
	width: min(95%, 1100px);
}

.p-mv04 .p-mv04__items {
	display: grid;
	gap: 2rem 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 734px);
}

.p-mv04 .p-mv04__item {
	font-size: 25px;
	font-size: 1.5625rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.52;
	padding-left: 6rem;
	position: relative;
}

.p-mv04 .p-mv04__item:before {
	background: url(../images/recruit/check.svg) no-repeat center center/contain;
	content: "";
	height: 2.3125rem;
	left: 2.5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.875rem;
}

.p-mv04 .p-mv04__item:last-child::after {
  position: absolute;
  content: "など";
  font-size: 1.25rem;
  line-height: 2;
  font-weight: 700;
  bottom: -4.5rem;
  right: 3rem;
}

.p-recruit {
	padding-block: 8.1875rem 0rem;
}

.p-recruit .l-inner.l-recruit {
	background: #F8F8F8;
	margin-inline: auto;
	padding-block: 7.5rem 6.25rem;
	width: min(95%, 1800px);
}

.p-recruit .p-recruit__en {
	color: #00388d;
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.4090909091;
	margin-bottom: 0.5rem;
	text-align: center;
}

.p-recruit .p-recruit__ttl {
	font-size: 42px;
	font-size: 2.625rem;
	font-weight: 600;
	letter-spacing: 0.09em;
	line-height: 1.5952380952;
	margin-bottom: 2.5rem;
	text-align: center;
}

.p-recruit .p-recruit__info-box {
	background: #ffffff;
	margin-inline: auto;
	width: min(95%, 1480px);
	padding-block: 3.5rem 4rem;
}

.p-recruit .p-recruit__info {
	border-collapse: collapse;
	margin-inline: auto;
	width: min(95%, 1000px);
}

.p-recruit .p-recruit__info-row {
	border-bottom: 1px solid #D1D1D1;
}

.p-recruit .p-recruit__info-row-left {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 2.2857142857;
	margin: 0;
	padding: 0;
	padding-inline: 2.5rem 1rem;
	text-align: left;
	width: calc(100% - 51.1rem);
}

.p-recruit .p-recruit__info-row-right {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 2;
	margin: 0;
	padding: 0;
	padding: 2.2rem 0rem 2rem 0rem;
	width: 51.1rem;
}

.p-recruit .p-recruit__info-row-right p {
	margin-bottom: 2rem;
}

.p-recruit .p-recruit__info-row-right p span {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 2.2857142857;
}

.p-recruit .p-recruit__info-row-right p.bottom {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 2.2857142857;
	margin-block: 0;
}

.p-recruit .p-recruit__info-row-right .map {
	margin-bottom: 1.5rem;
}

.p-recruit .p-recruit__info-row-right .map.bottom {
	margin-bottom: 0;
}

.p-recruit .p-recruit__info-row-right .map iframe {
	height: 22.5rem;
	width: 100%;
}

}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1919px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1919px) {
.p-mv03 .p-mv03__img img {
  width: 100%;
  height: auto;        
}

.p-mv04 .p-mv04__img img {
  width: 100%;
  height: auto;        
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1700px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1700px) {
.p-about__item-contents-left img {
  width: 100%;
  height: auto;        
}

.p-about .p-about__item-contents {
  margin-bottom: -2rem;
}

.p-working .p-working__item .top .img img {
  width: 100%;
  height: auto;        
}

.p-merit .p-merit__item .top .img img {
  width: 100%;
  height: auto;        
}

.p-merit .p-merit__item h3 {
  font-size: 1.294vw;
}

.p-working .p-working__item h3 {
  font-size: 1.294vw;
}

.p-mv04 .p-mv04__img {
	margin-bottom: -19rem;
}

}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1600px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1600px) {
.p-thought .p-thought__contents-box {
	background: #ffffff;
	background-image: url(../images/recruit/thought_human01.png), url(../images/recruit/thought_human02.png); /* 画像を指定 */
	background-position: bottom left 6.5rem, bottom right 3rem; /* 画像の位置を指定 */
	background-repeat: no-repeat, no-repeat; /* 画像を繰り返さない */
	background-size: 20% auto, 22% auto; /* 画像のサイズ調整（必要に応じて変更） */
	padding-block: 3.5rem 4.9rem;
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1550px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1550px) {
.p-about .p-about__item-contents {
  padding-inline: 2rem 7rem;
}

}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1400px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1400px) {

.p-career .p-career__item-contents-left h3 {
  bottom: 1rem;
}

.p-career .p-career__item-contents-left h3.career01 {
	bottom: 1rem;
}

.p-place .p-place__item .img img {
  width: 100%;
  height: auto;        
} 

}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1300px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1300px) {
.p-mv04 .p-mv04__img {
	margin-bottom: -14rem;
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1250px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1250px) {
.p-thought .p-thought__contents-box {
	background: #ffffff;
	background-image: url(../images/recruit/thought_human01.png), url(../images/recruit/thought_human02.png); /* 画像を指定 */
	background-position: bottom left 1.5rem, bottom right 0rem; /* 画像の位置を指定 */
	background-repeat: no-repeat, no-repeat; /* 画像を繰り返さない */
	background-size: 20% auto, 22% auto; /* 画像のサイズ調整（必要に応じて変更） */
	padding-block: 3.5rem 4.9rem;
}

.p-mv .p-mv__txt span {
	font-size: 3.84vw;
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1200px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1200px) {
.p-thought .p-thought__contents-right img {
  width: 100%;
  height: auto;        
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1100px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1100px) {
.p-mv02 .l-inner.l-mv02 {
	padding-block: 21.0625rem 1.125rem;
}

.p-mv03 .p-mv03__txt span.bottom img {
  width: 95%;
}

}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1000px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1000px) {
.p-mv02 .p-mv02__txt img {
  width: 100%;
}

.p-mv04 .p-mv04__txt img {
  width: 85%;
  height: auto;        
}


}


/* ========================================
@media screen and (max-width: 767px) {
======================================== */
@media screen and (max-width: 767px) {
.p-main__ttl-wrap {
	background: url(../images/recruit/header_fv_sp.jpg) no-repeat top center/cover;
	margin-block: -17vw 0;
	padding-block: 38.889vw 12.319vw;
	width: 100%;
}

.p-main__ttl-wrap h1 {
	color: #ffffff;
	font-size: 7.246vw;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin-bottom: 3.763vw;
	text-align: center;
}

.p-main__ttl-wrap p {
	color: #ffffff;
	font-size: 4.831vw;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.4;
	text-align: center;
}

#recruit #form .form-Box::before {
	content: none;
}

#recruit .p-contact .l-inner.l-contact {
	padding-block: 22vw 14.25vw;
}

#recruit #form .formttl {
	color: inherit;
	font-size: 4.831vw;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.9;
	margin-bottom: 9.662vw;
}

#recruit .p-contact .p-contact__txt {
	margin-bottom: 8.797vw;
	width: min(95%, 94.2vw);
  margin-inline: auto;
}

.p-mv {
	background: url(../images/recruit/mv_bg_sp.jpg) no-repeat top center/cover;
	margin-bottom: 10.324vw;
	margin-inline: auto;
	position: relative;
	width: 100%;
}

.p-mv::after {
	background: url(../images/recruit/mv_en.svg) no-repeat center center/contain;
	bottom: 16.662vw;
	content: "";
	height: 14.251vw;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 81.159vw;
}

.p-mv .l-inner.l-mv {
	padding-block: 12.077vw 15.459vw;
}

.p-mv .p-mv__txt {
	display: grid;
	gap: 0.932vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-bottom: 14.976vw;
	place-items: center;
}

.p-mv .p-mv__txt span {
	background: #ffffff;
	color: #00388D;
	font-size: 4.589vw;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.6;
	padding-block: 1.449vw;
	padding-inline: 2.589vw;
	width: -moz-fit-content;
	width: fit-content;
}

.p-mv .p-mv__txt span.bottom {
	padding-inline: 6.589vw;
}

.p-mv .p-mv__ttl {
	text-align: center;
}

.p-mv .p-mv__ttl img {
	height: auto;
	width: 73.913vw;
}

.p-link {
	margin-bottom: 24.155vw;
}

.p-link .l-inner.l-link {
	margin-inline: auto;
	width: min(95%, 94.2vw);
}

.p-link .p-link__items {
	display: grid;
	gap: 1.415vw 2.415vw;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.p-link .p-link__item {
	border: 2px solid #00388D;
	display: grid;
	grid-row: span 2;
	grid-template-rows: auto 1fr;
}

.p-link .p-link__item a {
	display: inherit;
	grid-row: inherit;
	grid-template-rows: inherit;
	padding-block: 4.415vw 3.657vw;
	position: relative;
}

.p-link .p-link__item:nth-child(4) a,
.p-link .p-link__item:nth-child(5) a,
.p-link .p-link__item:nth-child(6) a {
	padding-block: 2.415vw 1.657vw;
}

.p-link .p-link__item a::after {
	background: url(../images/recruit/link_btn.svg) no-repeat center center/contain;
	bottom: 1.932vw;
	content: "";
	height: 3.865vw;
	position: absolute;
	right: 1.932vw;
	width: 3.623vw;
}

.p-link .p-link__item a .icon {
	display: grid;
	margin-bottom: 1.657vw;
	place-items: center;
	text-align: center;
}

.p-link .p-link__item a p {
	color: #00388D;
	font-size: 3.382vw;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.4285714286;
	position: static;
	text-align: center;
}

.p-link .p-link__item a p:before {
	content: none;
}

.p-about {
  margin-bottom: 12vw;
}

.p-about .p-about__ttl-wrap {
	background: url(../images/recruit/about.svg) no-repeat top center/cover;
	margin-bottom: 14.077vw;
	margin-inline: auto;
	padding-block: 0 0vw;
	width: min(95%, 92.9951690821vw);
}

.p-about .p-about__ttl-wrap .icon {
	margin-bottom: 4.314vw;
	text-align: center;
}

.p-about .p-about__ttl-wrap .icon img {
  width: 12vw;
}

.p-about .p-about__ttl-wrap .ttl {
	text-align: center;
}

.p-about .p-about__ttl-wrap .ttl img {
	height: auto;
	width: 69.807vw;
}

.p-about .p-about__items {
	display: grid;
	gap: 12.077vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.p-about .p-about__item-contents {
	background-color: #F5F5F5; /* 背景色を指定 */
	background-image: url(../images/recruit/about_line_sp.svg); /* 画像を指定 */
	background-position: top left; /* 画像の位置を指定 */
	background-repeat: no-repeat; /* 画像を繰り返さない */
	background-size: auto; /* 画像のサイズ調整（必要に応じて変更） */
	display: grid;
	gap: 5.763vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	padding-block: 2.415vw 13.638vw;
	padding-inline: 0;
	width: min(95%, 94.2vw);
	margin-bottom: -13vw;
}

.p-about .p-about__item-contents.reverse {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.p-about .p-about__item-contents-left img {
	height: auto;
	width: 100%;
}

.p-about .p-about__item-contents-right {
	margin-inline: auto;
	position: static;
	width: min(95%, 85.1vw);
}

.p-about .p-about__item-contents-right .num {
	margin-bottom: 1.657vw;
}

.p-about .p-about__item-contents-right .num img {
	height: auto;
	width: 6.246vw;
}

.p-about .p-about__item-contents-right h3 {
	font-size: 5.314vw;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.6363636364;
	margin-bottom: 3.797vw;
}

.p-about .p-about__item-contents-right h3 span {
	color: #00388D;
  font-weight: 700;
}

.p-about .p-about__item-contents-right .txt {

}


.p-about .p-about__item-contents-right .txt p {
	font-size: 3.382vw;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 2.1428571429;
	margin-bottom: 7.797vw;
}

.p-about .p-about__item-contents-right .bottom {
	margin-bottom: 0;
}

.p-about .p-about__bottom-contents {
	background: #ffffff;
	margin-inline: auto;
	padding-block: 7.213vw 7.662vw;
	position: relative;
	width: min(95%, 89.3vw);
}

.p-about .p-about__bottom-contents p {
	color: #00388D;
	font-size: 4.348vw;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.8888888889;
	text-align: center;
}

.p-mv02 {
	background: url(../images/recruit/mv02_bg_sp.jpg) no-repeat top center/cover;
	margin-inline: auto;
	width: 100%;
}

.p-mv02 .l-inner.l-mv02 {
	margin-inline: auto;
	padding-block: 36.232vw 8.077vw;
	width: min(95%, 94.2vw);
}

.c-sec__ttl {
	display: grid;
	gap: 3.937vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-bottom: 5.556vw;
	place-items: center;
}

.c-sec__ttl.career {
  margin-bottom: 10vw;
}

.c-sec__ttl.merit {
  gap: 1.937vw 0;
  margin-bottom: 9.556vw;
}

.c-sec__ttl.place {
  gap: 1.937vw 0;
  margin-bottom: 10.556vw;
}

.c-sec__ttl .top {
	color: #00388D;
	font-size: 4.348vw;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 2.8888888889;
	position: relative;
}

.c-sec__ttl .top.thought {
  padding-left: 10vw;
}

.c-sec__ttl .top.working {
  padding-left: 10vw;
}

.c-sec__ttl .top.career {
  padding-left: 10vw;
}

.c-sec__ttl .top.merit {
  padding-left: 10vw;
}

.c-sec__ttl .top.place {
  padding-left: 7vw;
}

.c-sec__ttl .top.thought:before {
	background: url(../images/recruit/thought_icon.svg) no-repeat center center/contain;
	content: "";
	height: 7.246vw;
	left: 0.5vw;
	position: absolute;
	top: 9%;
	width: 6.522vw;
}

.c-sec__ttl .top.working:before {
	background: url(../images/recruit/working_icon.svg) no-repeat center center/contain;
	content: "";
	height: 7.246vw;
	left: 0vw;
	position: absolute;
	top: 28%;
	width: 6.522vw;
}

.c-sec__ttl .top.career:before {
	background: url(../images/recruit/career_icon.svg) no-repeat center center/contain;
	content: "";
	height: 7.246vw;
	left: 0vw;
	position: absolute;
	top: 20%;
	width: 6.522vw;
}

.c-sec__ttl .top.merit:before {
	background: url(../images/recruit/merit_icon.svg) no-repeat center center/contain;
	content: "";
	height: 7.246vw;
	left: 0vw;
	position: absolute;
	top: 21%;
	width: 8.522vw;
}

.c-sec__ttl .top.place:before {
	background: url(../images/recruit/place_icon.svg) no-repeat center center/contain;
	content: "";
	height: 7.246vw;
	left: -4vw;
	position: absolute;
	top: 17%;
	width: 8.522vw;
}

.c-sec__ttl .bottom img {
	height: auto;
	width: 76.57vw;
}

.c-sec__ttl .bottom.merit img {
	height: auto;
	width: 92.57vw;
}

.c-sec__ttl .bottom.place img {
	height: auto;
	width: 87.57vw;
}

.p-thought {
	background: #F8F8F8;
	margin-bottom: 11.324vw;
	padding-block: 16.111vw 6.493vw;
}

.p-thought .l-inner.l-thought {
	margin-inline: auto;
	width: min(95%, 94.2vw);
}

.p-thought .p-thought__contents-box {
	background: #ffffff;
	background-image: url(../images/recruit/thought_human01_sp.png), url(../images/recruit/thought_human02_sp.png); /* 画像を指定 */
	background-position: bottom left 6vw, bottom right 6vw; /* 画像の位置を指定 */
	background-repeat: no-repeat, no-repeat; /* 画像を繰り返さない */
	background-size: 34.8vw auto, 38.8vw auto; /* 画像のサイズ調整（必要に応じて変更） */
	padding-block: 8.111vw 61.527vw;
}

.p-thought .p-thought__txt {
	font-size: 4.831vw;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 2;
	margin-bottom: 1.348vw;
	text-align: center;
}

.p-thought .p-thought__line {
	background: #00388D;
	height: 0.48vw;
	margin-bottom: 7.179vw;
	margin-inline: auto;
	width: min(95%, 82.1vw);
}

.p-thought .p-thought__txt02 {
	font-size: 3.382vw;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 2.2857142857;
	margin-bottom: 8.628vw;
	text-align: center;
}

.p-thought .p-thought__ttl {
	background: linear-gradient(#00388d 0%, #00a1c2 100%);
	color: #ffffff;
	font-size: 6.28vw;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.9230769231;
	margin-bottom: 8.111vw;
	margin-inline: auto;
	padding-inline: 3.865vw;
	padding-block: 4vw;
	width: 100%;
}

.p-thought .p-thought__ttl span {
	color: #EEFF00;
}

.p-thought .p-thought__contents {
	display: grid;
	gap: 5.28vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-bottom: 7.628vw;
}

.p-thought .p-thought__contents-left {
	margin-inline: auto;
	order: 2;
	width: min(95%, 82.1vw);
}

.p-thought .p-thought__contents-left p {
	font-size: 3.382vw;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 2.1428571429;
	margin-bottom: 6.797vw;
}

.p-thought .p-thought__contents-left p span {
	color: #00388D;
}

.p-thought .p-thought__contents-left p.bottom {
	margin-block: 0;
}

.p-thought .p-thought__contents-right {
	margin-inline: auto;
	order: 1;
	width: min(95%, 89.3vw);
}

.p-thought .p-thought__bottom-txt {
	font-size: 3.865vw;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.875;
	margin-inline: auto;
	text-align: left;
	width: min(95%, 82.1vw);
	margin-bottom: 2vw;
}

.p-thought .p-thought__bottom-line {
	margin-bottom: 8.493vw;
	margin-inline: auto;
	width: min(95%, 94.2vw);
}

.p-thought .p-thought__bottom-line img {
  vertical-align: text-top;
}

.p-thought .p-thought__bottom-txt02 p {
	font-size: 3.382vw;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 2.1428571429;
	text-align: center;
}

.p-thought .p-thought__bottom-txt02 p.top {
	color: #00388D;
	font-size: 5.314vw;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.8636363636;
	margin-bottom: 2vw;
}

.p-working {
	margin-bottom: 22.324vw;
}

.p-working .l-inner.l-working {
	margin-inline: auto;
	width: min(95%, 89.3vw);
}

.p-working .p-working__items {
	display: grid;
	gap: 6.696vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.p-working .p-working__item .top {
	margin-bottom: 4.246vw;
	position: relative;
}

.p-working .p-working__item .num {
	left: 0;
	position: absolute;
	top: 0;
}

.p-working .p-working__item .num img {
  width: 17vw;
}

.p-working .p-working__item h3 {
	bottom: 1.865vw;
	color: #ffffff;
	font-size: 4.831vw;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.85;
	padding-inline: 0 3.865vw;
	position: absolute;
	right: 0;
	text-align: right;
}

.p-working .p-working__item P {
  font-size: 3.382vw;
  line-height: 2.1;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.p-career {
	background: #F8F8F8;
	padding-block: 15.57vw 13.986vw;
	margin-bottom: 11vw;
}

.p-career .l-inner.l-career {
	margin-inline: auto;
	width: min(95%, 94.2vw);
}

.p-career .p-career__items {
	display: grid;
	gap: 17.609vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.p-career .p-career__item {
	position: relative;
}

.p-career .p-career__item::after {
	background: url(../images/recruit/career_triangle.svg) no-repeat center center/contain;
	bottom: -11.077vw;
	content: "";
	height: 4.589vw;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 15.7vw;
}

.p-career .p-career__item:last-child::after {
	content: none;
}

.p-career .p-career__item-contents {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.p-career .p-career__item-contents-left {
	position: relative;
}

.p-career .p-career__item-contents-left h3 {
	bottom: 1vw;
	color: #ffffff;
	font-size: 3.382vw;
	font-weight: 600;
	left: 0;
	letter-spacing: 0.04em;
	line-height: 2;
	padding-inline: 4.865vw 0;
	position: absolute;
}

.p-career .p-career__item-contents-right {
	background: #ffffff;
	display: grid;
	gap: 3.415vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	padding-block: 6.039vw;
	padding-inline: 2.415vw;
}

.p-career .p-career__item-contents-right .box {
	background: #F5F5F5;
	padding: 4.039vw 4.831vw;
}

.p-career .p-career__item-contents-right .box p {
	font-size: 3.382vw;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 2.1428571429;
}

.p-merit {
	margin-bottom: 18.324vw;
}

.p-merit .l-inner.l-merit {
	margin-inline: auto;
	width: min(95%, 89.3vw);
}

.p-merit .p-merit__items {
	display: grid;
	gap: 6.696vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.p-merit .p-merit__item .top {
	margin-bottom: 4.246vw;
	position: relative;
}

.p-merit .p-merit__item .num {
	left: 0;
	position: absolute;
	top: 0;
}

.p-merit .p-merit__item .num img {
  width: 18vw;
}

.p-merit .p-merit__item h3 {
	bottom: 1.865vw;
	color: #ffffff;
	font-size: 4.831vw;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.85;
	padding-inline: 0 4.865vw;
	position: absolute;
	right: 0;
	text-align: right;
}

.p-merit .p-merit__item p {
  font-size: 3.382vw;
  line-height: 2.1;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.p-merit .p-merit__item p span {
  font-weight: 700;
}

.p-mv03 {
	margin-bottom: 16.155vw;
}

.p-mv03 .p-mv03__img {
	margin-bottom: -21.155vw;
}

.p-mv03 .p-mv03__txt {
	display: grid;
	gap: 0.932vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 94.2vw);
}

.p-place {
	margin-bottom: 16.324vw;
}

.p-place .l-inner.l-place {
	margin-inline: auto;
	width: min(95%, 89.3vw);
}

.p-place .p-place__items {
	display: grid;
	gap: 9.527vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.p-place .p-place__item {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.p-place .p-place__item .img {
	margin-bottom: 2.797vw;
	order: 2;
}

.p-place .p-place__item .right {
	display: contents;
}

.p-place .p-place__item .right h3 {
	align-items: flex-start;
	display: flex;
	gap: 0 4.932vw;
	margin-bottom: 4.797vw;
	order: 1;
}

.p-place .p-place__item .right h3 span {
	color: #00388D;
	font-size: 5.314vw;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.7272727273;
}

.p-place .p-place__item .right h3 span img {
  width: 10vw;
}

.p-place .p-place__item .right p {
	font-size: 3.382vw;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 2.5714285714;
	order: 3;
}

.p-mv04 {
	margin-bottom: -5.797vw;
}

.p-mv04 .p-mv04__img {
	margin-bottom: -25.971vw;
}

.p-mv04 .p-mv04__txt {
	margin-bottom: -0.797vw;
	margin-inline: auto;
	position: relative;
	width: min(95%, 94.2vw);
	z-index: 10;
}

.p-mv04 .p-mv04__contents {
	background: #ffffff;
	margin-inline: auto;
	padding-block: 8.005vw 12.039vw;
	position: relative;
	width: min(95%, 89.3vw);
}

.p-mv04 .p-mv04__items {
	display: grid;
	gap: 5.865vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 82.1vw);
}

.p-mv04 .p-mv04__item {
	font-size: 3.865vw;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.5;
	padding-left: 8.662vw;
	position: relative;
}

.p-mv04 .p-mv04__item:last-child::after {
  position: absolute;
  content: "など";
  font-size: 3.382vw;
  line-height: 1.6;
  font-weight: 700;
  bottom: -7.5vw;
  right: 4vw;
}

.p-mv04 .p-mv04__item:before {
	background: url(../images/recruit/check.svg) no-repeat center center/contain;
	content: "";
	height: 4.348vw;
	left: 1vw;
	position: absolute;
	top: 0.5vw;
	width: 5.314vw;
}

.p-recruit {
	padding-block: 0;
}

.p-recruit .l-inner.l-recruit {
	background: #F8F8F8;
	padding-block: 20.812vw 0;
	width: 100%;
}

.p-recruit .p-recruit__en {
	color: #00388d;
	font-size: 4.348vw;
	font-weight: 600;
	letter-spacing: 0.03em;
	line-height: 1.5555555556;
	margin-bottom: 1.865vw;
	text-align: center;
}

.p-recruit .p-recruit__ttl {
	font-size: 6.28vw;
	font-weight: 600;
	letter-spacing: 0.09em;
	line-height: 2.3076923077;
	margin-bottom: 4.662vw;
	text-align: center;
}

.p-recruit .p-recruit__info-box {
	background: #ffffff;
	margin-inline: auto;
	width: min(95%, 94.2vw);
	padding-block: 0 25vw;
}

.p-recruit .p-recruit__info {
	border-collapse: collapse;
	margin-inline: auto;
	width: min(95%, 89.3vw);
}

.p-recruit .p-recruit__info-row {
	border-bottom: 0.2vw solid #D1D1D1;
}

.p-recruit .p-recruit__info-row-left {
	font-size: 3.382vw;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 2.2857142857;
	margin: 0;
	padding: 0;
	padding-inline: 3.2vw 0;
	text-align: left;
	width: calc(100% - 64.9vw);
}

.p-recruit .p-recruit__info-row-right {
	font-size: 3.382vw;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 2.2857142857;
	margin: 0;
	padding: 0;
	padding: 5.5vw 0.2vw 4.2vw 4.2vw;
	width: 64.9vw;
}

.p-recruit .p-recruit__info-row-right p {
	margin-bottom: 7.729vw;
}

.p-recruit .p-recruit__info-row-right p span {
	font-size: 3.382vw;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 2.2857142857;
}

.p-recruit .p-recruit__info-row-right p.bottom {
	font-size: 3.382vw;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 2.2857142857;
	margin-block: 0;
}

.p-recruit .p-recruit__info-row-right .map {
	margin-bottom: 2.662vw;
}

.p-recruit .p-recruit__info-row-right .map.bottom {
	margin-bottom: 0;
}

.p-recruit .p-recruit__info-row-right .map iframe {
	height: 44.961vw;
	width: 100%;
}
}

