@charset "UTF-8";
/*
 * 参考
 * https: //github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Set core root defaults */
html:focus-within {
	scroll-behavior: smooth;
}

/* Set core body defaults */
body {
	min-height: 100vh;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
	max-width: 100%;
	display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
	font: inherit;
}

li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https: //css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https: //webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
	font-size: 16px;
}
@media (max-width: 375px) {
	html {
		font-size: 4.2666666667vw;
	}
}
@media screen and (min-width: 768px) {
	html {
		font-size: 1.3333333333vw;
	}
}
@media (min-width: 1200px) {
	html {
		font-size: 16px;
	}
}

html {
	scroll-behavior: smooth; /* ブラウザデフォルトのスムーズスクロール */
}

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 400;
	color: #333;
}

a {
	text-decoration: none;
	color: inherit;
	transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
	a:hover {
		opacity: 0.8;
	}
}

.pc-display {
	display: none;
}
@media screen and (min-width: 768px) {
	.pc-display {
		display: block;
	}
}

.sp-display {
	display: block;
}
@media screen and (min-width: 768px) {
	.sp-display {
		display: none;
	}
}

.l-company {
	margin-top: 6.875rem;
}

.l-footer {
	margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
	.l-footer {
		margin-top: 25rem;
	}
}

.l-header {
	position: fixed;
	z-index: 900;
	top: 0;
	right: 0;
	left: 0;
}

