@charset "utf-8";
main {
		position: relative;
		z-index: 20
}
hgroup {
		display: flex;
		flex-direction: column-reverse;
		padding-top: 40px;
		margin-bottom: 70px;
		position: relative;
}
hgroup::before {
		content: '';
		display: block;
		position: absolute;
		top: 0px;
		left: 0;
		width: 70px;
		height: 2px;
		background: #F55282;
		transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s;
		transition-delay: 0.25s;
		opacity: 0;
		transform: scaleX(4);
		transform-origin: left center;
}
hgroup.fadeInNmlActive::before {
		transform: scaleX(1);
		opacity: 1;
}
hgroup.center {
		text-align: center;
}
hgroup.center::before {
		transform-origin: center center;
}
hgroup.center::before {
		left: calc(50% - 35px)
}
hgroup .jp {
		font-size: 26px;
		font-weight: 500;
		color: #F55282;
}
hgroup .en {
		font-size: 80px;
		font-weight: 400;
		font-family: 'Inter', sans-serif;
		margin: 0 0 40px;
		letter-spacing: 0.01em;
		line-height: 1 !important;
}
.service_section hgroup .en {
		color: #fff;
}
@media(max-width: 1200px) {
		hgroup .jp {
				font-size: 18px;
		}
		hgroup .en {
				font-size: 60px;
				margin-bottom: 30px;
		}
}
@media(max-width: 960px) {
		hgroup {
				margin-bottom: 50px;
		}
}
@media(max-width: 767px) {
		hgroup {
				padding-top: 15px;
		}
		hgroup::before {
				width: 40px;
				height: 1px;
		}
		hgroup.center::before {
				left: calc(50% - 20px)
		}
		hgroup .jp {
				font-size: 18px;
		}
		hgroup .en {
				font-size: 44px;
				margin: 0 0 15px;
		}
}
@media screen and (orientation: portrait) and (max-width: 600px) {
		.news_section hgroup::before {
				left: 20px;
		}
}
/* ============== */
.introduction_section {
		padding: 30vh 30px;
		box-sizing: border-box;
		position: relative;
		z-index: 20
}
.introduction_inner {
		max-width: 960px;
		margin: 0 auto
}
.introduction_title {
		font-family: 'Inter', sans-serif;
		font-size: 22px;
		color: #F55282;
		letter-spacing: 0;
		margin: 0 0 60px;
}
.introduction_title span {
		display: inline-block;
		position: relative;
}
.introduction_title span::before {
		content: '';
		display: block;
		position: absolute;
		top: -43px;
		left: 0;
		width: 70px;
		height: 2px;
		background: #F55282;
		transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s;
		transition-delay: 0.25s;
		opacity: 0;
		transform: scaleX(4);
		transform-origin: left center;
}
.introduction_title.fadeInNmlActive span::before {
		transform: scaleX(1);
		opacity: 1;
}
.introduction_catch {
		margin: 0 0 60px;
		font-size: 42px;
		font-weight: 500;
		letter-spacing: 0.08em
}
.introduction_inner {
		margin: 0 auto;
}
.introduction_caption p {
		line-height: 2.4;
}
@media(max-width: 960px) {
		.introduction_section {
				padding: 100px 20px 180px;
		}
}
@media(max-width: 767px) {
		.introduction_section {
				padding: 80px 20px 120px;
		}
		.introduction_title {
				font-size: 16px;
				margin: 0 0 25px;
		}
		.introduction_title span::before {
				top: -25px;
				width: 40px;
				height: 1px;
		}
		.introduction_catch {
				margin: 0 0 40px;
				font-size: 24px;
				letter-spacing: 0.06em;
		}
		.introduction_caption p {
				line-height: 2.2;
		}
}
@media screen and (orientation: portrait) and (max-width: 600px) {
		.introduction_title {
				font-size: 16px;
				margin: 0 0 25px;
				text-align: center;
		}
		.introduction_catch {
				text-align: center;
		}
		.introduction_title span::before {
				left: calc(50% - 20px);
		}
		.introduction_caption p {
				text-align: center;
		}
}
/* ============== */
.feature_section {
		padding: 160px 30px
}
.feature_inner {
		max-width: 1160px;
		margin: 0 auto;
		display: flex;
}
.feature_figure {
		width: 510px;
		margin-right: 85px;
}
.feature_figure img {
		width: 100%;
		height: auto;
}
.feature_caption {
		flex: 1
}
.feature_hd {
		font-size: 34px;
		font-weight: 500;
		margin: 0 0 100px;
		position: relative;
}
.feature_hd::after {
		content: '';
		display: block;
		position: absolute;
		bottom: -32px;
		left: 0;
		width: 70px;
		height: 2px;
		background: #F55282;
		transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s;
		transition-delay: 0.25s;
		opacity: 0;
		transform: scaleX(4);
		transform-origin: left center;
}
.feature_hd.fadeInNmlActive::after {
		transform: scaleX(1);
		opacity: 1;
}
.feature_hd span {
		font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.feature_caption p {
		line-height: 2.0;
		margin: 0 0 2em
}
.feature_caption p:last-child {
		margin-bottom: 0;
}
@media(max-width: 1200px) {
		.feature_figure {
				width: 45%;
				margin-right: 50px;
		}
}
@media(max-width: 767px) {
		.feature_section {
				padding: 80px 20px;
		}
		.feature_caption p {
				line-height: 1.8;
				margin: 0 0 1em;
		}
		.feature_hd {
				font-size: 24px;
				margin: 0 0 50px;
		}
		.feature_hd::after {
				bottom: -20px;
				left: 0;
				width: 40px;
				height: 1px;
		}
		.feature_caption p {
				margin: 0 0 1.5em
		}
}
@media(max-width: 767px) {
		.feature_section {
				padding: 0px 20px 80px;
		}
}
@media screen and (orientation: portrait) and (max-width: 600px) {
		.feature_section {
				padding: 0px 20px 80px;
		}
		.feature_inner {
				display: block;
		}
		.feature_figure {
				width: 100%;
				margin: 0 0 50px
		}
}
/* =============== */
.service_inner, .recruit_inner {
		max-width: 1400px;
		margin: 0 auto;
		min-height: 400px;
		padding: 80px 30px 120px
}
.service_inner, .recruit_inner {
		position: relative;
}
.service_inner_bg, .recruit_inner_bg {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: linear-gradient(#0e2039 0%, #385372 100%);
		border-radius: 30px;
		pointer-events: none;
		z-index: -1;
		transform: scale(0);
		opacity: 0;
}
.service_section {
		padding: 0 20px 80px;
}
.service_grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 115px 50px;
		flex-wrap: wrap;
		max-width: 1110px;
		margin: 0 auto
}
.service_item {
		color: #fff;
		transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.5s;
		transform: translateY(50px) scale(1.2);
		opacity: 0;
}
.service_item a {
		color: #fff;
		text-decoration: none;
}
.service_item.serviceItemActive {
		transform: translateY(0px) scale(1);
		opacity: 1;
}
.service_grid .service_item:nth-child(even) {
		position: relative;
		top: 50px
}
.service_item_thumb {
		margin-bottom: 25px;
		overflow: hidden
}
.service_item_thumb img {
		width: 100%;
		height: auto;
		aspect-ratio: 10 / 7;
		object-fit: cover;
		transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (hover: hover) {
		.service_item a:hover .service_item_thumb img {
				transform: scale(1.08)
		}
}
.service_item_caption_hdr {
		display: flex;
		flex-direction: column-reverse;
		text-align: center;
}
.service_en {
		color: #F55282;
		font-family: 'Inter';
		font-size: 15px;
		margin: 0 0 20px;
		line-height: 1;
}
.service_item_hd {
		font-size: 20px;
		font-weight: 500;
}
@media(max-width: 960px) {
		.service_grid {
				gap: 80px 30px;
		}
}
@media(max-width: 767px) {
		.service_inner, .recruit_inner {
				padding: 50px 20px 60px;
		}
		.service_inner_bg, .recruit_inner_bg {
				border-radius: 20px;
		}
		.service_grid {
				gap: 60px 30px;
		}
		.service_item_thumb {
				margin-bottom: 15px;
		}
		.service_en {
				font-size: 11px;
				margin: 0 0 10px;
		}
		.service_item_hd {
				font-size: 16px;
		}
}
@media screen and (orientation: portrait) and (max-width: 600px) {
		.service_grid {
				display: block;
				gap: 0;
				padding: 0 20px;
		}
		.service_grid .service_item:nth-child(even) {
				position: static;
				top: inherit;
		}
		.service_item {
				margin-bottom: 50px;
		}
		.service_grid .service_item:last-child {
				margin-bottom: 0;
		}
}
/* ============== */
.company_section {
		padding: 160px 30px
}
.company_inner {
		max-width: 720px;
		margin: 0 auto;
}
.company_inner table {
		width: 100%;
}
.company_inner td {
		text-align: left;
		padding: 30px 0;
		vertical-align: top;
		line-height: 1.8;
		position: relative;
}
.company_inner td::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		transform-origin: left center;
		transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
		transition-delay: 0.25s;
		transform: scaleX(0);
}
.company_inner tr td:nth-child(2)::after {
		transition-delay: 0.4s;
}
.company_inner .companyTrActive td::after {
		transform: scaleX(1);
}
.company_inner tr td:first-child {
		width: 22%;
}
.company_inner tr td:first-child::after {
		background: #F55282;
		width: calc(100% - 7px);
}
.company_inner tr td:nth-child(2)::after {
		background: #A7B1BF;
}
.company_inner tr td a {
		color: #F55282;
		text-decoration: none;
		display: inline-block;
		position: relative;
		padding-bottom: 0px;
		border-bottom: 1px dotted #F55282;
		transition: border 0.3s;
}
.company_inner table tr {
		transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s;
		opacity: 0;
}
.company_inner table tr:nth-child(odd) {
		transform: translateX(50px)
}
.company_inner table tr:nth-child(even) {
		transform: translateX(-50px)
}
.company_inner table tr.companyTrActive {
		transform: translateX(0);
		opacity: 1;
}
@media (hover: hover) {
		.company_inner tr td a:hover {
				border-bottom: 1px dotted rgba(255, 255, 255, 0);
		}
}
@media(max-width: 767px) {
		.service_section {
				padding: 0 20px 80px;
		}
		.company_section {
				padding: 80px 20px
		}
}
@media screen and (orientation: portrait) and (max-width: 600px) {
		.company_section hgroup.center {
				text-align: left;
		}
		.company_section hgroup.center::before {
				left: 0;
				transform-origin: left center;
		}
		.company_inner tr td:first-child, .company_inner tr td {
				display: block;
				width: auto;
				padding: 0;
		}
		.company_inner tr td {
				padding: 0px 0 20px;
		}
		.company_inner tr td:first-child {
				padding: 20px 0 5px;
				font-weight: 600;
		}
		.company_inner tr td:first-child::before {
				content: '';
				display: block;
				position: absolute;
				top: 0;
				left: 72px;
				width: calc(100% - 72px);
				height: 1px;
				background: #A7B1BF;
		}
		.company_inner tr td:first-child::after {
				bottom: inherit;
				top: 0;
				left: 0;
				width: 70px;
		}
		.company_inner tr td:nth-child(2)::after {
				display: none
		}
}
/* ============== */
.recruit_section {
		padding: 0 20px 130px
}
.recruit_inner {
		padding-top: 0;
		padding-bottom: 0;
		color: #fff;
}
.recruit_flex {
		display: flex;
		align-items: center;
		max-width: 1120px;
		margin: 0 auto
}
.recruit_photo_wrap {
		overflow: hidden;
		width: 585px;
		height: 810px;
		margin-right: 130px;
}
.recruit_photo.pcObj {
		width: 585px;
}
.recruit_photo_item img {
		width: 100%;
		height: auto
}
.recruit_caption {
		flex: 1;
		position: relative;
		top: -40px
}
.recruit_caption hgroup p.en {
		margin: 0 0 20px;
}
.recruit_caption p {
		line-height: 1.8;
		margin: 0 0 50px
}
.recruit_photo.mobileObj {
		display: none
}
@media(max-width: 1200px) {
		.recruit_photo_wrap {
				overflow: hidden;
				height: 650px;
				width: 50%;
				margin-right: 60px;
		}
		.recruit_photo.pcObj {
				height: 650px;
		}
}
@media(max-width: 840px) {
		.recruit_photo.pcObj {
				width: 45%;
				height: 600px;
				margin-right: 50px;
		}
}
@media(max-width: 767px) {
		.recruit_caption hgroup {
				margin-bottom: 30px;
		}
		.recruit_caption hgroup p.en {
				margin: 0 0 10px;
		}
		.recruit_caption p {
				margin: 0 0 30px;
		}
}
@media screen and (orientation: portrait) and (max-width: 600px) {
		.recruit_inner {
				padding: 40px 0;
				overflow: hidden
		}
		.recruit_photo.pcObj {
				display: none !important
		}
		.recruit_photo_wrap {
				width: 100%;
				height: auto;
				margin: 0 0 45px;
		}
		.recruit_photo.mobileObj {
				display: flex;
				width: 100%;
				height: auto;
				margin: 0;
		}
		.recruit_photo .recruit_photo_item {
				width: 250px;
				margin-right: 14px;
				padding: 0;
		}
		.recruit_flex {
				display: block;
		}
		.recruit_caption {
				top: 0;
				padding: 0px 30px 0;
		}
}
/* ============== */
.news_section {
		padding: 50px 0 120px;
}
.news_inner {
		max-width: 1160px;
		margin: 0 auto 50px;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		padding: 0 30px
}
.news_inner hgroup {
		margin-bottom: 0;
}
/* =============== */
.loop_section {
		position: relative;
		height: 200px
}
@media(max-width: 767px) {
		.loop_section {
				height: 130px
		}
}
.loop_section .loop_wrap {
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
}
.loop_slider, .reverse_slider {
		display: flex;
		width: 100%;
		overflow: hidden;
}
.vLoop_slider {
		pointer-events: none;
		overflow: hidden;
}
.loop_slider {
		position: relative;
		pointer-events: none;
		z-index: -1;
}
.loop_inner, .reverse_inner {
		display: flex;
}
.loop_inner:first-child {
		animation: loop 90s linear infinite;
}
.loop_inner:nth-child(2) {
		animation: loop2 90s -60s linear infinite;
}
.loop_inner:last-child {
		animation: loop3 90s -30s linear infinite;
}
.reverse_slider .reverse_inner:first-child {
		animation: loop4 90s linear infinite;
}
.reverse_slider .reverse_inner:nth-child(2) {
		animation: loop5 90s -60s linear infinite;
}
.reverse_slider .reverse_inner:last-child {
		animation: loop6 90s -30s linear infinite;
}
.kv .loop_inner:first-child {
		animation: loop 45s linear infinite;
}
.kv .loop_inner:nth-child(2) {
		animation: loop2 45s -30s linear infinite;
}
.kv .loop_inner:last-child {
		animation: loop3 45s -15s linear infinite;
}
.kv .reverse_slider .reverse_inner:first-child {
		animation: loop4 45s linear infinite;
}
.kv .reverse_slider .reverse_inner:nth-child(2) {
		animation: loop5 45s -30s linear infinite;
}
.kv .reverse_slider .reverse_inner:last-child {
		animation: loop6 45s -15s linear infinite;
}
.loop_section .loop_item {
		width: 1600px;
		height: 100px;
}
.loop_section .loop_item {
		background: linear-gradient(90deg, rgba(67, 62, 76, 1) 0%, rgba(229, 114, 149, 1) 40%, rgba(247, 115, 154, 1) 75%, rgba(67, 62, 76, 1) 100%);
		background-size: 150% 150%;
		animation: gradMove 2s linear infinite alternate;
		mask-image: url("../images/top_slide_txt.png");
		mask-repeat: no-repeat;
		mask-position: 0 0;
		mask-size: 100% 100%;
		-webkit-mask-image: url("../images/top_slide_txt.png");
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-position: 0 0;
		-webkit-mask-size: 100% 100%;
}
.loop_item.kvSP1 {
		width: 420px;
		height: 45px;
}
.loop_item.kvSP2 {
		width: 375px;
		height: 45px;
}
.loop_item.kvSP1 img, .loop_item.kvSP2 img {
		width: 100%;
		height: auto
}
@media(max-width: 390px) {
		.loop_item.kvSP1 {
				width: 336px;
				height: 38px;
		}
		.loop_item.kvSP2 {
				width: 300px;
				height: 40px;
		}
}
@keyframes gradMove {
		from {
				background-position: 0% 0;
		}
		to {
				background-position: 100% 0;
		}
}
@media(max-width: 960px) {
		.loop_section .loop_item {
				width: 1280px;
				height: 80px;
		}
}
@media(max-width: 767px) {
		.loop_section .loop_item {
				width: 570px;
				height: 36px;
		}
}
@keyframes loop {
		0% {
				transform: translateX(200%);
		}
		to {
				transform: translateX(-100%);
		}
}
@keyframes loop2 {
		0% {
				transform: translateX(100%);
		}
		to {
				transform: translateX(-200%);
		}
}
@keyframes loop3 {
		0% {
				transform: translateX(0%);
		}
		to {
				transform: translateX(-300%);
		}
}
@keyframes loop4 {
		0% {
				transform: translateX(-100%);
		}
		to {
				transform: translateX(200%);
		}
}
@keyframes loop5 {
		0% {
				transform: translateX(-200%);
		}
		to {
				transform: translateX(100%);
		}
}
@keyframes loop6 {
		0% {
				transform: translateX(-300%);
		}
		to {
				transform: translateX(0%);
		}
}
/* Vertical Loop */
.vLoop_slider {
		display: block;
		position: relative;
		z-index: 2;
		width: 100%;
		overflow: hidden;
}
.vLoop_item {
		padding-bottom: 20px;
}
.vLoop_inner:first-child {
		animation: vLoop 45s linear infinite;
}
.vLoop_inner:nth-child(2) {
		animation: vLoop2 45s -30s linear infinite;
}
.vLoop_inner:last-child {
		animation: vLoop3 45s -15s linear infinite;
}
@keyframes vLoop {
		0% {
				transform: translateY(200%);
		}
		to {
				transform: translateY(-100%);
		}
}
@keyframes vLoop2 {
		0% {
				transform: translateY(100%);
		}
		to {
				transform: translateY(-200%);
		}
}
@keyframes vLoop3 {
		0% {
				transform: translateY(0%);
		}
		to {
				transform: translateY(-300%);
		}
}
@keyframes vLoop4 {
		0% {
				transform: translateY(-100%);
		}
		to {
				transform: translateY(200%);
		}
}
@keyframes vLoop5 {
		0% {
				transform: translateY(-200%);
		}
		to {
				transform: translateY(100%);
		}
}
@keyframes vLoop6 {
		0% {
				transform: translateY(-300%);
		}
		to {
				transform: translateY(0%);
		}
}
/* ========== */
.contact_section {
		padding: 0 30px 140px;
}
.contact_section p {
		text-align: center;
		margin: 0 0 50px;
		line-height: 2.0;
}
.contact_section .linkBtn {
		margin-left: auto;
		margin-right: auto;
		width: 280px;
}
@media (hover: hover) {
		.contact_section .linkBtn a:hover .linkBtn_arw {
				transform: translateX(-226px);
		}
}
@media(max-width: 767px) {
		.contact_section {
				padding: 0 20px 70px;
		}
		.contact_section p {
				margin: 0 0 40px;
		}
		.contact_section .linkBtn {
				width: 230px;
		}
}
@media(max-width: 600px) {
		.contact_section p {
				text-align: left;
				margin: 0 0 40px;
		}
		.contact_section p.en {
				text-align: center !important;
				margin: 0 0 15px!important
		}
}
@media(max-width: 767px) and (hover: hover) {
		.contact_section .linkBtn a:hover .linkBtn_arw {
				transform: translateX(-176px);
		}
}