@charset "UTF-8";

/* ========================================
   @media screen and (min-width: 768px),print
======================================== */
@media screen and (min-width: 768px),print {
.p-fv {
  position: relative;
  background: #F9F2F1;
}

.l-inner.l-fv {
	background: #F9F2F1;
	position: relative;
}

.l-inner.l-fv::after {
	background: url(../images/staff/fv_bg.png) no-repeat bottom center/auto;
	bottom: -110px;
	content: "";
	height: 472px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-fv__contents {
	align-items: center;
	display: grid;
	gap: 0 77px;
	grid-template-columns: 410px 610px;
	justify-content: center;
	position: relative;
	left: 48px;
	z-index: 10;
	top: 40px;
}

.p-fv__contents-left h2 {
	font-size: 40px;
  font-size: clamp(2rem, 1.667rem + 0.69vw, 2.5rem);
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.6;
	margin-bottom: 34px;
	color: #E3899F;
}

.p-fv__contents-left h2 span {
	color: #33272A;
}

.p-fv__contents-left .txt {
	font-size: 18px;
  font-size: clamp(0.75rem, 0.5rem + 0.52vw, 1.125rem);
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.85;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	-webkit-text-decoration-style: dotted;
	text-decoration-style: dotted;
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
	-webkit-text-decoration-color: var(--neutral-paragraph, #594A4E);
	text-decoration-color: var(--neutral-paragraph, #594A4E);
	text-decoration-thickness: 1px; /* 5.556% */
	text-underline-offset: 25%; /* 4.5px */
	text-underline-position: from-font;
  color: #594A4E;
}

.p-fv__icon01 {
	left: calc(50% - 220px);
	position: absolute;
	top: 27px;
  background: #F9F2F1;
  z-index: 1;
}

.p-fv__icon02 {
	bottom: 19px;
	position: absolute;
	right: 79px;
  z-index: 1;
  background: #F9F2F1;
}

.p-fv__icon02 img {
	mix-blend-mode: multiply;
	opacity: 0.8;
}

.p-message {
	background: #FFFFFE;
}

.p-message .l-inner.l-message {
	padding-block: 177px 382px;
	position: relative;
}

.p-message .p-message_icon01 {
	left: 0;
	position: absolute;
	top: 190px;
}

.p-message .p-message_icon02 {
	position: absolute;
	right: 0;
	top: 179px;
}

.p-message .p-message_icon03 {
	position: absolute;
	right: 0;
	top: 622px;
}

.p-message .p-message_icon04 {
	bottom: 388px;
	left: 0;
	position: absolute;
}

.p-message .p-message__box {
	background: #F9F2F1;
	border-radius: 30px;
	margin-inline: auto;
	padding-block: 120px 83px;
	width: min(85%, 1198px);
  position: relative;
  z-index: 10;
}

.p-message .p-message__ttl {
	color: #3B4E71;
	font-size: 46px;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-bottom: 40px;
	text-align: center;
}

.p-message .p-message__subttl {
	color: #3B4E71;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-bottom: 24px;
	text-align: center;
}

.p-message .p-message__contents {
	display: grid;
	gap: 0 32px;
	grid-template-columns: 534px 450px;
	justify-content: center;
	margin-bottom: 90px;
	align-items: center;
}

.p-message .p-message__contents.reverse {
	gap: 0 50px;
	grid-template-columns: 525px 426px;
	align-items: flex-start;
	margin-bottom: 0;
}

.p-message .p-message__contents.reverse .p-message__contents-left {
	order: 2;
}

.p-message .p-message__contents.reverse .p-message__contents-right {
	order: 1;
}

.p-message .p-message__contents.reverse .p-message__contents-right p {
	font-size: 16px;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 2.05;
	margin-bottom: 36px;
}

.p-message .p-message__contents-right p {
	font-size: 16px;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.75;
	margin-bottom: 29px;
}

.p-message .p-message__contents-right p.big {
	font-size: 18px;
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.7222222222;
}

.p-message .p-message__contents-right p.bottom {
	margin-bottom: 0;
}

.p-staff {
	background: #F2F2E2;
	position: relative;
}

.p-staff:before {
	background: url(../images/staff/staff_bg.png) no-repeat top center/auto;
	content: "";
	height: 472px;
	left: 0;
	position: absolute;
	top: -277px;
	width: 100%;
}

.p-staff::after {
	background: url(../images/staff/staff_bg02.png) no-repeat top center/auto;
	bottom: -200px;
	content: "";
	height: 200px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-staff .l-inner.l-staff {
	position: relative;
	z-index: 10;
}

.p-staff .p-staff__icon01 {
	left: 0;
	position: absolute;
	top: -222px;
}

.p-staff .p-staff__icon02 {
	position: absolute;
	right: 0;
	top: -303px;
}

.p-staff .p-staff__icon03 {
	left: 17px;
	position: absolute;
	top: 248px;
}

.p-staff .p-staff__icon04 {
	bottom: -64px;
	position: absolute;
	right: 169px;
}

.p-staff .p-staff__ttl {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-bottom: 35px;
	text-align: center;
  position: relative;
  z-index: 10;
}

.p-staff .p-staff__ttl span {
	color: #3B4E71;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5;
	text-align: center;
}

.p-staff .p-staff__txt {
	color: #594A4E;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.75;
	margin-bottom: 70px;
	text-align: center;
}

.p-staff .system-list {
	display: grid;
	gap: 33px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-inline: auto;
	width: min(85%, 1099px);
  position: relative;
  z-index: 10;
}

.p-staff .system-list li {
	background: #FFFFFE;
	border-radius: 10px;
	display: grid;
	grid-row: span 5;
	padding-block: 16px 13px;
	padding-inline: 10px;
}

.p-staff .system-pic {
	margin-bottom: 22px;
	text-align: center;
}

.p-staff .system-pic img {
	border-radius: 276px;
	height: 230px;
	width: 230px;
}

.p-staff .system-job {
	color: #594A4E;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1;
	margin-bottom: 10px;
	text-align: center;
}

.p-staff .system-ttl {
	color: #3B4E71;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	margin-bottom: 10px;
	text-align: center;
}

.p-staff .system-txt {
	color: #594A4E;
	font-size: 16px;
  font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.5;
	margin-bottom: 10px;
}

.p-staff .system-txt02 {
	color: #594A4E;
	font-size: 16px;
  font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.5;
}

.p-bottom {
	padding-block: 200px 200px;
}

.p-bottom .l-inner.l-bottom {
	position: relative;
	padding-block: 52px 0;
}

.p-bottom .p-bottom__icon01 {
	left: 36px;
	position: absolute;
	top: -65px;
}

.p-bottom .p-bottom__icon02 {
	position: absolute;
	right: 0;
	top: 193px;
}

.p-bottom .p-bottom__icon03 {
	bottom: -190px;
	left: 0;
	position: absolute;
}

.p-bottom .p-bottom__img {
	margin-bottom: 20px;
	text-align: center;
  position: relative;
  z-index: 10;
}

.p-bottom .p-bottom__ttl {
	color: #594A4E;
	font-size: 38px;
  font-size: clamp(1.75rem, 1.333rem + 0.87vw, 2.375rem);
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.57;
	margin-inline: auto;
	padding-inline: 57px;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
  position: relative;
  z-index: 10;
}

.p-bottom .p-bottom__ttl:before {
	background: url(../images/staff/bottom_ttl_icon.png) no-repeat center center/contain;
	content: "";
	height: 44px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 43px;
}

.p-bottom .p-bottom__ttl::after {
	background: url(../images/staff/bottom_ttl_icon.png) no-repeat center center/contain;
	content: "";
	height: 44px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 43px;
}

.p-link {
	background: #FFFFFE;
	position: relative;
}

.p-link:before {
	background: url(../images/staff/link_bg.png) no-repeat top center/auto;
	content: "";
	height: 200px;
	left: 0;
	position: absolute;
	top: -200px;
	width: 100%;
}

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

.p-link .p-link__items {
	display: grid;
	gap: 45px 34px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.p-link .p-link__item:nth-child(1) img {
	margin-bottom: -16px;
	position: relative;
	top: -16px;
}

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

.p-link .p-link__item a img {
	height: auto;
	margin-bottom: 8px;
	width: 100%;
}

.p-link .p-link__item a p {
	font-size: 16px;
  font-size: clamp(0.75rem, 0.583rem + 0.35vw, 1rem);
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.75;
}

}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1850px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1850px) {
.p-fv__icon02 {
	bottom: 1.027vw;
	position: absolute;
	right: 4.27vw;
  z-index: 1;
  background: #F9F2F1;
}

.p-fv__icon02 img {
  width: 16.054vw;
  height: auto;
}

.p-message .p-message_icon01 {
	left: 0;
	position: absolute;
	top: 10.27vw;
}

.p-message .p-message_icon01 img {
  width: 17.297vw;
  height: auto;
}

.p-message .p-message_icon02 {
	position: absolute;
	right: 0;
	top: 9.676vw;
}

.p-message .p-message_icon02 img {
  width: 14.162vw;
  height: auto;
}

.p-message .p-message_icon03 {
	position: absolute;
	right: 0;
	top: 33.622vw;
}

.p-message .p-message_icon03 img {
  width: 26.649vw;
  height: auto;
}

.p-message .p-message_icon04 {
	bottom: 20.973vw;
	left: 0;
	position: absolute;
}

.p-message .p-message_icon04 img {
  width: 11.73vw;
  height: auto;
}

.p-staff .p-staff__icon01 {
	left: 0;
	position: absolute;
	top: -12vw;
}

.p-staff .p-staff__icon01 img {
  width: 31.189vw;
  height: auto;
}

.p-staff .p-staff__icon02 {
	position: absolute;
	right: 0;
	top: -16.378vw;
}

.p-staff .p-staff__icon02 img {
  width: 18.649vw;
  height: auto;
}

.p-staff .p-staff__icon03 {
	left: 0.919vw;
	position: absolute;
	top: 13.405vw;
}

.p-staff .p-staff__icon03 img {
  width: 10.865vw;
  height: auto;
}

.p-staff .p-staff__icon04 {
	bottom: -3.459vw;
	position: absolute;
	right: 9.135vw;
}

.p-staff .p-staff__icon04 img {
  width: 10vw;
  height: auto;
}


.p-bottom .p-bottom__icon01 {
	left: 1.946vw;
	position: absolute;
	top: -3.514vw;
}

.p-bottom .p-bottom__icon01 img {
  width: 13.405vw;
  height: auto;
}

.p-bottom .p-bottom__icon02 {
	position: absolute;
	right: 0;
	top: 10.432vw;
}

.p-bottom .p-bottom__icon02 img {
  width: 14.162vw;
  height: auto;
}

.p-bottom .p-bottom__icon03 {
	bottom: -10.27vw;
	left: 0;
	position: absolute;
}

.p-bottom .p-bottom__icon03 img {
  width: 16.541vw;
  height: auto;
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1350px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1350px) {
.p-fv__contents {
	align-items: center;
	display: grid;
	gap: 0 5.704vw;
	grid-template-columns: 30.37vw 45.185vw;
	justify-content: center;
	position: relative;
	left: 0vw;
	z-index: 10;
	top: 2.963vw;
}

.p-fv .p-fv__contents-right 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-message .p-message__contents {
	display: grid;
	gap: 0 2.462vw;
	grid-template-columns: 41.077vw 34.615vw;
	justify-content: center;
	margin-bottom: 6.923vw;
	align-items: center;
}

.p-message .p-message__contents.reverse {
	gap: 0 3.846vw;
	grid-template-columns: 40.385vw 32.769vw;
	align-items: flex-start;
	margin-bottom: 0;
}

.p-message .p-message__contents-left img {
  width: 100%;
  height: auto;        
}

.p-staff .system-pic img {
	border-radius: 21.231vw;
	height: 15.692vw;
	width: 15.692vw;
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1200px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1200px) {
.p-bottom .p-bottom__img img {
  width: 80%;
  height: auto;        
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1150px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1150px) {
.p-link .p-link__item:nth-child(1) img {
	margin-bottom: -1.391vw;
	position: relative;
	top: -1.391vw;
}
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1100px) {
======================================== */
@media screen and (min-width:768px) and ( max-width:1100px) {
.p-fv__icon01 img {
  width: 161px;
  height: auto;
}

.p-fv__contents {
  top: 0;
}
}


/* ========================================
  @media screen and (max-width: 767px)
======================================== */
@media screen and (max-width: 767px) {
.p-fv {
	position: relative;
}

.p-fv::after {
	background: url(../images/staff/fv_bg.png) no-repeat top center/contain;
	bottom: -12.879vw;
	content: "";
	height: 24.879vw;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.l-inner.l-fv {
	background: #F9F2F1;
	position: relative;
	z-index: 10;
}

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

.p-fv__contents-left {
	display: contents;
}

.p-fv__contents-left h2 {
	font-size: 6.28vw;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.6;
	margin-bottom: 4.831vw;
	order: 1;
	text-align: center;
  color: #E3899F;
}

.p-fv__contents-left h2 span {
	color: #33272A;
}

.p-fv__contents-left .txt {
	font-size: 3.864vw;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.85;
	order: 3;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	-webkit-text-decoration-style: dotted;
	text-decoration-style: dotted;
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
	-webkit-text-decoration-color: var(--neutral-paragraph, #594A4E);
	margin-inline: auto;
	text-decoration-color: var(--neutral-paragraph, #594A4E);
	text-decoration-thickness: 0.242vw; /* 5.556% */
	text-underline-offset: 25%; /* 4.5px */
	text-underline-position: from-font;
	width: min(95%, 92.7vw);
	text-align: center;
  color: #594A4E;
}

.p-fv__contents-right {
	margin-bottom: 4.831vw;
	order: 2;
	text-align: center;
}

.p-fv__contents-right img {
	height: auto;
	width: 68.599vw;
}

.p-fv__icon01 {
	left: 0;
	position: absolute;
	top: 7.662vw;
}

.p-fv__icon01 img {
	height: auto;
	width: 17.256vw;
}

.p-fv__icon02 {
	bottom: 32.155vw;
	position: absolute;
	right: 0;
}

.p-fv__icon02 img {
	height: auto;
	mix-blend-mode: multiply;
	opacity: 0.8;
	width: 19.396vw;
}

.p-message {
  background: #FFFFFE;
}

.p-message .l-inner.l-message {
  padding-block: 22vw 30vw;
}

.p-message .p-message_icon02 {
	bottom: 21vw;
	left: 0;
	position: absolute;
}

.p-message .p-message_icon02 img {
	height: auto;
	width: 14.498vw;
}

.p-message .p-message_icon03 {
	bottom: 23vw;
	position: absolute;
	right: 0;
}

.p-message .p-message_icon03 img {
	height: auto;
	width: 33.894vw;
}

.p-message .p-message__box {
	background: #F9F2F1;
	border-radius: 4.831vw;
	margin-inline: auto;
	padding-block: 9.179vw;
	width: min(95%, 91.7vw);
	position: relative;
	z-index: 10;
}

.p-message .p-message__ttl {
	color: #3B4E71;
	font-size: 7.246vw;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-bottom: 5.662vw;
	text-align: center;
}

.p-message .p-message__subttl {
	color: #3B4E71;
	font-size: 4.348vw;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-bottom: 6.797vw;
	text-align: center;
}

.p-message .p-message__contents {
	display: grid;
	gap: 6.797vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-bottom: 12vw;
}

.p-message .p-message__contents.reverse {
	display: grid;
	gap: 7.797vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.p-message .p-message__contents.reverse .p-message__contents-left {
	order: 1;
}

.p-message .p-message__contents.reverse .p-message__contents-right {
	order: 2;
}

.p-message .p-message__contents.reverse .p-message__contents-right p {
	font-size: 3.865vw;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 2.05;
}

.p-message .p-message__contents-left {
	text-align: center;
}

.p-message .p-message__contents-left img {
	height: auto;
	width: 81.884vw;
}

.p-message .p-message__contents-right {
	margin-inline: auto;
	width: min(95%, 83.0917874396vw);
}

.p-message .p-message__contents-right p {
	font-size: 3.865vw;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.75;
	margin-bottom: 6.7vw;
}

.p-message .p-message__contents-right p.big {
	font-size: 3.865vw;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.75;
}

.p-message .p-message__contents-right p.bottom {
	margin-bottom: 0;
}

.p-staff {
	background: #F2F2E2;
	position: relative;
	padding-block: 0 8vw;
}

.p-staff:before {
	background: url(../images/staff/staff_bg_sp.png) no-repeat top center/contain;
	content: "";
	height: 24.879vw;
	left: 0;
	position: absolute;
	top: -18.879vw;
	width: 100%;
}

.p-staff::after {
	background: url(../images/staff/staff_bg02_sp.png) no-repeat top center/contain;
	bottom: -4.903vw;
	content: "";
	height: 9.903vw;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-staff .l-inner.l-staff {
	position: relative;
	z-index: 10;
}

.p-staff .p-staff__ttl {
	font-size: 4.348vw;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.5;
	margin-bottom: 1.415vw;
	text-align: center;
}

.p-staff .p-staff__ttl span {
	color: #3B4E71;
	font-size: 6.763vw;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 2;
	text-align: center;
}

.p-staff .p-staff__txt {
	color: #594A4E;
	font-size: 3.865vw;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.75;
	margin-bottom: 3.908vw;
	margin-inline: auto;
	text-align: center;
	width: min(95%, 82.8vw);
	text-align: left;
}

.p-staff .system-list {
	display: grid;
	gap: 7.246vw 0;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	margin-inline: auto;
	width: min(95%, 91.7vw);
}

.p-staff .system-list li {
	background: #FFFFFE;
	border-radius: 2.415vw;
	display: block;
	padding-block: 4.831vw;
	padding-inline: 4.348vw;
}

.p-staff .system-list li .wrap {
	align-items: center;
	display: grid;
	gap: 0 5.314vw;
	grid-template-columns: 36.2vw minmax(0, 1fr);
	margin-bottom: 1vw;
}

.p-staff .system-pic {
	margin-bottom: 0;
	text-align: center;
}

.p-staff .system-pic img {
	border-radius: 66.667vw;
	height: 36.232vw;
	width: 36.232vw;
}

.p-staff .system-job {
	color: #594A4E;
	font-size: 3.865vw;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1;
	margin-bottom: 2.415vw;
	text-align: left;
}

.p-staff .system-ttl {
	color: #3B4E71;
	font-size: 5.797vw;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	margin-bottom: 0px;
	text-align: left;
}

.p-staff .system-txt {
	color: #594A4E;
	font-size: 3.865vw;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.5;
	margin-bottom: 1vw;
}

.p-staff .system-txt02 {
	color: #594A4E;
	font-size: 3.865vw;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.5;
}

.p-bottom {
	padding-block: 0 13.662vw;
}

.p-bottom .l-inner.l-bottom {
	position: relative;
}

.p-bottom .p-bottom__img {
	margin-bottom: 10.87vw;
	text-align: center;
}

.p-bottom .p-bottom__img img {
	height: auto;
	width: 93.237vw;
}

.p-bottom .p-bottom__ttl {
	color: #594A4E;
	font-size: 5.797vw;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.57;
	margin-inline: auto;
	padding-inline: 10.662vw;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-bottom .p-bottom__ttl:before {
	background: url(../images/staff/bottom_ttl_icon_sp.png) no-repeat center center/contain;
	content: "";
	height: 7.729vw;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 7.488vw;
}

.p-bottom .p-bottom__ttl::after {
	background: url(../images/staff/bottom_ttl_icon_sp.png) no-repeat center center/contain;
	content: "";
	height: 7.729vw;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 7.488vw;
}

.p-link {
	background: #FFFFFE;
	position: relative;
}

.p-link:before {
	background: url(../images/staff/link_bg_sp.png) no-repeat top center/contain;
	content: "";
	height: 9.662vw;
	left: 0;
	position: absolute;
	top: -9.662vw;
	width: 100%;
}

.p-link .l-inner.l-link {
	margin-inline: auto;
	width: min(95%, 82.1vw);
	padding-block: 7vw 5vw;
}

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

.p-link .p-link__item:nth-child(1) img {
	margin-bottom: -5.865vw;
	position: relative;
	top: -3.865vw;
}

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

.p-link .p-link__item a img {
	height: auto;
	margin-bottom: 2.932vw;
	width: 100%;
}

.p-link .p-link__item a p {
	font-size: 3.623vw;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.65;
}
}