.l-inner {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (min-width: 768px) {
	.l-inner {
		padding-right: 25px;
		padding-left: 25px;
		max-width: 1250px;
	}
}

.l-introduction {
	margin-top: 7.5rem;
}

.l-news {
	margin-top: 5.625rem;
}

.l-pager {
	margin-top: 2rem;
}

.l-post-connect {
	margin-top: 1rem;
}

.l-process {
	margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
	.l-process {
		margin-top: 7.5rem;
	}
}

.l-sub-business {
	margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
	.l-sub-business {
		margin-top: 4.375rem;
	}
}

.l-sub-introduction {
	margin-top: 10rem;
}
@media screen and (min-width: 768px) {
	.l-sub-introduction {
		margin-top: 11.25rem;
	}
}

.c-btn {
	padding: 0.875rem 3.75rem;
	position: relative;
	display: inline-block;
	font-size: 0.9375rem;
	line-height: 1;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	background-color: #4c6eb3;
	border-radius: 1.6875rem;
	font-weight: 700;
}

.c-btn.c-btn--blue {
	background-color: #3d62ac;
}

.c-btn.c-btn--white {
	background-color: #fff;
	color: #333;
	border: 1px solid #3d62ac;
}

.c-btn.c-btn--color {
	background-image: linear-gradient(90deg, #4187c1 0%, #4b9ccb 44%, #9262ae 100%);
}

.c-btn.c-btn--color span {
	position: relative;
	margin-left: 0.625rem;
}

.c-btn.c-btn--color span::after {
	content: "";
	position: absolute;
	top: 0;
	background-image: url(./../images/common/site@2x.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 1rem;
	height: 1rem;
}

.c-btn.c-btn--sp {
	padding-inline: 1.875rem;
}
@media screen and (min-width: 768px) {
	.c-btn.c-btn--sp {
		padding-inline: 3.75rem;
	}
}

.c-btn::before {
	content: "";
	transform: translateY(-50%);
	position: absolute;
	right: -3.125rem;
	top: 50%;
	display: inline-block;
	width: 5rem;
	height: 0.5625rem;
	background: #fff;
	transition: all 0.3s ease;
	clip-path: polygon(0 38.9%, 87.5% 38.9%, 87.5% 0, 100% 50%, 87.5% 100%, 87.5% 61.1%, 0 61.1%);
}

.c-btn.c-btn--blue::before {
	background: #996db4;
}

.c-btn.c-btn--white::before {
	background: #4187c1;
}

.c-btn.c-btn--color::before {
	background-image: linear-gradient(to right, #ffffff 0%, #ffffff 38%, #9262ae 38%, #9262ae 100%);
}

@media screen and (min-width: 768px) {
	.c-btn:hover {
		opacity: 1;
	}
}

@media screen and (min-width: 768px) {
	.c-btn:hover::before {
		right: -3.75rem;
	}
}

.c-btn.c-btn--black {
	color: #fff;
	background-color: #000;
}

.c-btn.c-btn--black::before {
	border-top: 0.125rem solid #fff;
	border-right: 0.125rem solid #fff;
}

.c-contents-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.c-contents-body {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.c-contents-title {
	font-weight: 700;
	margin-top: 1.875rem;
	height: 3.4375rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height: 1.5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.c-contents-info {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.c-contents__meta {
	display: flex;
	flex-direction: column;
}

.c-contents__label {
	margin-top: 1.25rem;
	background-color: #489ccb;
	color: #fff;
	font-weight: 700;
	font-size: 0.75rem;
	width: -moz-fit-content;
	width: fit-content;
	border-radius: 0.1875rem;
	padding-inline: 0.625rem;
	padding-block: 0.3125rem;
}

.c-contents__text {
	margin-top: 0.625rem;
	font-size: 0.875rem;
	font-weight: 700;
	color: #489ccb;
	flex-grow: 1;
}

.c-contents__client {
	text-align: right;
	margin-top: auto;
	font-size: 0.75rem;
	color: #666666;
	font-weight: 500;
}

.c-scroll-down {
	padding-bottom: 7rem;
	position: relative;
	font-size: 0.75rem;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	writing-mode: vertical-rl;
	text-transform: capitalize;
}
@media screen and (min-width: 768px) {
	.c-scroll-down {
		padding-bottom: 10.3125rem;
		font-size: 0.9375rem;
	}
}

.c-scroll-down::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 28%;
	display: inline-block;
	width: 0.5625rem;
	height: 6.25rem;
	clip-path: polygon(0 93.7%, 38.9% 93.7%, 38.9% 0, 61.1% 0, 61.1% 93.7%, 100% 93.7%, 50% 100%);
	background: #3d62ac;
	animation: scroll-down 2s infinite;
}
@media screen and (min-width: 768px) {
	.c-scroll-down::after {
		height: 9.875rem;
	}
}

@keyframes scroll-down {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	50.1% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}
.c-title {
	padding-bottom: 1.25rem;
	position: relative;
	font-size: 2.5rem;
	line-height: 1;
	text-align: center;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	background-image: linear-gradient(90deg, #4178b9 0%, #4d9bcb 20%, #925cab 33%, #446fb4 60%, #49b1d6 79%, #4cdceb 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	padding-top: 5rem;
}
.c-title span {
	margin-top: 1.875rem;
	display: block;
	font-size: 0.75rem;
	background-image: none;
	-webkit-background-clip: initial;
	-webkit-text-fill-color: initial;
	background-clip: initial;
	color: #333;
}
@media screen and (min-width: 768px) {
	.c-title span {
		padding-bottom: 0.5rem;
		font-size: 1.25rem;
	}
}
@media screen and (min-width: 768px) {
	.c-title {
		padding-top: 0rem;
		padding-bottom: 1.5625rem;
		font-size: 4.5rem;
	}
}

.c-title.c-title--left {
	text-align: left;
}

.c-title.c-title--right {
	text-align: right;
}

.c-title::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 2.5rem;
	height: 2px;
	background: #3d62ac;
}
@media screen and (min-width: 768px) {
	.c-title::before {
		width: 3.125rem;
	}
}

.c-title.c-title--left::before {
	left: 0;
	transform: initial;
}

.c-title.c-title--right::before {
	right: 0;
	left: initial;
	transform: initial;
}

.p-404__title {
	text-align: center;
}

.p-404__btn {
	text-align: center;
}

.p-access {
	opacity: 0;
}

.p-access.is-active {
	animation: fadeIn 1s ease-out forwards;
}

.p-access__info {
	text-align: center;
	margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
	.p-access__info {
		text-align: left;
		margin-top: 3.75rem;
	}
}

.p-access__address {
	font-size: 1rem;
	font-weight: 700;
	font-style: normal;
}

.p-access__map-wrap {
	margin-top: 1.875rem;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.p-access__map-wrap {
		margin-top: 3.125rem;
	}
}

.p-access__map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 47.5%;
}

.p-access__map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.p-archive-blog__inner {
	margin: auto;
	padding: 0 1.25rem;
	max-width: 37.5rem;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.p-archive-blog__inner {
		padding: 0 1.5625rem;
		max-width: 71.875rem;
		display: flex;
	}
}

@media screen and (min-width: 768px) {
	.p-archive-blog__list {
		width: 77%;
	}
}

.p-archive-blog__category {
	margin-left: 1.5rem;
	padding: 0.25rem 0.5rem;
	font-size: 0.75rem;
	line-height: 1;
	color: #fff;
	background-color: #73b2c8;
}

.p-archive-blog__title {
	margin-top: 0.75rem;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
}

.p-archive-blog__img {
	margin-left: 1.25rem;
	max-width: 6.25rem;
	width: 100%;
	flex-shrink: 0;
}
@media screen and (min-width: 768px) {
	.p-archive-blog__img {
		margin-left: 0;
		max-width: initial;
	}
}

.p-archive-blog__img img {
	width: 100%;
	aspect-ratio: 1/1;
	-o-object-fit: cover;
	object-fit: cover;
}
@media screen and (min-width: 768px) {
	.p-archive-blog__img img {
		aspect-ratio: 320/180;
	}
}

.p-archive-blog__sidebar {
	margin-top: 5rem;
	background-color: #e6f3fd;
	padding: 1.25rem;
	height: 100%;
}
@media screen and (min-width: 768px) {
	.p-archive-blog__sidebar {
		margin-top: 0;
		margin-left: 1.25rem;
		width: 23%;
	}
}

.p-archive-blog__sidebar-item {
	position: relative;
}

.p-archive-blog__sidebar-item.p-archive-blog__sidebar-item--archive li {
	margin-top: 1.25rem;
}

.p-archive-blog__sidebar-item + .p-archive-blog__sidebar-item {
	margin-top: 3.75rem;
}

.p-archive-blog__sidebar-title {
	padding: 0.9375rem;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
	background-color: #fff;
}

.p-archive-blog__sidebar-item.p-archive-blog__sidebar-item--archive {
	margin-top: 1.25rem;
	position: relative;
	z-index: 0;
}

.p-archive-blog__sidebar-item.p-archive-blog__sidebar-item--archive::after {
	content: "";
	position: absolute;
	right: 0.625rem;
	background-image: url(./../images/common/archive.png);
	background-repeat: no-repeat;
	width: 1em;
	height: 1em;
	top: 28%;
	transform: translateY(-50%);
}

.p-archive-blog__category-list {
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
	margin-top: 1.875rem;
	padding-left: 1.25rem;
}

.p-archive-blog__category-link {
	position: relative;
	display: block;
	font-size: 1rem;
	font-weight: 700;
}

.p-archive-blog__archive-item {
	padding-left: 1.25rem;
}

.p-archive-blog__archive {
	padding-left: 1.25rem;
	margin-top: 1.25rem;
}

.p-company-profile {
	opacity: 0;
}

.p-company-profile.is-active {
	animation: fadeIn 1s ease-out forwards;
}

.p-company-profile__list {
	padding-bottom: 0.9375rem;
	display: block;
	font-size: 1rem;
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	.p-company-profile__list {
		display: flex;
		padding-bottom: 1.875rem;
	}
}

.p-company-profile__list dd {
	padding-left: 0rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
	.p-company-profile__list dd {
		padding-left: 1.25rem;
		padding-top: 0rem;
		padding-bottom: 1.875rem;
	}
}

.p-company-profile__description {
	border-bottom: 2px solid #cccccc;
	width: 100%;
	font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
	.p-company-profile__description {
		font-size: 1rem;
	}
}

.p-company-profile__list + .p-company-profile__list {
	margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
	.p-company-profile__list + .p-company-profile__list {
		margin-top: 0rem;
	}
}

.p-company-profile__term {
	width: 100%;
	flex-shrink: 0;
	border-bottom: 2px solid #3d62ac;
	font-size: 1rem;
}
@media screen and (min-width: 768px) {
	.p-company-profile__term {
		font-size: 1rem;
		max-width: 12.5rem;
	}
}

.p-company {
	background-color: #e6f3fd;
	padding-block: 5.3125rem;
}

.p-company__inner {
	margin: auto;
	padding: 0 1.25rem;
	max-width: 37.5rem;
	width: 100%;
	opacity: 0;
}
@media screen and (min-width: 768px) {
	.p-company__inner {
		padding: 0 1.5625rem;
		max-width: 71.875rem;
	}
}

.p-company__inner.is-active {
	animation: fadeIn 1s ease-out forwards;
}

.p-company__blue-title {
	background-color: #fff;
	padding-inline: 0.625rem;
	padding-block: 2.5rem;
	position: relative;
	border-bottom: 1px solid #489ccb;
	background-image: linear-gradient(to right, #489ccb, #489ccb 25%, white 25%, white 75%, #489ccb 65%, #489ccb);
	background-repeat: no-repeat;
	background-size: 100% 1px; /* ボーダーの高さを1pxに */
	background-position: top; /* グラデーションを上部に配置 */
}
@media screen and (min-width: 768px) {
	.p-company__blue-title {
		background-image: linear-gradient(to right, #489ccb, #489ccb 35%, white 35%, white 65%, #489ccb 65%, #489ccb);
		padding-inline: 3.75rem;
		padding-block: 3.75rem;
	}
}

.p-company__blue-title h3 {
	text-transform: capitalize;
	position: absolute;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2.5rem;
	text-align: center;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	background-image: linear-gradient(90deg, #4187c1 0%, #5794c7 43%, #9064af 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}
@media screen and (min-width: 768px) {
	.p-company__blue-title h3 {
		top: -3%;
		font-size: 4.5rem;
	}
}

.p-company__flex {
	display: flex;
	flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
	.p-company__flex {
		display: flex;
		flex-direction: initial;
	}
}

.p-company__left {
	width: 100%;
	margin-top: 1rem;
	padding: 0rem 1.5rem;
}
@media screen and (min-width: 768px) {
	.p-company__left {
		width: 50%;
	}
}

.p-company__title {
	font-size: 1.5rem;
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	.p-company__title {
		font-size: 2.25rem;
		line-height: 1.1111111111;
	}
}

.p-company__text {
	font-size: 1rem;
	font-weight: 700;
	margin-top: 1rem;
}
@media screen and (min-width: 768px) {
	.p-company__text {
		margin-top: 1.875rem;
	}
}

.p-company__btn {
	margin-top: 1.5rem;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.p-company__btn {
		margin-top: 4.375rem;
		text-align: left;
	}
}

.p-company__right {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.p-company__right {
		width: 50%;
	}
}

.p-company__img {
	aspect-ratio: 480/280;
}

.p-company__img img {
	border-radius: 0.3125rem;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-contact {
	opacity: 0;
}

.p-contact.is-active {
	animation: fadeIn 1s ease-out forwards;
}

.p-contact__wrap {
	margin-top: 6.25rem;
}

.p-contact__inner {
	margin: auto;
	padding: 0 1.25rem;
	max-width: 37.5rem;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.p-contact__inner {
		padding: 0 1.5625rem;
		max-width: 71.875rem;
	}
}

.p-contact__text {
	font-weight: 700;
	margin-top: 3.75rem;
}

.p-contact__contents {
	margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
	.p-contact__contents {
		margin-top: 5rem;
	}
}

.p-contact__content {
	display: block;
	position: relative;
	padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
	.p-contact__content {
		display: flex;
		align-items: flex-start;
	}
}

.p-contact__content::after {
	content: "";
	position: absolute;
	bottom: -3px;
	width: 100%;
	height: 0.125rem;
	background: linear-gradient(to right, #3d62ac 20%, #cecece 20%);
}

.p-contact__content:first-child {
	padding-top: 1.5625rem;
}

.p-contact__content:first-child::before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 0.125rem;
	background: linear-gradient(to right, #3d62ac 20%, #cecece 20%);
}

@media screen and (min-width: 768px) {
	.p-contact__head {
		width: 20%;
	}
}

.p-contact__head label {
	display: flex;
	font-weight: 700;
	align-items: center;
}
.p-contact__item {
	margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
	.p-contact__item {
		margin-top: 0rem;
		width: 60%;
		padding-left: 3.125rem;
	}
}

.p-contact__item-example {
	margin-top: 0.375rem;
	color: gray;
}

.p-contact__required {
	padding: 0.125rem 0.5rem;
	background-color: #ef5959;
	display: inline-block;
	font-size: 0.75rem;
	color: #fff;
	margin-left: 0.625rem;
	border-radius: 0.1875rem;
}
@media screen and (min-width: 768px) {
	.p-contact__required {
		margin-left: 0.9375rem;
	}
}

.p-contact__policy,
.p-contact__content,
.p-contact__btn {
	margin: 1.875rem 0;
}

.p-contact__policy {
	text-align: end;
}

.p-contact__policy-link {
	color: #3d62ac;
	text-decoration: underline;
	transition: all 0.3s;
}

.p-contact__btn-wrap {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
	.p-contact__btn-wrap {
		margin-top: 0rem;
		flex-direction: row;
		gap: 2.5rem;
	}
}

.p-contact__btn {
	position: relative;
}

.p-contact__btn.p-contact__btn--thanks {
	text-align: center;
	position: initial;
	margin-top: 6.25rem;
}

.p-contact__btn.p-contact__btn--thanks::after {
	display: none;
}

.p-contact__item-text,
.p-contact__item-tel,
.p-contact__item-email,
.p-contact__item-textarea,
.p-contact__item-select {
	margin: 0;
	padding: 0.8em;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 0;
	outline: none;
	background: none;
	background-color: #f3f3f3;
	font-size: 1rem;
	color: inherit;
	font-family: inherit;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	border-radius: 0.1875rem;
}

.p-contact__item-text:focus,
.p-contact__item-tel:focus,
.p-contact__item-email:focus,
.p-contact__item-textarea:focus,
.p-contact__item-select:focus {
	border: 1px solid rgba(0, 0, 0, 0.7);
	box-shadow: none;
	outline: none;
}

.p-contact__item-textarea {
	height: 200px;
	resize: none;
	overflow: auto;
}

.p-contact__item-message {
	white-space: pre-wrap;
}

.p-contact__item-select {
	padding-right: 3em;
	background-repeat: no-repeat;
	background-size: 1em;
	background-position: right 0.5em center;
	color: inherit;
	position: relative;
	background-image: url(./../images/common/traiangle@2x.png);
}

.p-contact__item-select:invalid {
	color: rgba(0, 0, 0, 0.32);
}

.p-contact__item-select select::-ms-expand {
	display: none;
}

.p-contact__item-radio input[type="radio"],
.p-contact__item-checkbox input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-contact__item-radio input[type="radio"] + span,
.p-contact__item-checkbox input[type="checkbox"] + span {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding: 0.5em 1em 0.5em 2.5em;
	color: #333;
	font-size: 1rem;
	margin-top: 2.5rem;
	font-weight: 700;
	left: 0rem;
}
@media screen and (min-width: 768px) {
	.p-contact__item-radio input[type="radio"] + span,
	.p-contact__item-checkbox input[type="checkbox"] + span {
		left: 3.125rem;
	}
}

.p-contact__item-radio input[type="radio"]:focus + span,
.p-contact__item-checkbox input[type="checkbox"]:focus + span {
	opacity: 0.7;
}

.p-contact__item-radio input[type="radio"] + span::before,
.p-contact__item-checkbox input[type="checkbox"] + span::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1.4375rem;
	height: 1.4375rem;
	border-radius: 0.3125rem;
	content: "";
	transform: translateY(-50%);
	background: #f3f3f3;
	border: 1px solid black;
}

.p-contact__item-checkbox input[type="checkbox"]:checked + span::before {
	background: #333;
}

.p-contact__item-radio input[type="radio"]:checked + span::before {
	background: white;
}

.p-contact__item-radio input[type="radio"] + span::before {
	border-radius: 50%;
}

.p-contact__item-radio input[type="radio"] + span::after {
	position: absolute;
	content: "";
	background: #333;
	border: 1px solid transparent;
	border-radius: 50%;
	height: 0.5em;
	left: 0.25em;
	opacity: 0;
	padding: 0.125em;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	width: 0.5em;
}

.p-contact__item-checkbox input[type="checkbox"] + span::after {
	border-bottom: 2px solid white;
	border-left: 2px solid white;
	content: "";
	display: block;
	height: 0.35em;
	left: 0.3em;
	margin-top: -0.1em;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	transition: all 0.3s ease 0s;
	width: 0.8em;
}

.p-contact__item-checkbox input[type="checkbox"]:checked + span::after,
.p-contact__item-radio input[type="radio"]:checked + span::after {
	opacity: 1;
}

/* button */
.p-contact__btn input[type="submit"],
.p-contact__btn input[type="button"] {
	display: inline-block;
	margin: 0;
	padding: 0.875rem 3.75rem;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	background: rgba(0, 0, 0, 0.32);
	color: #fff;
	-moz-appearance: button;
	appearance: button;
	letter-spacing: 0.2em;
	border-radius: 1.6875rem;
	cursor: pointer;
	font-size: 1rem;
	border: none;
	transition: all 0.3s;
	font-weight: 700;
	background-image: linear-gradient(90deg, #4187c1 0%, #4b9ccb 44%, #9262ae 100%);
}

.p-contact__btn::after {
	content: "";
	transform: translate(-55%, -50%);
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 5rem;
	height: 0.5625rem;
	background-image: linear-gradient(to right, #ffffff 0%, #ffffff 38%, #9262ae 38%, #9262ae 100%);
	transition: all 0.3s ease;
	clip-path: polygon(0 38.9%, 87.5% 38.9%, 87.5% 0, 100% 50%, 87.5% 100%, 87.5% 61.1%, 0 61.1%);
}
@media screen and (min-width: 768px) {
	.p-contact__btn::after {
		right: -3.125rem;
		transform: translateY(-50%);
	}
}

.p-contact__btn input[type="submit"]:hover,
.p-contact__btn input[type="button"]:hover,
.p-contact__btn input[type="submit"]:focus,
.p-contact__btn input[type="button"]:focus {
	outline: none;
	opacity: 0.7;
}

.p-contact__item,
.p-contact__btn-submit {
	min-width: 9.375rem;
}

.wpcf7-spinner {
	position: absolute;
}

.p-contact__item-policy {
	text-align: center;
	margin-top: 4.375rem;
	font-weight: 700;
}

.p-contact__description {
	text-align: center;
	margin-top: 3.75rem;
}

.p-contact__btn.p-contact__btn--white input[type="submit"],
.p-contact__btn.p-contact__btn--white input[type="button"] {
	background-image: none;
	background-color: #fff;
	color: #333;
	border: 1px solid #3d62ac;
}

.p-contact__btn.p-contact__btn--white::after {
	content: "";
	transform: translate(-55%, -50%);
	position: absolute;
	left: 0rem;
	top: 50%;
	display: inline-block;
	width: 5rem;
	height: 0.5625rem;
	background: #3d62ac;
	transition: all 0.3s ease;
	clip-path: polygon(100% 38.9%, 12.5% 38.9%, 12.5% 0, 0% 50%, 12.5% 100%, 12.5% 61.1%, 100% 61.1%);
}
@media screen and (min-width: 768px) {
	.p-contact__btn.p-contact__btn--white::after {
		left: -3.125rem;
		transform: translateY(-50%);
	}
}

@media screen and (min-width: 768px) {
	.p-contact__btn:hover::after {
		right: -3.75rem;
	}
}

@media screen and (min-width: 768px) {
	.p-contact__btn.p-contact__btn--white:hover::after {
		left: -3.75rem;
	}
}

.p-flow-list {
	counter-reset: number;
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 3.125rem;
}

.p-flow-list__item {
	display: block;
	position: relative;
}
@media screen and (min-width: 768px) {
	.p-flow-list__item {
		display: flex;
	}
}

.p-flow-list__item::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #3957a5;
	z-index: 1;
}

.p-flow-list__item:last-child::after {
	display: none;
}

.p-flow-list__item + .p-flow-list__item {
	margin-top: 1.25rem;
}

.p-flow-list__item-number {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 100%;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	color: #fff;
	background-color: #3d62ac;
	padding-block: 1.25rem;
}
@media screen and (min-width: 768px) {
	.p-flow-list__item-number {
		width: 7.5rem;
		padding-block: 0rem;
	}
}

.p-flow-list__item-step {
	font-size: 1.625rem;
	line-height: 1;
}
@media screen and (min-width: 768px) {
	.p-flow-list__item-step {
		font-size: 1rem;
	}
}

.p-flow-list__item-num {
	font-size: 2rem;
	line-height: 1;
}
@media screen and (min-width: 768px) {
	.p-flow-list__item-num {
		font-size: 3.75rem;
	}
}

.p-flow-list__item-wrap {
	padding: 1.25rem;
	flex-grow: 1;
	background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
	.p-flow-list__item-wrap {
		padding: 2.1rem;
	}
}

.p-flow-list__item-title {
	flex-shrink: 0;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	color: #3d62ac;
}
@media screen and (min-width: 768px) {
	.p-flow-list__item-title {
		font-size: 1.5rem;
		text-align: initial;
	}
}

.p-flow-list__item-text {
	font-size: 0.875rem;
	line-height: 1.3;
	font-weight: 700;
	margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
	.p-flow-list__item-text {
		font-size: 1rem;
	}
}

.p-flow {
	opacity: 0;
}

.p-flow.is-active {
	animation: fadeIn 1s ease-out forwards;
}

.p-flow__inner {
	margin: auto;
	padding: 0 1.25rem;
	max-width: 37.5rem;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.p-flow__inner {
		padding: 0rem;
		max-width: 71.875rem;
	}
}

.p-flow__inner.p-flow__inner--process {
	padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
	.p-flow__inner.p-flow__inner--process {
		padding: 0 1.5625rem;
	}
}

.p-footer {
	padding: 3.125rem 0rem 9.375rem 0rem;
	position: relative;
	background-color: #1a356d;
	z-index: 1;
}
@media screen and (min-width: 768px) {
	.p-footer {
		padding: 15.625rem 0rem 5.625rem 0rem;
	}
}

.p-footer::after {
	position: absolute;
	content: "";
	width: 56.5625rem;
	height: 9.6875rem;
	background-image: url(./../images/common/footer-bg@2x.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	bottom: 0;
	right: 0;
	z-index: 0;
}

.p-footer__inner {
	margin: auto;
	padding: 0 0.9375rem;
	max-width: 39.375rem;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.p-footer__inner {
		padding: 0 1.5625rem;
		max-width: 71.875rem;
	}
}

.p-footer__contact {
	position: relative;
	border-radius: 1.875rem;
	background-color: #3d62ac;
	padding-block: 3.75rem;
	padding-left: 1.625rem;
	padding-right: 1.625rem;
	color: #fff;
	opacity: 0;
}
@media screen and (min-width: 768px) {
	.p-footer__contact {
		position: absolute;
		top: -65%;
		padding-right: 18.125rem;
		padding-left: 4.0625rem;
	}
}

.p-footer__contact.is-active {
	animation: fadeIn 1s ease-out forwards;
}

.p-footer__contact::before {
	position: absolute;
	content: "";
	width: 12.5rem;
	height: 19rem;
	background-image: url(./../images/common/footer-contact-bg@2x.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	top: 10%;
	right: -1%;
	z-index: 0;
}
@media screen and (min-width: 768px) {
	.p-footer__contact::before {
		width: 32.875rem;
		height: 19rem;
	}
}

.p-footer__contact-title {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	border-bottom: 1px solid #fff;
	padding-bottom: 1.875rem;
}

.p-footer__contact-title h2 {
	font-size: 4.5rem;
	line-height: 1;
	text-transform: capitalize;
}

.p-footer__contact-title span {
	font-size: 1.25rem;
	line-height: 0.6666666667;
	margin-top: 1.875rem;
	display: inline-block;
}

.p-footer__contact-text {
	margin-top: 2.5rem;
}

.p-footer__contact-btn {
	text-align: center;
	margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
	.p-footer__contact-btn {
		text-align: left;
	}
}

.p-footer__wrap {
	display: flex;
	flex-direction: column-reverse;
	margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
	.p-footer__wrap {
		display: flex;
		justify-content: space-between;
		flex-direction: initial;
		margin-top: 0rem;
	}
}

.p-footer__flex {
	margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
	.p-footer__flex {
		margin-top: 0rem;
	}
}

.p-footer__logo {
	margin: auto;
	max-width: 12.5rem;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.p-footer__logo {
		margin: initial;
		max-width: 15.625rem;
	}
}

.p-footer__logo a {
	padding: 0.625rem 0;
	display: block;
}
@media screen and (min-width: 768px) {
	.p-footer__logo a {
		padding: 0.9375rem 0;
	}
}

.p-footer__logo img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.p-footer__nav-items {
	color: #fff;
}
@media screen and (min-width: 768px) {
	.p-footer__nav-items {
		display: flex;
		align-items: center;
	}
}

.p-footer__nav-item a {
	padding: 0.75rem 0;
	position: relative;
	display: block;
	font-size: 1rem;
	line-height: 1;
	text-align: center;
	z-index: 1;
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	.p-footer__nav-item a {
		padding: 0.9375rem;
	}
}

.p-footer__nav-item.p-footer__nav-item--contact a {
	display: flex;
	align-items: center;
	font-size: 0.9375rem;
	padding: 0.9375rem 1.125rem 0.9375rem 1.875rem;
	margin-inline: auto;
	max-width: 12.5rem;
	border-radius: 1.5625rem;
	position: relative;
	height: initial;
	color: #1a356d;
	background-color: #fff;
	margin-top: 1rem;
}
@media screen and (min-width: 768px) {
	.p-footer__nav-item.p-footer__nav-item--contact a {
		margin-left: 1.875rem;
		margin-top: 0rem;
	}
}

.p-footer__nav-item.p-footer__nav-item--contact span {
	position: relative;
	margin-left: 1.25rem;
	width: 1rem;
	height: 1rem;
	background-color: #1a356d;
	border-radius: 3.125rem;
	transition: 0.3s;
}

.p-footer__nav-item.p-footer__nav-item--contact span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 45%;
	width: 0.3125rem;
	height: 0.3125rem;
	border-top: 0.09375rem solid #fff;
	border-right: 0.09375rem solid #fff;
	transform: translate(-50%, -50%) rotate(45deg);
	transition: 0.3s;
}

.p-footer__copyright {
	color: #6185cd;
	margin-top: 0.625rem;
	display: block;
	font-size: 0.75rem;
	line-height: 1;
	letter-spacing: 0.04em;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.p-footer__copyright {
		margin-top: 0.625rem;
	}
}

.p-footer__copyright span {
	text-transform: uppercase;
}

.p-header {
	height: 2.5rem;
	background-color: #fff;
}
@media screen and (min-width: 768px) {
	.p-header {
		height: 6.25rem;
	}
}

.home .p-header {
	background-color: transparent;
}

.p-header__inner {
	padding-left: 0.9375rem;
	height: inherit;
	display: flex;
	justify-content: space-between;
	margin: auto;
	width: 100%;
	max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
	.p-header__inner {
		padding: 0 0rem;
		max-width: 71.875rem;
	}
}

.p-header__logo {
	max-width: 9.375rem;
	width: 100%;
	height: inherit;
	position: relative;
	z-index: 901;
}
@media screen and (min-width: 768px) {
	.p-header__logo {
		max-width: 15.625rem;
	}
}

.p-header__logo a {
	height: inherit;
	display: flex;
	align-items: center;
}

.p-header__logo img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.p-header__nav {
	display: none;
	height: inherit;
}
@media screen and (min-width: 768px) {
	.p-header__nav {
		display: block;
	}
}

.p-header__nav-list {
	display: flex;
	height: inherit;
}

.p-header__nav-item {
	height: inherit;
}

.p-header__nav-item.p-header__nav-item--contact {
	margin-left: 0.9375rem;
	display: flex;
	align-items: center;
}

.p-header__nav-item a {
	padding: 0 0.9375rem;
	height: inherit;
	display: flex;
	align-items: center;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1;
	color: #333;
	text-transform: uppercase;
	position: relative;
}

.p-header__nav-item:not(.p-header__nav-item--contact) a::before {
	content: "";
	position: absolute;
	bottom: 0.9375rem;
	left: 0.9375rem;
	width: calc(100% - 1.875rem);
	height: 0.125rem;
	background-color: #333;
	transform: scale(0, 1);
	font-size: 0.9375rem;
	transition: transform 0.3s ease;
}

/* ホバー時の下線表示 */
.p-header__nav-item:not(.p-header__nav-item--contact) a:hover::before {
	transform: scale(1, 1);
}

.p-header__nav-item.p-header__nav-item--contact a {
	font-size: 0.9375rem;
	padding: 0.9375rem 1.125rem 0.9375rem 1.875rem;
	border-radius: 1.5625rem;
	position: relative;
	height: initial;
	color: #fff;
	background-color: #000000;
}

.p-header__nav-item.p-header__nav-item--contact span {
	position: relative;
	margin-left: 1.25rem;
	width: 1rem;
	height: 1rem;
	background-color: #fff;
	border-radius: 3.125rem;
	transition: 0.3s;
}

.p-header__nav-item.p-header__nav-item--contact span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 45%;
	width: 0.3125rem;
	height: 0.3125rem;
	border-top: 0.09375rem solid #333;
	border-right: 0.09375rem solid #333;
	transform: translate(-50%, -50%) rotate(45deg);
	transition: 0.3s;
}

.p-header__hamburger {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	position: relative;
	z-index: 999;
	width: 2.5rem;
	height: inherit;
	background-color: #000000;
	cursor: pointer;
	transition: 0.3s;
}
@media screen and (min-width: 768px) {
	.p-header__hamburger {
		display: none;
	}
}

.p-header__hamburger.is-open {
	background-color: #000000;
}

.p-header__hamburger span {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 0.9375rem;
	height: 1px;
	background-color: #fff;
	transition: 0.5s;
}

.p-header__hamburger span:nth-of-type(1) {
	top: -0.25rem;
}

.p-header__hamburger span:nth-of-type(2) {
	top: 0;
}

.p-header__hamburger span:nth-of-type(3) {
	top: 0.25rem;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
	top: 0;
	transform: translateX(-50%) rotate(45deg);
}

.p-header__hamburger.is-open span:nth-of-type(2) {
	opacity: 0;
}

.p-header__hamburger.is-open span:nth-of-type(3) {
	top: -0.125rem;
	transform: translateX(-50%) rotate(-45deg);
}

.p-header__drawer {
	padding: 7.25rem 0;
	position: absolute;
	z-index: 900;
	top: 0;
	right: -120%;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	overflow-y: scroll;
	scrollbar-width: none;
	transition: 0.6s;
}

.p-header__drawer.is-open {
	right: 0;
}

.p-header__drawer::-webkit-scrollbar {
	display: none;
}

.p-header__drawer-item a {
	padding: 0.9375rem 0;
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #333;
	text-align: center;
	text-transform: uppercase;
}

.p-header__drawer-item.p-header__drawer-item--contact a {
	display: flex;
	align-items: center;
	font-size: 0.9375rem;
	padding: 0.9375rem 1.125rem 0.9375rem 1.875rem;
	margin-inline: auto;
	max-width: 12.5rem;
	border-radius: 1.5625rem;
	position: relative;
	height: initial;
	color: #fff;
	background-color: #1a356d;
	margin-top: 1rem;
}

.p-header__drawer-item.p-header__drawer-item--contact span {
	position: relative;
	margin-left: 1.25rem;
	width: 1rem;
	height: 1rem;
	background-color: #fff;
	border-radius: 3.125rem;
	transition: 0.3s;
}

.p-header__drawer-item.p-header__drawer-item--contact span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 45%;
	width: 0.3125rem;
	height: 0.3125rem;
	border-top: 0.09375rem solid #3d62ac;
	border-right: 0.09375rem solid #3d62ac;
	transform: translate(-50%, -50%) rotate(45deg);
	transition: 0.3s;
}

.p-header__drawer-flex {
	margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
	.p-header__drawer-flex {
		margin-top: 0rem;
	}
}

.p-header__drawer-logo {
	margin: auto;
	max-width: 12.5rem;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.p-header__drawer-logo {
		margin: initial;
		max-width: 15.625rem;
	}
}

.p-header__drawer-logo a {
	padding: 0.625rem 0;
	display: block;
}
@media screen and (min-width: 768px) {
	.p-header__drawer-logo a {
		padding: 0.9375rem 0;
	}
}

.p-header__drawer-logo img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.p-header__drawer-copyright {
	color: #6185cd;
	margin-top: 0.625rem;
	display: block;
	font-size: 0.75rem;
	line-height: 1;
	letter-spacing: 0.04em;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.p-header__drawer-copyright {
		margin-top: 0.625rem;
	}
}

.p-introduction__inner {
	opacity: 0;
}

.p-introduction__inner.is-active {
	animation: fadeIn 1s ease-out forwards;
}

.p-mv__video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -1;
	background-attachment: fixed;
}

.p-mv {
	position: relative;
	z-index: 1;
	height: 100vh;
	min-height: 25rem;
}

.p-mv__inner {
	height: inherit;
	min-height: inherit;
}

.p-mv__title-wrap {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	color: #333;
	text-align: center;
}

.p-mv__main-title {
	font-size: 2.8125rem;
	font-weight: 700;
	letter-spacing: 0.075em;
}
@media screen and (min-width: 768px) {
	.p-mv__main-title {
		font-size: 2.625rem;
	}
}

.p-mv__main-title span {
	color: #3d62ac;
}

.p-mv__sub-title {
	margin-top: 1.25rem;
	font-size: 1.25rem;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	color: #3d62ac;
	letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
	.p-mv__sub-title {
		font-size: 1.25rem;
	}
}

.p-mv__scroll-down {
	position: absolute;
	content: "";
	bottom: 0;
	right: 20%;
}

.p-news__list {
	position: relative;
	padding: 3.125rem;
	background-color: #fff;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08), 0px 4px 6px rgba(0, 0, 0, 0.04); /* サブ的な細めの影 */
}

.p-news__list::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0.625rem; /* ラインの太さ */
	background: linear-gradient(90deg, #489dcc 0%, #955cab 26%, #446eb3 56%, #489bcb 76%, #4bc8e1 100%);
}

.p-news-list__item {
	border-bottom: 1px solid #cccccc;
}

.p-news-list__item a {
	padding: 1.5625rem 0;
	display: block;
}
.p-news-list__item-meta {
	display: flex;
	align-items: center;
}

.p-news-list__item-date {
	font-size: 1rem;
	line-height: 1;
	font-weight: 700;
	color: #999999;
}

.p-news-list__item-category {
	margin-left: 0.9375rem;
	padding: 0.3125rem;
	min-width: 4rem;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 0.875rem;
	line-height: 1;
	color: #333;
	background-color: #e6f3fd;
	text-align: center;
	border-radius: 0.78125rem;
	font-weight: 700;
	white-space: nowrap;
}
@media screen and (min-width: 768px) {
	.p-news-list__item-category {
		margin-left: 1.875rem;
		min-width: 5rem;
	}
}

/* 2番目以降の要素のマージンを削除 */
.p-news-list__item-category + .p-news-list__item-category {
	margin-left: 0.625rem;
}

.p-news-list__item-title {
	margin-top: 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 700;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 3em; /* line-height × 行数 */
}
@media screen and (min-width: 768px) {
	.p-news-list__item-title {
		margin-top: 1.25rem;
	}
}

.p-news__inner {
	margin: auto;
	padding: 0 1.25rem;
	max-width: 37.5rem;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.p-news__inner {
		padding: 0 1.5625rem;
		max-width: 71.875rem;
	}
}

.p-news__inner.is-active {
	animation: fadeIn 1s ease-out forwards;
}

.p-news__title {
	text-transform: uppercase;
	font-size: 2.25rem;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	letter-spacing: 0.2em;
}

.p-news__btn {
	text-align: center;
	margin-top: 3.125rem;
}

.p-our-business-slick {
	position: relative;
}

.p-our-business-slick__img img {
	width: 100%;
	aspect-ratio: 450/290;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-our-business__inner.is-active {
	animation: fadeIn 1s ease-out forwards;
}

.p-our-business {
	position: relative;
	z-index: 1;
	background-color: #fff;
	padding: 3.3125rem 1.5625rem 3.625rem 1.5625rem;
}
@media screen and (min-width: 768px) {
	.p-our-business {
		padding: 7.5rem 8.9375rem 7.6875rem 5.6875rem;
	}
}

.p-our-business__inner {
	background-color: #fff;
	z-index: 1;
	position: relative;
	margin: auto;
	padding: 0 1.25rem;
	max-width: 37.5rem;
	width: 100%;
	opacity: 0;
}
@media screen and (min-width: 768px) {
	.p-our-business__inner {
		padding: 0 0rem;
		max-width: 71.875rem;
	}
}

.p-our-business__inner.is-active {
	animation: fadeIn 1s ease-out forwards;
}

.p-our-business.p-our-business--sub {
	background: none;
}

.p-our-business__flex {
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 768px) {
	.p-our-business__flex {
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
		gap: 6.25rem;
	}
}

.p-our-business__flex--sub.is-active {
	animation: fadeIn 1s ease-out forwards;
}

.p-our-business__flex.p-our-business__flex--sub {
	opacity: 0;
	padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
	.p-our-business__flex.p-our-business__flex--sub {
		padding-inline: 11.8125rem;
	}
}

.p-our-business__left {
	width: 100%;
	order: 1;
}
@media screen and (min-width: 768px) {
	.p-our-business__left {
		width: 56%;
	}
}

.p-our-business__img {
	aspect-ratio: 526/304;
	margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
	.p-our-business__img {
		margin-top: 0rem;
	}
}

.p-our-business__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-our-business__right {
	width: 100%;
	display: contents;
}
@media screen and (min-width: 768px) {
	.p-our-business__right {
		width: 44%;
		display: initial;
	}
}

.p-our-business__title {
	position: relative;
	padding-left: 1.25rem;
}

.p-our-business__title::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0.0625rem;
	background: #3d62ac;
}

.p-our-business__title h2 {
	font-size: 2.5rem;
	color: #3d62ac;
	font-family: "Roboto", sans-serif;
	line-height: 1.5;
	background-image: linear-gradient(140deg, #4de3ef 7%, #489fcd 31%, #4469b1 48%, #955cab 61%, #489dcc 72%, #416bb2 82%, #4de1ee 97%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}
@media screen and (min-width: 768px) {
	.p-our-business__title h2 {
		font-size: 4.5rem;
	}
}

.p-our-business__title p {
	font-size: 1.5rem;
	color: #333;
	font-weight: 700;
}

.p-our-business__title span {
	color: #3d62ac;
}

.p-our-business__message {
	margin-top: 3.125rem;
}

.p-our-business__message.p-our-business__message--sub {
	margin-top: 0.625rem;
}

.p-our-business__text {
	font-size: 1rem;
	font-weight: 700;
	margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
	.p-our-business__text {
		margin-top: 1.875rem;
	}
}

.p-our-business__btn {
	margin-top: 2.8125rem;
	text-align: center;
	order: 1;
}
@media screen and (min-width: 768px) {
	.p-our-business__btn {
		text-align: left;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.p-pager-list {
	display: flex;
	justify-content: center;
}

.p-pager-list__btn {
	margin-top: 3.75rem;
}

.p-post-article__inner {
	margin: auto;
	padding: 0 1.25rem;
	max-width: 37.5rem;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.p-post-article__inner {
		padding: 0 1.5625rem;
		max-width: 71.875rem;
		display: flex;
	}
}

@media screen and (min-width: 768px) {
	.p-post-article__wrap {
		width: 77%;
	}
}

@media screen and (min-width: 768px) {
	.p-post-article__wrap.p-post-article__wrap--custom {
		width: 100%;
	}
}

.p-post-article__title {
	font-size: 2rem;
	letter-spacing: 0.05em;
	position: relative;
	padding-bottom: 1.25rem;
	padding-left: 0rem;
}

@media screen and (min-width: 768px) {
	.p-post-article__title {
		padding-left: 1.875rem;
	}
}

.p-post-article__title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.3125rem; /* ラインの太さ */
	background: linear-gradient(90deg, #489dcc 0%, #955cab 26%, #446eb3 56%, #489bcb 76%, #4bc8e1 100%);
}

.p-post-article__info {
	display: flex;
	align-items: center;
	margin-top: 1.875rem;
}

.p-post-article__category {
	display: flex;
	justify-content: center;
	gap: 0.3125rem;
}

.p-post-article__category + .p-post-article__category {
	margin-left: 0.625rem;
}

.p-post-article__box {
	margin: 6.4rem auto 0;
}

.p-post-article__content {
	padding: 1.25rem 0rem 0;
	background-color: #fff;
	width: 100%;
}

.p-post-article__content-wrap {
	padding-bottom: 1.875rem;
	width: 100%;
	margin: auto;
	border-bottom: 1px solid #cccccc;
}

.p-post-article__contents {
	margin-top: 1.875rem;
}

.p-post-article__main-img {
	aspect-ratio: 830/350;
}

.p-post-article__main-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-post-article__category {
	margin-left: 1.875rem;
	padding: 0.3125rem;
	min-width: 5rem;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 0.875rem;
	line-height: 1;
	color: #333;
	background-color: #e6f3fd;
	text-align: center;
	border-radius: 0.78125rem;
	font-weight: 700;
}

.p-post-article__data {
	font-size: 1rem;
	line-height: 1;
	font-weight: 700;
	color: #999999;
}

.p-post-article__contents h2 {
	margin: 1.875rem 0 0.9375rem;
	font-size: 1.625rem;
	line-height: 1.6923076923;
	letter-spacing: 0.05em;
}

.p-post-article__contents h3 {
	margin: 1.875rem 0 0.9375rem;
	padding-left: 0.625rem;
	color: #3d62ac;
	font-size: 1.75rem;
	border-left: 0.5em solid #3d62ac;
}

.p-post-article__contents h4 {
	margin: 0.625rem 0;
	font-size: 1.5rem;
}

.p-post-article__contents h5 {
	margin: 0.625rem 0;
	padding: 0.125rem 0.78125rem;
	display: inline-block;
	color: #3d62ac;
	font-size: 1.25rem;
	border-top: 2px solid #3d62ac;
	border-bottom: 2px solid #3d62ac;
}

.p-post-article__contents p {
	font-size: 1rem;
	font-weight: 700;
	margin-top: 3.75rem;
	line-height: 2;
}

.p-post-article__contents a {
	color: #4a9ccc;
	text-decoration: underline;
	position: relative;
	padding-right: 1.625rem;
}

.p-post-article__contents a::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(./../images/common/news-link.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 1rem;
	height: 1rem;
}

.p-post-article__contents img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-post-article__contents figure {
	margin: 3.75rem 0;
	aspect-ratio: 830/350;
}

.p-post-article__contents figcaption {
	margin: 0.625rem 0;
	font-size: 0.75rem;
}

.p-post-card__img {
	width: 100%;
	aspect-ratio: 400/300;
}

.p-post-card__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-post-card__body {
	position: relative;
}

.p-post-card__info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.5rem 0;
}

.p-post-card__category {
	display: flex;
	gap: 0.3125rem;
}

.p-post-card__category li {
	padding: 0.3125rem;
	color: #3d62ac;
	border: 1px solid #3d62ac;
}

.p-post-card__new {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	color: #3d62ac;
	padding: 0.3125rem 0.625rem;
	border: 1px solid #3d62ac;
}

.p-post-connect__title {
	font-size: 1.5rem;
	color: #3d62ac;
}

.p-post-connect__items {
	display: grid;
	gap: 3.125rem;
	margin-top: 1rem;
}
@media screen and (min-width: 768px) {
	.p-post-connect__items {
		row-gap: 2.5rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		grid-template-columns: repeat(4, 1fr);
	}
}

.p-post-list {
	position: relative;
}

.p-post-list__wrap {
	margin: 2rem 0;
}

.p-post-list__title {
	font-size: 3rem;
	color: #3d62ac;
}

.p-post-list__items {
	display: grid;
	gap: 3.125rem;
	margin-top: 1rem;
}
@media screen and (min-width: 768px) {
	.p-post-list__items {
		row-gap: 2.5rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		grid-template-columns: repeat(4, 1fr);
	}
}

.p-post-list__cards {
	margin-top: 3rem;
}
@media screen and (min-width: 768px) {
	.p-post-list__cards {
		margin-top: 6.25rem;
	}
}

.p-post-list__btn {
	margin-top: 1.25rem;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.p-post-list__btn {
		margin: 1.75rem auto 0;
		width: 100%;
		max-width: calc(61.25rem + 50px);
		padding: 0 0.625rem;
	}
}

.p-process {
	opacity: 0;
}

.p-process.is-active {
	animation: fadeIn 1s ease-out forwards;
}

.p-recruit {
	padding-top: 5.3125rem;
	padding-bottom: 6.25rem;
	background-color: #fff;
}
@media screen and (min-width: 768px) {
	.p-recruit {
		padding-bottom: 23.125rem;
	}
}

.p-recruit__inner {
	margin: auto;
	padding: 0 1.25rem;
	max-width: 37.5rem;
	width: 100%;
	opacity: 0;
}
@media screen and (min-width: 768px) {
	.p-recruit__inner {
		padding: 0 1.5625rem;
		max-width: 71.875rem;
	}
}

.p-recruit__inner.is-active {
	animation: fadeIn 1s ease-out forwards;
}

.p-recruit__blue-title {
	background-color: #fff;
	padding-inline: 0.625rem;
	padding-block: 2.5rem;
	position: relative;
	border-bottom: 1px solid #489ccb;
	background-image: linear-gradient(to right, #489ccb, #489ccb 25%, white 25%, white 75%, #489ccb 65%, #489ccb);
	background-repeat: no-repeat;
	background-size: 100% 1px; /* ボーダーの高さを1pxに */
	background-position: top; /* グラデーションを上部に配置 */
}
@media screen and (min-width: 768px) {
	.p-recruit__blue-title {
		padding-inline: 3.75rem;
		padding-block: 3.75rem;
		background-image: linear-gradient(to right, #489ccb, #489ccb 35%, white 35%, white 65%, #489ccb 65%, #489ccb);
	}
}

.p-recruit__blue-title h3 {
	text-transform: capitalize;
	position: absolute;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2.5rem;
	text-align: center;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	background-image: linear-gradient(90deg, #4187c1 0%, #5794c7 43%, #9064af 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}
@media screen and (min-width: 768px) {
	.p-recruit__blue-title h3 {
		top: -3%;
		font-size: 4.5rem;
	}
}

.p-recruit__flex {
	display: flex;
	flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
	.p-recruit__flex {
		display: flex;
		flex-direction: row-reverse;
		gap: 5rem;
	}
}

.p-recruit__left {
	width: 100%;
	padding: 0rem 1.5rem;
	margin-top: 1rem;
}
@media screen and (min-width: 768px) {
	.p-recruit__left {
		width: 45%;
	}
}

.p-recruit__title {
	font-size: 1.5rem;
	font-weight: 700;
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	.p-recruit__title {
		font-size: 2.25rem;
		line-height: 1.1111111111;
	}
}

.p-recruit__text {
	font-size: 1rem;
	font-weight: 700;
	margin-top: 1rem;
}
@media screen and (min-width: 768px) {
	.p-recruit__text {
		margin-top: 1.875rem;
	}
}

.p-recruit__btn {
	margin-top: 2.1875rem;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.p-recruit__btn {
		text-align: left;
		margin-top: 4.375rem;
	}
}

.p-recruit__right {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.p-recruit__right {
		width: 55%;
	}
}

.p-recruit__img {
	aspect-ratio: 480/280;
}

.p-recruit__img img {
	border-radius: 0.3125rem;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-service {
	background-color: #3d62ac;
	z-index: 1;
	position: relative;
	padding-block: 4.375rem;
}

.p-service::before {
	position: absolute;
	content: "";
	width: 12.5rem;
	height: 19rem;
	background-image: url(./../images/common/footer-contact-bg@2x.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	top: -1%;
	right: 10%;
	z-index: 0;
}
@media screen and (min-width: 768px) {
	.p-service::before {
		width: 32.875rem;
		height: 19rem;
	}
}

.p-service__inner {
	position: relative;
	margin: auto;
	padding: 0 1.25rem;
	max-width: 37.5rem;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.p-service__inner {
		padding: 0 0rem;
		max-width: 71.875rem;
	}
}

.p-service__title {
	position: relative;
	padding-left: 2.5rem;
}

.p-service__title::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0.0625rem;
	background: #fff;
}

.p-service__title h2 {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	font-size: 4.5rem;
	line-height: 1;
	text-transform: capitalize;
}

.p-service__title span {
	color: #fff;
	font-size: 1.25rem;
	line-height: 0.6666666667;
	display: inline-block;
	margin-top: 1.25rem;
}

.p-service__grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
	.p-service__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.p-service__grid.p-service__grid--four {
	grid-template-columns: repeat(1, 1fr);
	margin-top: 1rem;
}
@media screen and (min-width: 768px) {
	.p-service__grid.p-service__grid--four {
		grid-template-columns: repeat(4, 1fr);
	}
}

.p-service__items {
	margin-top: 3.75rem;
}

.p-service__item {
	height: 100%;
	opacity: 0;
}

.p-service__item.is-active {
	animation: fadeIn 0.8s ease-out forwards;
}

@keyframes fadeIn-time {
	0% {
		opacity: 0;
		transform: translateY(100px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.p-service__card {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.p-service__card-img {
	aspect-ratio: 345/160;
	flex-shrink: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.p-service__card-img.p-service__card-img--four {
	aspect-ratio: 260/160;
}

.p-service__card-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}

.p-service__card-body {
	background-color: #fff;
	padding-block: 1.25rem;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.p-service__card-text {
	text-align: center;
	font-weight: 700;
	font-size: 1.125rem;
}

.p-service__card-link {
	color: #fff;
	text-align: center;
	background-color: #489ccb;
	text-transform: capitalize;
	font-family: "Roboto", sans-serif;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	flex-shrink: 0;
	position: relative;
	padding-block: 0.1875rem;
}

.p-service__card-link span {
	position: relative;
}

.p-service__card-link span::after {
	content: "";
	position: absolute;
	top: 58%;
	left: 0.3125rem;
	width: 0.3125rem;
	height: 0.3125rem;
	border-top: 0.09375rem solid #fff;
	border-right: 0.09375rem solid #fff;
	transform: translateY(-50%) rotate(45deg);
	transition: 0.3s;
}

.p-service__btn {
	text-align: center;
	margin-top: 3.75rem;
}

.p-service__message {
	margin-top: 4.375rem;
	padding-top: 3.75rem;
	border-top: 1px solid #fff;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
}

.slider_parent {
	position: relative;
	overflow: hidden;
}

.slider_parent .p-slider {
	display: flex;
}

.text_scroll {
	animation: scroll 40s linear infinite;
	margin-top: 3.75rem;
}

.text_scroll_reverse {
	animation: scroll 40s linear infinite;
	animation-direction: reverse !important;
	margin-top: 1.25rem;
}

.logos {
	flex-shrink: 0;
}

.logos img {
	border-radius: 0.3125rem;
}

.slider_parent ul li {
	margin-left: 10px;
	margin-right: 10px;
}

.slider_parent ul li {
	display: inline-block;
}

.slider_parent ul {
	padding: 0;
	margin: 0;
	display: flex;
}

.slider_parent ul li > a img {
	transition: 0.4s;
}

.slider_parent ul li > a img {
	max-width: 100% !important;
}

@keyframes scroll {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-100%);
	}
}
@media only screen and (max-width: 991px) {
	.slider_parent ul li {
		margin-left: 5px;
		margin-right: 5px;
	}
	.slider_parent ul li img {
		height: 50px;
		width: auto;
	}
	.text_scroll {
		animation: scroll 30s linear infinite;
	}
}
.p-sub-ai {
	opacity: 0;
}

.p-sub-ai.is-active {
	animation: fadeIn 1s ease-out forwards;
}

.p-sub-ai__inner {
	margin: auto;
	padding: 0 1.25rem;
	max-width: 37.5rem;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.p-sub-ai__inner {
		padding: 0 1.5625rem;
		max-width: 71.875rem;
	}
}

.p-sub-ai__title {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	position: relative;
	padding-left: 1.875rem;
	padding-bottom: 1.25rem;
	margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
	.p-sub-ai__title {
		font-size: 2rem;
		margin-top: 0rem;
	}
}

.p-sub-ai__title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.3125rem; /* ラインの太さ */
	background: linear-gradient(90deg, #489dcc 0%, #955cab 26%, #446eb3 56%, #489bcb 76%, #4bc8e1 100%);
}

.p-sub-ai__items {
	margin-top: 3.75rem;
	display: flex;
	flex-direction: column;
	gap: 5.125rem;
}
@media screen and (min-width: 768px) {
	.p-sub-ai__items {
		gap: 3.125rem;
	}
}

.p-sub-ai__flex {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	opacity: 0;
}
@media screen and (min-width: 768px) {
	.p-sub-ai__flex {
		display: flex;
		flex-direction: initial;
		gap: 3.125rem;
	}
}

.p-sub-ai__flex.is-active {
	animation: fadeIn 1s ease-out forwards;
}

.p-sub-ai__img {
	width: 100%;
	aspect-ratio: 350/240;
}
@media screen and (min-width: 768px) {
	.p-sub-ai__img {
		width: 40%;
	}
}

.p-sub-ai__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-sub-ai__text-wrap {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.p-sub-ai__text-wrap {
		width: 60%;
	}
}

.p-sub-ai__blue {
	font-size: 1.625rem;
	font-weight: 700;
	color: #3d62ac;
	line-height: 1.6923076923;
}

.p-sub-ai__text {
	font-weight: 700;
	margin-top: 1rem;
}
@media screen and (min-width: 768px) {
	.p-sub-ai__text {
		margin-top: 3.125rem;
	}
}

.p-sub-blue {
	opacity: 0;
}

.p-sub-blue.is-active {
	animation: fadeIn 1s ease-out forwards;
}

.p-sub-blue__inner {
	margin: auto;
	padding: 0 1.25rem;
	max-width: 37.5rem;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.p-sub-blue__inner {
		padding: 0 1.5625rem;
		max-width: 71.875rem;
	}
}

.p-sub-blue__item {
	position: relative;
	border-radius: 1.875rem;
	background-color: #3d62ac;
	padding-block: 3.75rem;
	padding-left: 1.625rem;
	padding-right: 1.625rem;
	color: #fff;
	margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
	.p-sub-blue__item {
		top: -3.75rem;
		padding-left: 3.75rem;
		padding-right: 3.75rem;
		margin-top: 0rem;
	}
}

.p-sub-blue__item-title {
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	padding-bottom: 1.25rem;
	text-align: center;
	position: relative;
}
@media screen and (min-width: 768px) {
	.p-sub-blue__item-title {
		padding-bottom: 3.125rem;
	}
}

.p-sub-blue__item-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.1875rem; /* ラインの太さ */
	background: linear-gradient(90deg, #489dcc 0%, #955cab 26%, #446eb3 56%, #489bcb 76%, #4bc8e1 100%);
}

.p-sub-blue__item-title h2 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
}
@media screen and (min-width: 768px) {
	.p-sub-blue__item-title h2 {
		font-size: 1.875rem;
		line-height: 1.2;
	}
}

@media screen and (min-width: 768px) {
	.p-sub-blue__item-title.p-sub-blue__item-title--font h2 {
		font-size: 1.5rem;
	}
}

.p-sub-blue__flex {
	display: flex;
	flex-direction: column;
	gap: 3.125rem;
	margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
	.p-sub-blue__flex {
		display: flex;
		align-items: flex-start;
		flex-direction: initial;
		margin-top: 3.75rem;
	}
}

.p-sub-blue__item-text-wrap {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.p-sub-blue__item-text-wrap {
		width: 60%;
	}
}

.p-sub-blue__item-text {
	font-weight: 700;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.p-sub-blue__item-text {
		width: 59%;
	}
}

.p-sub-blue__img {
	aspect-ratio: 350/240;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.p-sub-blue__img {
		width: 41%;
	}
}

.p-sub-blue__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-sub-business {
	opacity: 0;
}

.p-sub-business.is-active {
	animation: fadeIn 1s ease-out forwards;
}

.p-sub-business__inner {
	margin: auto;
	padding: 0 0.9375rem;
	max-width: 39.375rem;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.p-sub-business__inner {
		padding: 0 1.5625rem;
		max-width: 71.875rem;
	}
}

.p-sub-business__flex {
	display: block;
}
@media screen and (min-width: 768px) {
	.p-sub-business__flex {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

.p-sub-business__img {
	width: 100%;
	aspect-ratio: 450/300;
}
@media screen and (min-width: 768px) {
	.p-sub-business__img {
		width: 37%;
	}
}

.p-sub-business__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 0.625rem;
}

.p-sub-business__right {
	width: 100%;
	padding: 2rem;
	border-radius: 0.3125rem;
	border-top: 3px solid #9064af;
	border-bottom: 3px solid #3d62ac;
	border-right: 3px solid #3d62ac;
	border-left: 3px solid #9064af;
	position: relative;
	right: 0rem;
	z-index: -1;
	margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
	.p-sub-business__right {
		width: 63%;
		padding: 4.375rem 4.375rem 4.375rem 9.375rem;
		right: 4.375rem;
		margin-top: 0rem;
	}
}

.p-sub-business__message {
	font-size: 1.25rem;
	line-height: normal;
	font-weight: 700;
	padding-bottom: 0.625rem;
	border-bottom: 1px solid #3d62ac;
}
@media screen and (min-width: 768px) {
	.p-sub-business__message {
		font-size: 2.25rem;
		line-height: 1.3333333333;
		padding-bottom: 1.875rem;
	}
}

.p-sub-business__message span {
	color: #3d62ac;
}

.p-sub-business__text {
	font-size: 1rem;
	font-weight: 700;
	margin-top: 1.875rem;
}

.p-sub-business__title {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	line-height: 1.2;
	font-weight: 700;
	margin-top: 5rem;
}
@media screen and (min-width: 768px) {
	.p-sub-business__title {
		font-size: 1.875rem;
		margin-top: 6.25rem;
	}
}

.p-sub-business__title::before,
.p-sub-business__title::after {
	content: "";
	width: 0.1875rem;
	height: 2.5rem;
	background: #3d62ac;
}
@media screen and (min-width: 768px) {
	.p-sub-business__title::before,
	.p-sub-business__title::after {
		height: 3.75rem;
	}
}

.p-sub-business__title::before {
	margin-right: 1.875rem;
	transform: rotate(-35deg);
}
@media screen and (min-width: 768px) {
	.p-sub-business__title::before {
		margin-right: 2.1875rem;
	}
}

.p-sub-business__title::after {
	margin-left: 1.875rem;
	transform: rotate(35deg);
}
@media screen and (min-width: 768px) {
	.p-sub-business__title::after {
		margin-left: 2.1875rem;
	}
}

.p-sub-business__card-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 1rem;
}
@media screen and (min-width: 768px) {
	.p-sub-business__card-grid {
		grid-template-columns: repeat(3, 1fr);
		margin-top: 3.125rem;
	}
}

.p-sub-business__card {
	opacity: 0;
}

.p-sub-business__card.is-active {
	animation: fadeIn 0.8s ease-out forwards;
}

.p-sub-business__card-img {
	position: relative;
	aspect-ratio: 345/500;
	max-width: 21.5625rem;
	margin: 0 auto;
}

.p-sub-business__card-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-sub-business__card-wrap {
	width: 92%;
	color: #fff;
	content: "";
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.p-sub-business__card-title {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.4285714286;
}

.p-sub-business__card-text {
	font-size: 0.9375rem;
	font-weight: 700;
	margin-top: 1.875rem;
	line-height: normal;
	font-feature-settings: "palt";
}

.p-sub-business__service__grid {
	display: grid;
	margin-top: 1.875rem;
	gap: 1.25rem;
	grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
	.p-sub-business__service__grid {
		gap: 1.25rem;
		grid-template-columns: repeat(2, 1fr);
		margin-top: 2.5rem;
	}
}

.p-sub-business__service-card {
	opacity: 0;
}

.p-sub-business__service-card.is-active {
	animation: fadeIn 0.8s ease-out forwards;
}

.p-sub-business__service-img {
	position: relative;
	aspect-ratio: 530/400;
	max-width: 385px;
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	.p-sub-business__service-img {
		aspect-ratio: 530/300;
		max-width: initial;
	}
}

.p-sub-business__service-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-sub-business__service-wrap {
	width: 80%;
	color: #fff;
	content: "";
	position: absolute;
	top: 5%;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.p-sub-business__service-wrap {
		top: 10%;
	}
}

.p-sub-business__service-category {
	width: -moz-fit-content;
	width: fit-content;
	margin-inline: auto;
	padding-inline: 0.3125rem;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5;
	white-space: nowrap;
	background-image: linear-gradient(90deg, #4178b9 0%, #4187c1 43%, #9064af 100%);
}
@media screen and (min-width: 768px) {
	.p-sub-business__service-category {
		font-size: 1rem;
		padding-inline: 0.9375rem;
	}
}

.p-sub-business__service-title {
	font-size: 1rem;
	margin-top: 1.25rem;
	border-bottom: 1px solid #fff;
	font-weight: 700;
	padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
	.p-sub-business__service-title {
		font-size: 1.75rem;
		line-height: 1.4285714286;
		padding-bottom: 1.25rem;
	}
}

.p-sub-business__service-text {
	font-size: 1rem;
	margin-top: 0.625rem;
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	.p-sub-business__service-text {
		margin-top: 1.25rem;
	}
}

.p-sub-business__service-btn {
	margin-inline: auto;
	margin-top: 0rem;
}
@media screen and (min-width: 768px) {
	.p-sub-business__service-btn {
		margin-top: 1.875rem;
	}
}

.p-sub-business__service-btn a {
	display: flex;
	align-items: center;
	font-size: 0.9375rem;
	padding: 0.3125rem 0.625rem 0.3125rem 1.25rem;
	margin-inline: auto;
	max-width: 11.25rem;
	border-radius: 1.5625rem;
	position: relative;
	height: initial;
	color: #1a356d;
	background-color: #fff;
	margin-top: 1rem;
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	.p-sub-business__service-btn a {
		margin-left: 1.875rem;
		margin-top: 0rem;
	}
}

.p-sub-business__service-btn span {
	position: relative;
	margin-left: 1.25rem;
	width: 1rem;
	height: 1rem;
	background-color: #1a356d;
	border-radius: 3.125rem;
	transition: 0.3s;
}

.p-sub-business__service-btn span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 45%;
	width: 0.3125rem;
	height: 0.3125rem;
	border-top: 0.09375rem solid #fff;
	border-right: 0.09375rem solid #fff;
	transform: translate(-50%, -50%) rotate(45deg);
	transition: 0.3s;
}

.p-sub-business__btn {
	text-align: center;
	margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
	.p-sub-business__btn {
		margin-top: 6.25rem;
	}
}

.p-sub-business__slider {
	background-color: #3d62ac;
	z-index: 1;
	position: relative;
	padding-block: 4.375rem;
	margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
	.p-sub-business__slider {
		margin-top: 7.5rem;
	}
}

.p-sub-business__slider-message.p-service__message {
	margin-top: 0rem;
	padding-top: 0rem;
	border-top: none;
}

.p-sub-company {
	opacity: 0;
}

.p-sub-company.is-active {
	animation: fadeIn 1s ease-out forwards;
}

.p-sub-company__inner {
	margin: auto;
	padding: 0 1.25rem;
	max-width: 37.5rem;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.p-sub-company__inner {
		padding: 0 1.5625rem;
		max-width: 71.875rem;
	}
}

.p-sub-company__title {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	position: relative;
	padding-left: 0rem;
	padding-bottom: 0.625rem;
	margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
	.p-sub-company__title {
		margin-top: 8.75rem;
		font-size: 2rem;
		padding-bottom: 1.25rem;
		padding-left: 1.875rem;
	}
}


.p-sub-company__philosophy {
  opacity: 0;
}

.p-sub-company__philosophy.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.p-sub-company__bg-blue {
  background-color: #e6f3fd;
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 1.875rem;
  padding-block: 0.9375rem;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-sub-company__bg-blue {
    margin-top: 4.375rem;
  }
}

.p-sub-company__lists {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}

.p-sub-company__list {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-sub-company__list {
    margin-top: 2.5rem;
  }
}

.p-sub-company__list-item {
  position: relative;
  padding-left: 1.375rem;
  font-weight: 700;
}

.p-sub-company__list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem; /* 1行目のテキストの中央あたりに配置 */
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 3.125rem;
  background-color: #3d62ac;
}

.p-sub-company__philosophy-text {
  margin-top: 1.875rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-sub-company__philosophy-text {
    margin-top: 2.5rem;
  }
}

.p-sub-company__title.p-sub-company__title--margin {
	margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
	.p-sub-company__title.p-sub-company__title--margin {
		margin-top: 8.75rem;
	}
}

.p-sub-company__title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.3125rem; /* ラインの太さ */
	background: linear-gradient(90deg, #489dcc 0%, #955cab 26%, #446eb3 56%, #489bcb 76%, #4bc8e1 100%);
}

.p-sub-company__flex {
	display: flex;
	flex-direction: column;
	gap: 3.125rem;
	margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
	.p-sub-company__flex {
		display: flex;
		flex-direction: initial;
	}
}

.p-sub-company__img {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.p-sub-company__img {
		width: 40%;
	}
}

.p-sub-company__wrap {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.p-sub-company__wrap {
		width: 60%;
	}
}

.p-sub-company__blue {
	font-size: 1.625rem;
	font-weight: 700;
	color: #3d62ac;
}

.p-sub-company__blue.p-sub-company__blue--philosophy {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-sub-company__blue.p-sub-company__blue--philosophy {
    margin-top: 3.75rem;
  }
}


.p-sub-company__text {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 3.125rem;
	letter-spacing: 0.125rem;
}

.p-sub-company__text p {
	font-weight: 700;
}

.p-sub-company__message {
	text-align: right;
	margin-top: 3.75rem;
	font-weight: 700;
}

.p-sub-company__message span {
	position: relative;
	display: inline-block;
}

.p-sub-company__message span::after {
	content: "";
	position: absolute;
	top: 0.625rem;
	right: 0;
	background-image: url(./../images/common/sign@2x.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	width: 11rem;
	height: 2.875rem;
}

.p-sub-company__profile {
	margin-top: 3.75rem;
}

.p-sub-food__title {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	position: relative;
	padding-left: 1.875rem;
	padding-bottom: 1.25rem;
	margin-top: 5.75rem;
}
@media screen and (min-width: 768px) {
	.p-sub-food__title {
		font-size: 2rem;
		margin-top: 7.5rem;
	}
}

.p-sub-food__title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.3125rem; /* ラインの太さ */
	background: linear-gradient(90deg, #489dcc 0%, #955cab 26%, #446eb3 56%, #489bcb 76%, #4bc8e1 100%);
}

.p-sub-food__flex {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
	margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
	.p-sub-food__flex {
		display: flex;
		flex-direction: initial;
	}
}

.p-sub-food__img {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.p-sub-food__img {
		width: 50%;
	}
}

.p-sub-food__img img {
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
@media screen and (min-width: 768px) {
	.p-sub-food__img img {
		height: auto;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

.p-sub-food__wrap {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.p-sub-food__wrap {
		width: 50%;
	}
}

.p-sub-food__text {
	font-weight: 700;
}

.p-sub-food__blue {
	background-color: #e6f3fd;
	padding: 1.875rem;
	margin-top: 1.875rem;
}

.p-sub-food__btn {
	margin-top: 2.5rem;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.p-sub-food__btn {
		text-align: right;
		margin-top: 5rem;
	}
}

.p-sub-hoken__text {
	font-weight: 700;
	margin-top: 1rem;
}
@media screen and (min-width: 768px) {
	.p-sub-hoken__text {
		margin-top: 3.125rem;
	}
}

.p-sub-hoken__flex {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	flex-direction: column;
	gap: 3.125rem;
	padding-inline: 0rem;
	margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
	.p-sub-hoken__flex {
		grid-template-columns: repeat(2, 1fr);
		gap: 1.25rem;
		flex-direction: initial;
		margin-top: 5rem;
	}
}

.p-sub-hoken__blue {
	background-color: #e6f3fd;
	padding: 2.5rem;
}

.p-sub-hoken__blue h3 {
	font-size: 1.625rem;
	color: #3d62ac;
	font-weight: 700;
}

.p-sub-hoken__blue p {
	font-weight: 700;
	margin-top: 1rem;
}
@media screen and (min-width: 768px) {
	.p-sub-hoken__blue p {
		margin-top: 1.25rem;
	}
}

.p-sub-hoken__title {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	position: relative;
	padding-left: 1.875rem;
	padding-bottom: 1.25rem;
	margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
	.p-sub-hoken__title {
		font-size: 2rem;
		margin-top: 10.625rem;
	}
}

.p-sub-hoken__title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.3125rem; /* ラインの太さ */
	background: linear-gradient(90deg, #489dcc 0%, #955cab 26%, #446eb3 56%, #489bcb 76%, #4bc8e1 100%);
}

.p-sub-hoken__cards {
	display: grid;
	gap: 3.25rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
	.p-sub-hoken__cards {
		grid-template-columns: repeat(3, 1fr);
		gap: 1rem;
	}
}

.p-sub-hoken__card {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	opacity: 0;
}
@media screen and (min-width: 768px) {
	.p-sub-hoken__card {
		gap: 1.875rem;
	}
}

.p-sub-hoken__card.is-active {
	animation: fadeIn 1s ease-out forwards;
}

.p-sub-hoken__img {
	aspect-ratio: 350/240;
}

.p-sub-hoken__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-sub-hoken__card-title {
	font-size: 1.625rem;
	color: #3d62ac;
	font-weight: 700;
}

.p-sub-hoken__card-text {
	font-weight: 700;
}

.p-sub-hoken__form-text {
	font-size: 1.625rem;
	font-weight: 700;
	color: #3d62ac;
	margin-top: 4.375rem;
}

.p-sub-hoken__form {
	margin-top: 2.5rem;
}

.p-sub-hoken__main-title {
	margin-top: 5.125rem;
}
@media screen and (min-width: 768px) {
	.p-sub-hoken__main-title {
		margin-top: 7.5rem;
	}
}

.p-sub-list {
	position: relative;
	height: 26.25rem;
}
@media screen and (min-width: 768px) {
	.p-sub-list {
		height: 25rem;
	}
}

.p-sub-list__title-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.p-sub-list__title-wrap {
		top: 30%;
		left: 50%;
	}
}

.p-sub-list__title-wrap.p-sub-list__title-wrap--hotel {
	top: 50%;
}
@media screen and (min-width: 768px) {
	.p-sub-list__title-wrap.p-sub-list__title-wrap--hotel {
		top: 40%;
	}
}

.p-sub-list__title-wrap h1 {
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
	.p-sub-list__title-wrap h1 {
		font-size: 2.875rem;
	}
}

.p-sub-list__title-wrap p {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2;
	position: relative;
	padding-bottom: 1.25rem;
}

.p-sub-list__title-wrap p::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 2.5rem;
	height: 2px;
	background: linear-gradient(171deg, #4de3ef 7%, #489fcd 31%, #4469b1 48%, #955cab 61%, #489dcc 72%, #489dcc 82%, #4de1ee 97%);
}
@media screen and (min-width: 768px) {
	.p-sub-list__title-wrap p::before {
		width: 3.125rem;
	}
}

.p-sub-list__img {
	height: inherit;
	margin-top: 0rem;
}
@media screen and (min-width: 768px) {
	.p-sub-list__img {
		margin-top: 6.25rem;
	}
}

.p-sub-list__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-sub-mv {
	position: relative;
	height: 26.25rem;
}
@media screen and (min-width: 768px) {
	.p-sub-mv {
		height: 20.625rem;
	}
}

.p-sub-mv__title-wrap {
	position: absolute;
	top: 40%;
	left: 5%;
	color: #fff;
	text-align: left;
}
@media screen and (min-width: 768px) {
	.p-sub-mv__title-wrap {
		top: 20%;
		left: 20%;
	}
}

.p-sub-mv__title-wrap h1 {
	font-size: 3.375rem;
	font-weight: 700;
	letter-spacing: 0.075em;
}

.p-sub-mv__title-wrap p {
	font-size: 1.5rem;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.p-sub-mv__white {
	position: absolute;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 2.25rem;
	letter-spacing: 0.05em;
	bottom: 0;
	right: 5%;
	color: #fff;
	opacity: 0.15;
}
@media screen and (min-width: 768px) {
	.p-sub-mv__white {
		font-size: 6.25rem;
		right: 18%;
	}
}

.p-sub-mv__img {
	height: inherit;
	margin-top: 0rem;
}
@media screen and (min-width: 768px) {
	.p-sub-mv__img {
		margin-top: 6.25rem;
	}
}

.p-sub-mv__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-sub-recruit {
	opacity: 0;
}

.p-sub-recruit.is-active {
	animation: fadeIn 1s ease-out forwards;
}

.p-sub-recruit__inner {
	margin: auto;
	padding: 0 1.25rem;
	max-width: 37.5rem;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.p-sub-recruit__inner {
		padding: 0 1.5625rem;
		max-width: 71.875rem;
	}
}

.p-sub-recruit__message {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
	.p-sub-recruit__message {
		font-size: 1.875rem;
		margin-top: 6.25rem;
	}
}

.p-sub-recruit__message span {
	color: #3d62ac;
}

.p-sub-recruit__title {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	position: relative;
	padding-left: 0rem;
	padding-bottom: 0.625rem;
	margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
	.p-sub-recruit__title {
		margin-top: 9.375rem;
		font-size: 2rem;
		padding-bottom: 1.25rem;
		padding-left: 1.875rem;
	}
}

.p-sub-recruit__title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.3125rem; /* ラインの太さ */
	background: linear-gradient(90deg, #489dcc 0%, #955cab 26%, #446eb3 56%, #489bcb 76%, #4bc8e1 100%);
}

.p-sub-recruit__items {
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}
@media screen and (min-width: 768px) {
	.p-sub-recruit__items {
		margin-top: 4.375rem;
		gap: 3.75rem;
	}
}

.p-sub-recruit__flex {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-top: 1.25rem;
	opacity: 0;
}
@media screen and (min-width: 768px) {
	.p-sub-recruit__flex {
		display: flex;
		flex-direction: initial;
		margin-top: 0rem;
	}
}

.p-sub-recruit__flex.is-active {
	animation: fadeIn 1s ease-out forwards;
}

@media screen and (min-width: 768px) {
	.p-sub-recruit__left {
		width: 60%;
	}
}

.p-sub-recruit__blue {
	font-size: 1.625rem;
	color: #3d62ac;
	font-weight: 700;
	line-height: 1.6923076923;
}

.p-sub-recruit__text {
	font-weight: 700;
	margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
	.p-sub-recruit__text {
		margin-top: 2.5rem;
	}
}

@media screen and (min-width: 768px) {
	.p-sub-recruit__right {
		width: 40%;
	}
}

.p-sub-recruit__img {
  aspect-ratio: 350/240;
}

.p-sub-recruit__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-sub-recruit__wrap {
	display: flex;
	flex-direction: column;
	background-image: url(./../images/common/recruit-bg@2x.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	gap: 2.5rem;
	padding: 1.25rem;
	border-top: 1px solid #64baca;
	border-bottom: 1px solid #64baca;
	margin-top: 3.75rem;
	opacity: 0;
}
@media screen and (min-width: 768px) {
	.p-sub-recruit__wrap {
		display: flex;
		flex-direction: initial;
		gap: 5rem;
		padding: 3.75rem;
		margin-top: 6.875rem;
	}
}

.p-sub-recruit__wrap.is-active {
	animation: fadeIn 1s ease-out forwards;
}

.p-sub-recruit__recruit-img {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.p-sub-recruit__recruit-img {
		width: 50%;
	}
}

.p-sub-recruit__text-wrap {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.p-sub-recruit__text-wrap {
		width: 50%;
	}
}

.p-sub-recruit__recruit-title {
	font-size: 1.5rem;
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	.p-sub-recruit__recruit-title {
		font-size: 2.25rem;
		line-height: 1.1111111111;
	}
}

.p-sub-recruit__recruit-text {
	font-weight: 700;
	margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
	.p-sub-recruit__recruit-text {
		margin-top: 2.1875rem;
	}
}

.p-sub-recruit__btn {
	margin-top: 1.875rem;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.p-sub-recruit__btn {
		text-align: initial;
		margin-top: 5rem;
	}
}

.p-sub-service {
	opacity: 0;
}

.p-sub-service.is-active {
	animation: fadeIn 1s ease-out forwards;
}

.p-sub-service__inner {
	margin: auto;
	padding: 0 0.9375rem;
	max-width: 39.375rem;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.p-sub-service__inner {
		padding: 0 1.5625rem;
		max-width: 71.875rem;
	}
}

.p-sub-service__text {
	margin-top: 3.125rem;
	text-align: center;
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	.p-sub-service__text {
		margin-top: 6.25rem;
	}
}

.p-sub-service__gray-btn span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.3125rem;
	height: 0.3125rem;
	border-top: 0.09375rem solid #fff;
	border-right: 0.09375rem solid #fff;
	transform: translate(-50%, -50%) rotate(135deg);
	transition: 0.3s;
}

.p-sub-service__grid-item {
	margin-top: 4.375rem;
}

/* グリッドレイアウトの設定 */
.p-sub-service__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem; /* ボタン間の間隔 */
	margin-bottom: 1.25rem; /* グリッド間の間隔 */
	justify-content: flex-start;
}

/* 3カラムのグリッド */
.p-sub-service__grid--three {
	padding-inline: 0rem;
}
@media screen and (min-width: 768px) {
	.p-sub-service__grid--three {
		padding-inline: 5rem;
	}
}

/* リンク要素の設定 */
.p-sub-service__link {
	flex: 1 0 calc(25% - 1.25rem); /* 4カラムの場合 */
	max-width: 100%; /* 最大幅を設定 */
	min-width: 15.9375rem; /* 最小幅を設定 */
	margin: 0; /* マージンをリセット */
	box-sizing: border-box;
}
@media screen and (min-width: 768px) {
	.p-sub-service__link {
		max-width: calc(25% - 1.25rem); /* 最大幅を設定 */
	}
}

/* 3カラムグリッド内のリンク */
.p-sub-service__grid--three .p-sub-service__link {
	flex: 1 0 calc(33.333% - prem(20)); /* 3カラムの場合 */
	max-width: 100%; /* 最大幅を設定 */
	@include mq(md) {
		max-width: calc(33.333% - prem(20)); /* 最大幅を設定 */
	}
}


/* 4カラムグリッド内のリンク */
.p-sub-service__grid--four .p-sub-service__link {
  flex: 1 0 calc(25% - 1.25rem); /* 4カラムの場合 */
  max-width: 100%; /* 最大幅を設定 */
}
@media screen and (min-width: 768px) {
  .p-sub-service__grid--four .p-sub-service__link {
    max-width: calc(25% - 1.25rem); /* 最大幅を設定 */
  }
}

/* ボタン本体のスタイル */
.p-sub-service__gray-btn {
	width: 100%; /* 幅を100%に */
	height: 4.375rem; /* 高さを固定 */
	padding: 0.625rem 0.9375rem; /* パディングを調整 */
	position: relative;
	display: flex;
	justify-content: space-between; /* テキストとアイコンを両端に配置 */
	align-items: center;
	font-size: 1.125rem; /* フォントサイズを調整 */
	font-weight: 700;
	line-height: 1.3333333333; /* 行間を調整 */
	background-color: #e6f3fd;
	border-radius: 0.5rem;
	box-sizing: border-box;
	text-align: center; /* テキストを左揃えに変更 */
}

/* テキストエリアのスタイル（新規追加） */
.p-sub-service__gray-btn .text-area {
	flex: 1; /* テキストエリアを伸縮させる */
	padding-right: 0.625rem; /* アイコンとの間隔 */
}

/* アイコン部分のスタイル */
.p-sub-service__gray-btn span {
	position: relative;
	width: 1rem;
	height: 1rem;
	background-color: #1a356d;
	border-radius: 50%;
	transition: 0.3s;
	flex-shrink: 0; /* 縮小しない */
	margin-left: auto; /* 右端に配置 */
}

@media screen and (min-width: 768px) {
	.p-sub-service__gray-btn:hover {
		opacity: 1;
	}
}

@media screen and (min-width: 768px) {
	.p-sub-service__gray-btn:hover::before {
		right: 0.9375rem;
	}
}

.p-sub-service__color-box {
	background: linear-gradient(to bottom, #e6f3fd, #ffffff);
	height: 100%; /* 背景が要素全体を覆う */
	width: 100%; /* 横幅いっぱい */
	margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
	.p-sub-service__color-box {
		margin-top: 0rem;
	}
}

.p-sub-service__items {
	display: flex;
	flex-direction: column;
	margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
	.p-sub-service__items {
		margin-top: 7.5rem;
	}
}

.p-sub-service__section {
	margin: auto;
	padding: 0 0.9375rem;
	max-width: 39.375rem;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.p-sub-service__section {
		padding: 0 1.5625rem;
		padding-block: 3.75rem;
		max-width: 71.875rem;
	}
}

.p-sub-service__flex {
	display: flex;
	flex-direction: column-reverse;
	opacity: 0;
}
@media screen and (min-width: 768px) {
	.p-sub-service__flex {
		display: flex;
		align-items: flex-start;
		flex-direction: initial;
		gap: 2.5rem;
	}
}

.p-sub-service__flex.is-active {
	animation: fadeIn 1s ease-out forwards;
}

.p-sub-service__item {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.p-sub-service__item {
		width: 52%;
	}
}

.p-sub-service__item-title {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.2857142857;
	position: relative;
	padding-left: 1.5rem;
	margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
	.p-sub-service__item-title {
		margin-top: 0rem;
		font-size: 1.75rem;
	}
}

.p-sub-service__item-title::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0.3125rem;
	height: 100%;
	background-color: #3d62ac;
}

.p-sub-service__item-text {
	font-weight: 700;
	margin-top: 3.125rem;
}

.p-sub-service__lists {
	margin-top: 3.125rem;
	font-weight: 700;
}

.p-sub-service__lists.p-sub-service__lists--blue {
	margin-top: 0rem;
	display: flex;
	flex-direction: column;
	gap: 0.3125rem;
}

.p-sub-service__list-title {
	color: #3d62ac;
	font-weight: 700;
	position: relative;
	left: -0.625rem;
}

.p-sub-service__list-title.p-sub-service__list-title--margin {
	margin-top: 1.875rem;
}

.p-sub-service__list {
	position: relative;
	padding-left: 1.375rem;
}

.p-sub-service__list::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.5rem; /* 1行目のテキストの中央あたりに配置 */
	transform: translateX(-50%); /* 横方向の中央揃えのみ保持 */
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 3.125rem;
	background-color: #3d62ac;
}

.p-sub-service__list.p-sub-service__list--white::before {
	background-color: #fff;
}

.p-sub-service__btn {
	margin-top: 3.125rem;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.p-sub-service__btn {
		text-align: initial;
	}
}

.p-sub-service__img {
	width: 100%;
	aspect-ratio: 530/250;
}
@media screen and (min-width: 768px) {
	.p-sub-service__img {
		width: 48%;
	}
}

.p-sub-service__img.p-sub-service__img--margin {
	margin-top: 1.875rem;
	opacity: 0;
}
@media screen and (min-width: 768px) {
	.p-sub-service__img.p-sub-service__img--margin {
		margin-top: 2.8125rem;
	}
}

.p-sub-service__img.p-sub-service__img--margin.is-active {
	animation: fadeIn 1s ease-out forwards;
}

.p-sub-service__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-sub-service__img-boxes {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	align-items: flex-start;
	margin-top: 4.375rem;
	opacity: 0;
}
@media screen and (min-width: 768px) {
	.p-sub-service__img-boxes {
		display: flex;
		flex-direction: initial;
		gap: 1.25rem;
	}
}

.p-sub-service__img-boxes.is-active {
	animation: fadeIn 1s ease-out forwards;
}

.p-sub-service__img-box {
	aspect-ratio: 530/240;
}

.p-sub-service__img-box img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.p-sub-service__img-box.is-active {
	animation: fadeIn 1s ease-out forwards;
}

.p-system {
	background-color: #fff;
	position: relative;
	z-index: 1;
	padding-top: 5.3125rem;
	padding-bottom: 7.5rem;
}

.p-system__inner {
	position: relative;
	margin: auto;
	padding: 0 1.25rem;
	max-width: 37.5rem;
	width: 100%;
	opacity: 0;
}
@media screen and (min-width: 768px) {
	.p-system__inner {
		padding: 0 0rem;
		max-width: 71.875rem;
	}
}

.p-system__inner.is-active {
	animation: fadeIn 1s ease-out forwards;
}

.p-system__text {
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1.0588235294;
	text-align: center;
}

.p-system__text span {
	color: #3d62ac;
}

.p-system__img {
	margin-top: 4.0625rem;
}

.p-top-gallery__inner {
	margin: 5% 5% 0 5%;
}

.p-top-gallery .splide__slide {
	display: block;
	width: 100%;
	aspect-ratio: 600/300;
}

.p-top-gallery .splide__slide picture {
	height: inherit;
	height: 100%;
}

.p-top-gallery .splide__slide img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-top-gallery .swiper-slide {
	display: block;
	width: 100%;
	aspect-ratio: 600/300;
}

.p-top-gallery .swiper-slide picture {
	height: inherit;
	height: 100%;
}

.p-top-gallery .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-top-gallery .slick-track {
	display: block;
	width: 100%;
}

.p-top-gallery .slick-slide {
	display: block;
	width: 100%;
	aspect-ratio: 600/300;
	margin: 0 5px;
}

.p-top-gallery .slick-slide picture {
	height: inherit;
	height: 100%;
}

.p-top-gallery .slick-slide img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-top-mv-slick {
	background: black;
}

.p-top-mv-slick__inner {
	margin: 5% 5% 0 5%;
}

.p-top-mv-slick .slick-track {
	display: block;
	width: 100%;
}

.p-top-mv-slick .slick-slide {
	display: block;
	width: 100%;
	aspect-ratio: 600/300;
	margin: 0 5px;
}

.p-top-mv-slick .slick-slide picture {
	height: inherit;
	height: 100%;
}

.p-top-mv-slick .slick-slide img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-top-mv-splide__inner {
	margin: 5% 5% 0 5%;
}

.p-top-mv-splide .splide__slide {
	display: block;
	width: 100%;
	aspect-ratio: 600/300;
}

.p-top-mv-splide .splide__slide picture {
	height: inherit;
	height: 100%;
}

.p-top-mv-splide .splide__slide img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-top-mv-swiper__inner {
	margin: 5% 5% 0 5%;
}

.p-top-mv-swiper .swiper-slide {
	display: block;
	width: 100%;
	aspect-ratio: 600/300;
}

.p-top-mv-swiper .swiper-slide picture {
	height: inherit;
	height: 100%;
}

.p-top-mv-swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-top-mv-swiper .swiper-button-prev,
.p-top-mv-swiper .swiper-button-next {
	text-rendering: initial;
}

.p-top-post__inner {
	margin: 5% 5% 0 5%;
}

.p-top-post .splide__slide {
	display: block;
	width: 100%;
}

.p-top-post .splide__slide a {
	display: block;
	aspect-ratio: 600/400;
}

.p-top-post .splide__slide img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-top-post .splide__pagination {
	bottom: -2em;
}

.p-top-post .splide__pagination__page.is-active {
	background-color: blue;
}

.p-top-post .swiper {
	padding-bottom: 20px;
}

.p-top-post .swiper-slide {
	display: block;
	width: 100%;
	aspect-ratio: 600/300;
}

.p-top-post .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-top-post .swiper-pagination {
	bottom: 0;
}

.p-top-post .swiper-button-prev,
.p-top-post .swiper-button-next {
	text-rendering: initial;
}

.p-top-post .slick-track {
	display: block;
	width: 100%;
}

.p-top-post .slick-slide {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 5px;
}

.p-top-post .slick-slide img {
	display: block;
	width: 100%;
	height: 100%;
	aspect-ratio: 600/300;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-top-post .slick-next,
.p-top-post .slick-prev {
	background: gray;
}

.p-top-voice {
	padding-bottom: 3.125rem;
	background-color: #e6f3fd;
	margin-top: 5rem;
}
@media screen and (min-width: 768px) {
	.p-top-voice {
		margin-top: 10rem;
	}
}

.p-top-voice__title {
	position: relative;
	top: -3.4375rem;
}

.p-top-voice .slick-track {
	display: flex;
	align-items: stretch;
}

.p-top-voice .slick-slide {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	margin: 0 10px;
	padding: 1.25rem;
	background-color: #fff;
	position: relative;
}

.p-top-voice .slick-slide::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-color: #489ccb transparent transparent transparent;
}

.p-top-voice .slick-slide img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 600/300;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-top-voice .slick-next,
.p-top-voice .slick-prev {
	background: gray;
}

.p-top-works {
	padding-bottom: 3.125rem;
	background-color: #e6f3fd;
}

.p-top-works__title {
	position: initial;
	top: 0rem;
	padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
	.p-top-works__title {
		position: relative;
		top: -3.4375rem;
		padding-bottom: 0rem;
	}
}

.p-top-works .slick-track {
	display: flex;
	align-items: stretch;
}

.p-top-works .slick-slide {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	margin: 0 10px;
	padding: 1.25rem;
	background-color: #fff;
	position: relative;
}

.p-top-works .slick-slide::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-color: #489ccb transparent transparent transparent;
}

.p-top-works .slick-slide img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 600/300;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-top-works .slick-next,
.p-top-works .slick-prev {
	background: gray;
}

.pagination {
	width: 100%;
}
.nav-links ul {
	display: flex;
	justify-content: center;
}

.nav-links ul li a,
.nav-links ul li span {
	color: #3f3f3f;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1rem;
	font-weight: 700;
}

.nav-links ul li span.current {
	color: #888888;
	background-color: #f3f3f3;
	border-radius: 0.25rem;
	border: 0.0625rem solid #cccccc;
}

.nav-links ul li {
	position: relative;
	margin: 0 0.3125rem;
	border-radius: 0.3125rem;
	border: 0.0625rem solid #cccccc;
}
@media screen and (min-width: 768px) {
	.nav-links ul li {
		margin: 0 0.625rem;
	}
}

.nav-links ul li:first-child {
	border: none;
}

.nav-links ul li:last-child {
	border: none;
}

.nav-links ul li a,
.nav-links ul li span {
	display: block;
	width: 100%;
	padding: 0.9375rem;
}
@media screen and (min-width: 768px) {
	.nav-links ul li a,
	.nav-links ul li span {
		padding-block: 0.625rem;
		padding-inline: 0.9375rem;
	}
}

.nav-links ul li a.prev,
.nav-links ul li a.next {
	position: relative;
	background-color: #1a356d;
	border-radius: 3.125rem;
	width: 1.5rem;
	height: 1.5rem;
	padding: 0rem;
	margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
	.nav-links ul li a.prev,
	.nav-links ul li a.next {
		margin-top: 0.625rem;
	}
}

.nav-links ul li a.next {
	margin-left: 1.25rem;
}

.nav-links ul li a.prev {
	margin-right: 1.25rem;
}

.nav-links ul li a.next::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 45%;
	width: 0.4375rem;
	height: 0.4375rem;
	border-top: 0.125rem solid #fff;
	border-right: 0.125rem solid #fff;
	transform: translate(-50%, -50%) rotate(45deg);
	transition: 0.3s;
}

.nav-links ul li a.prev::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 55%;
	width: 0.4375rem;
	height: 0.4375rem;
	border-top: 0.125rem solid #fff;
	border-right: 0.125rem solid #fff;
	transform: translate(-50%, -50%) rotate(-135deg);
	transition: 0.3s;
}
/*# sourceMappingURL=style.css.map */
