/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	line-height: 1.5;
	font-size: 16px;
	scroll-behavior: smooth;
}
body {
	background: #fff;
	margin: 0;
	padding: 0;
	min-width: 1280px;
	position: relative;
	font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-feature-settings: "palt";
}
a {
	text-decoration: none;
}
.pc{
	display: flex;
}
.sp{
	display: none;
}
@media all and (max-width: 767px) {
	body {
		width: 100%;
		min-width: 100%;
	}
	.pc{
		display: none;
	}
	.sp{
		display: flex;
	}
}
/* レイアウト　共通　*/
.header_bg_grad {
	padding-top: 168px; /*　ヘッダー調整　*/
	padding-bottom: 120px; /*　ヘッダー調整　*/
}
.content_bg {
	padding: 120px 0;
}
.header_bg_grad--kv {
	padding: 0;
}
.header_bg_grad--jobdetail{
	padding-top: 190px; /*　ヘッダー調整　*/
}
@media all and (max-width: 767px) {
	.header_bg_grad {
		padding-top: 104px; /*　ヘッダー調整　*/
		padding-bottom: 120px; /*　ヘッダー調整　*/
	}
	.header_bg_grad--kv {
		padding: 0;
	}
	.content_bg {
		padding: 60px 0;
	}
	.header_bg_grad--jobdetail{
		padding-top: 104px; /*　ヘッダー調整　*/
		padding-bottom: 60px;
	}
}
h1.pagetitle_jp {
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 27px; /* 150% */
	letter-spacing: 0.9px;
	margin-bottom: 20px;
}
h1.pagetitle_en {
	color: var(--vesca-blue, #273E97);
	font-family: Lato;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 72px; /* 150% */
	letter-spacing: 2.4px;
}
@media all and (max-width: 767px) {
	h1.pagetitle_jp {
		margin-bottom: 20px;
	}
	h1.pagetitle_en {
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: 24px; /* 85.714% */
		letter-spacing: 1.4px;
	}
}
h2 {
	color: var(--vesca-blue, #273E97);
	font-family: Lato;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 33px; /* 150% */
	letter-spacing: 1.1px;
	margin-bottom: 60px;
	/*text-transform: uppercase;*/
}
h2.white {
	color: #fff;
	font-family: Lato;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 33px; /* 150% */
	letter-spacing: 1.1px;
}
h3.white {
	color: #fff;
}
p.white {
	color: #fff;
}
@media all and (max-width: 767px) {
	h2 {
		margin-bottom: 40px;
	}
}
/* ヘッダー　パターン1*/
/*　背景グラデーション　*/
.header_bg_grad {
	overflow: hidden;
	position: relative;
}
.header_bg_grad--l {}
.header_bg_grad--m {
	height: 600px;
}
.header_bg_grad--s {
	height: 370px;
}
@media all and (max-width: 767px) {
	.header_bg_grad--m {
		height: 600px;
	}
	.header_bg_grad--s {
		height: 250px;
	}
}
#bg-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#bg-wrap--fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
@media all and (max-width: 767px) {
	#bg-wrap--fixed {
		width: 250%;
	}
}
/* コンテンツパターン */
.content_bg {}
.content_bg--blue {
	background-color: #273E97;
}
.content_bg--lightblue {
	background-color: #D6D9E6;
}
.content_bg--gray {
	background-color: #f5f5f5;
}
.content_bg--gray75 {
	background: rgba(245, 245, 245, 0.75);
	padding: 60px 0 30px;
}
@media all and (max-width: 767px) {
	.content_bg--gray75-sp{
		padding: 10px 0 30px;
	}
}

.content_bg--white {
	background-color: #fff;
}
.layout_padding1 {
	/*
	padding-left: 60px;
	padding-right: 60px;
	min-width: 1260px;
	*/
	padding: 0 2%;
}
.layout_padding2 {
	/*
	margin: 0 auto;
	
	padding-left: 60px;
	padding-right: 60px;
	width: 1260px;
	*/
	margin: 0 auto;
	/* padding-left: 60px; */
	/* padding-right: 60px; */
	min-width: 1024px;
	max-width: 1280px;
	padding: 0 2%;
}
.layout_padding3 {
	margin: 0 auto;
	/* padding-left: 60px; */
	/* padding-right: 60px; */
	width: 80%;
	max-width: 1140px;
}
@media all and (max-width: 767px) {
	.layout_padding1 {
		padding: 0 20px;
	}
	.layout_padding2 {
		min-width: inherit;
		width: 100%;
		padding: 0 20px;
	}
	.layout_padding3 {
		width: 100%;
		padding: 0 20px;
	}
}
/* top */
.top_kv {
	background: url("../img2025/top/top_kv.jpg") no-repeat center center;
	background-size: cover;
	width: calc(100% - 40px);
	height: calc(100vh - 40px);
	margin: 20px;
	border-radius: 20px;
}
.top_kv .bg_filter {}
@media all and (max-width: 767px) {
	.top_kv {
		width: calc(100% - 20px);
		height: calc(100dvh - 20px);
		margin: 10px;
	}
}
.top_kv h1 {
	color: #fff;
	font-family: "Noto Sans JP";
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px; /* 163.636% */
	margin-top:60px;
}
.top_kv .text_en_l {
	color: #FFF;
	font-family: Lato;
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.top_kv .text_en_m {
	color: #FFF;
	font-family: Lato;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 1px;
}
.top_kv_text {
	padding-top: 280px;
	margin: 0px 40px 0;
}
.top_kv_text span{
	display: inline-block;
}
.top_kv h1 span{
	letter-spacing: 0.1em;
}
@media all and (max-width: 767px) {
	.top_kv_text {
		display: flex;
		flex-direction: column;
		height: calc(100vh - 20px);
		justify-content: space-between;
		padding-top: 0;
	}
	.top_kv h1 {
		color: var(--White, #FFF);
		font-family: "Noto Sans JP";
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 24px; /* 150% */
		margin-bottom: 120px;
		margin-top: auto;
	}
	.top_kv .text_en_l {
		color: #FFF;
		font-family: Lato;
		font-size: 36px;
		font-style: normal;
		font-weight: 700;
		line-height: 48px; /* 133.333% */
		letter-spacing: 1.8px;
		text-transform: uppercase;
		padding-top: 20vh;
	}
	.top_kv .text_en_m {
		color: #FFF;
		font-family: Lato;
		font-size: 16px;
		font-style: normal;
		font-weight: 300;
		line-height: 24px; /* 150% */
		letter-spacing: 0.8px;
		margin-top: 10px;
	}
}
.top_h3 {
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 36px; /* 150% */
	letter-spacing: 1.2px;
}
.top_h3 img{
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 10px;
}
.top_strength_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px 0px;
	padding: 60px 0 140px;
}
.top_strength_item {
	width: 32.2%;
	flex-shrink: 0;
	border-radius: 10px;
	border: 1px solid #273E97;
	background: #FFF;
	padding: 39px 20px 36px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 260px;
}
@media all and (max-width: 767px) {
	.top_strength_flex {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 20px 0px;
		padding: 60px 0 60px;
	}
	.top_strength_item {
		width: 100%;
	}
	.top_h3 {
		font-size: 22px;
		line-height: 33px;
	}
}
.top_strength_icon {
	text-align: center;
}
.top_strength_item h4 {
	color: #273E97;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; /* 150% */
	letter-spacing: 1px;
}
.top_strength_item p {
	color: #000;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5em;
}
.top_strength_item p.text_2lines {
	margin-bottom: 24px;
}
.icon_margintop_1 {
	margin-top: -5px;
}
/*top拡大ボタン*/
.top_service_title {
	color: #FFF;
	font-family: "Noto Sans JP";
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; 
	letter-spacing: 1.3px;
	margin-bottom: 40px;
}
.top_service_text {
	color: #FFF;
	font-family: "Noto Sans JP";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; 
	letter-spacing: 0.9px;
	margin-bottom: 60px;
}

@media all and (max-width: 767px) {
	.top_service_title {
		font-size: 22px;
	}
	.top_service_text{
		font-size: 16px;
		margin-bottom: 45px;
	}
}



.top_service_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
a.top_service_item {
	display: flex;
	flex-direction: column;
	padding: 14px;
	background-color: #fff;
	border-radius: 12px;
	width: 48%;
	text-decoration: none;
}
@media all and (max-width: 767px) {
	.top_service_flex {
		gap:20px 0;
	}
	a.top_service_item {
		width: 100%;
	}
}
.top_service_item h4 {
	color: #273E97;
	font-family: "Noto Sans JP";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 150% */
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 0 16px;
}
@media all and (max-width: 767px) {
	.top_service_item h4 {
		font-size: 22px;
	}
	.top_service_item p{
		margin-bottom: 2em;
	}
    
}
.top_service_item h4 span {
	border-bottom: 1px solid #fff;
	transition: all .8s;
}
a.top_service_item:hover h4 span {
	border-bottom: 1px solid #273E97;
}
.top_service_item p {
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
	letter-spacing: 0.8px;
	margin-bottom: 2em;
	padding: 0 16px;
}
.top_service_img_wrap {
	width: 100%;
	height: 309px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}
.top_service_img {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.top_service_img--ark {
	background: url("../img2025/top/ark_bg.png") no-repeat center center;
	background-size: cover;
}
.top_service_img--seeds {
	background: url("../img2025/top/seeds_bg.png") no-repeat center center;
	background-size: cover;
}
a.top_service_item:hover .top_service_img {
	opacity: .8;
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.top_service_img_logo {
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.top_service_img_logo--ark {
	width: 130px;
	height: 90px;
}
.top_service_img_logo--seeds {
	width: 292px;
	height: 90px;
}
/*矢印のボタンも起動する必要あり*/
a.top_service_item:hover .c-btn.slide--bgcolor {
	color: #fff;
	padding-left: 25px;
	padding-right: 35px;
}
a.top_service_item:hover .c-btn.slide--bgcolor::after {
	transform: scale(1, 1);
}
a.top_service_item:hover .c-btn.slide--bgcolor {
	color: #fff;
	padding-left: 45px;
	padding-right: 30px;
}
a.top_service_item:hover .arrow, a.top_service_item:hover .arrow::before, a.top_service_item:hover .arrow::after {
	background-color: #fff;
}
.top_service_btn_wrap {
	margin-top: auto;
	padding-bottom: 26px;
}
.top_service_btn_wrap div {
	margin: 0 auto;
}
.feature_flex {
	margin-top: 57px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.feature_flex_img {
	width: 490px;
	margin-right: 80px;
}
.feature_flex_text {
	width: 570px;
}
.feature_flex_img img {
	width: 100%;
}
@media all and (max-width: 767px) {
	.feature_flex {
		flex-direction: column-reverse;
		margin-top: 30px;
	}
	.feature_flex_img {
		width: 100%;
		 aspect-ratio: 1;
		margin-right: 0;
		margin-top: 60px;
		overflow: hidden;
		border-radius: 10px;
	}
	.feature_flex_text {
		width: 100%;
	}
}
.feature_text_group {
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px solid #DADADA;
	padding: 40px 0px;
}
.feature_text_number {
	color: #273E97;
	font-family: Lato;
	font-size: 14px;
	font-style: normal;
	font-weight: 900;
	line-height: 100%;
	letter-spacing: 0.7px;
	padding-top: 2px;
	margin-right: 20px;
}
.feature_text {
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 1px;
}
.top_client_wrap {
	background: #FFF;
	/* dropshadow */
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	padding: 20px 0;
}
@media all and (max-width: 767px) {
	.feature_text_group{
		padding: 30px 0;
	}
	.feature_text_number {
		padding-top: 8px;
	}
	.feature_text {
		line-height: 150%;
	}
}
/* スライダー　*/
.slider-container {
	overflow: hidden;
}
.slider {
	width: calc(147px * 9 *1); /* ロゴの横幅*ロゴの個数*1倍*/
	position: relative;
}
.slider--center {
	width: calc(147px * 31 *1); /* ロゴの横幅*ロゴの個数*1倍*/
	position: relative;
}
.slider--bottom {
	width: calc(147px * 26 *1); /* ロゴの横幅*ロゴの個数*1倍*/
	position: relative;
}
.slides {
	display: flex;
	width: calc(147px * 9 *2); /* ロゴの横幅*ロゴの個数*2倍*/
	animation: slide 27s linear infinite;/* 移動スピード　*ロゴの個数*3倍*/
}
.slider--center .slides {
	width: calc(147px * 31 *2); /* ロゴの横幅*ロゴの個数*2倍*/
	animation: slide 93s linear infinite;/* 移動スピード　*ロゴの個数*3倍*/
}
.slider--bottom .slides {
	width: calc(147px * 26 *2); /* ロゴの横幅*ロゴの個数*2倍*/
	animation: slide 78s linear infinite;/* 移動スピード　*ロゴの個数*3倍*/
}
.slider-container .slide {
	display: flex;
	align-items: center;
}
.slider--center .slide {
	flex-basis: 50%;
}
.slider-container .slide span {
	display: block;
	/* flex-basis: var(--logo-width, 20%); */
	width: 147px;
	overflow: hidden;
	padding: 20px 0;
	font-size: 10px;
	transition: transform .3s;
	text-align: center;
}
.slider-container .slide span img {
	width: 100%;
	max-height: 30px;
	margin: 0 auto;
}
@keyframes slide {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}
@keyframes slide_alternate {
	0% {
		transform: translateX(-50%);
	}
	100% {
		transform: translateX(0%);
	}
}
/*　スライダー　ここまで*/
.client_flex {
	display: flex;
	justify-content: space-between;
	padding-top: 60px;
	flex-wrap: wrap;
}
.client_item {
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.75);
	width: 49%;
	padding: 40px;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	flex-shrink: 0;
}
.client_item p {
	color: #000;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.7px;
	margin-bottom: 0;
}
.client_item .client_item_text {
	font-size: 16px;
	font-weight: 600;
}
.client_item_link {
	padding-top: 20px;
	display: flex;
	justify-content: center;
}
@media all and (max-width: 767px) {
	.client_flex{
		gap:20px 0;
	}
	.client_item{
		width: 100%;
	}
	
}

.top_news_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top_news_content {
	width: 48%;
}
@media all and (max-width: 767px) {
	.top_news_flex {
		gap: 100px 0;
	}
	.top_news_content {
		width: 100%;
	}
}
.top_news_content h3 {
	padding-bottom: 20px;
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 33px; /* 150% */
	letter-spacing: 1.1px;
}
.top_news_link {
	padding-top: 48px;
	display: flex;
	justify-content: center;
}
/* recruit_kv */
.recruit_kv {
	background: url("../img2025/recruit/kv.jpg") no-repeat center center;
	background-size: cover;
	width: calc(100% - 40px);
	height: calc(100vh - 40px);
	margin: 20px;
	border-radius: 20px;
}
@media all and (max-width: 767px) {
	.recruit_kv {
		background-image: url("../img2025/recruit/kv_sp.jpg");
		background-position: 17% center;
		width: calc(100% - 20px);
		height: calc(100vh - 20px);
		margin: 10px;
		border-radius: 20px;
	}
}
.recruit_kv .bg_filter {
	border-radius: 20px;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(39, 62, 151, 0.70) 0%, rgba(39, 62, 151, 0.00) 100%);
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}
.recruit_kv_text {
	padding-left: 130px;
}
.recruit_kv h1 {
	font-weight: 600;
	font-size: 83px;
	color: #fff;
	font-family: "Noto Sans JP";
}
.recruit_kv h1 span.paddingbox {
	font-size: 24px;
	padding-left: 30px;
}
.recruit_kv p.text_jp {
	font-size: 46px;
	color: #fff;
	font-weight: 700;
}
.recruit_kv .text_en {
	font-size: 19px;
	color: #fff;
	font-weight: 700;
}
.recruit_kv p.text_jp span{
	letter-spacing: 0.05em;
}
@media all and (max-width: 767px) {
	.recruit_kv_text {
		display: flex;
        flex-direction: column;
         height: calc(100dvh - 20px);
        justify-content: center;
        padding-top: 0;
		padding-left: 0;
	}
	.recruit_kv h1 {
		color: var(--White, #FFF);
		text-align: center;
		font-family: Lato;
		font-size: 68px;
		font-style: normal;
		font-weight: 700;
		line-height: 72px; /* 105.882% */
		letter-spacing: 3.4px;
		
		margin-bottom: 30px;
	}
	.recruit_kv h1 span.paddingbox {
		display: none;
	}
	.recruit_kv p.text_jp {
		color: var(--White, #FFF);
		text-align: center;
		font-family: "Noto Sans JP";
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: 30px; /* 125% */
	}
	.recruit_kv .text_en {
		text-align: center;
		color: var(--White, #FFF);
		font-family: Lato;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 30px;
	}
}


.recruit_list_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/*　採用情報　*/
.recruit_top_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.recruit_top_flex__left{
	width: calc( 100% - 4% - 760px) ;
}
.recruit_top_flex__right {
	margin-left: 4%;
}
.recruit_top_img_wrap {
	width: 760px;
	border-radius: 12px;
	padding: 15px;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}
.recruit_top_img {
	width: 730px;
	height: 430px;
	background-color: #fff;
	border-radius: 20px;
	background-size: cover;
	background-position: center center;
}
.recruit_top_img_wrap--sp{
	display: none;
}
@media all and (max-width: 767px) {
	.recruit_top_flex__left{
		width: 100%;
	}
	.recruit_top_flex__right{
		display: none;
	}
	.recruit_top_img_wrap--sp{
		display: block;
		width: 100%;
		margin: 30px 0;
	}
	.recruit_top_img_wrap--sp .recruit_top_img{
		width: 100%;
		height: 58vw;
	}
}
.recruit_top_flex__left h1 {
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 39px; /* 150% */
	letter-spacing: 1.3px;
	margin-top: -16px;
}
.recruit_top_flex__left p {
	margin-top: 60px;
	color: #000;
	/* Noto JP 16 */
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: 0.8px;
}
@media all and (max-width: 767px) {
	.recruit_top_flex__left p {
		margin-top: 30px;
	}
}
/* 背景白　角丸ボックス*/
.roundbox {
	padding: 2rem 60px 3rem;
	border-radius: 20px;
	background-color: #fff;
}
@media all and (max-width: 767px) {
	.roundbox {
		padding: 1rem 20px 3rem;
	}
}
.recruit_item {
	display: flex;
	justify-content: space-between;
	padding-top: 20px;
}
.recruit_item + .recruit_item {
	border-top: 1px solid #dadada;
	padding-top: 40px;
	margin-top: 40px;
}
.recruit_item_title {
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 150% */
	letter-spacing: 0.8px;
	width: 20%;
}
.recruit_item_content {
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 187.5% */
	letter-spacing: 0.8px;
	width: 80%;
}
.recruit_item_content li {
	margin-left: 1.5em;
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	line-height: 30px; /* 187.5% */
	letter-spacing: 0.8px;
	margin-bottom: 5px;
}
.recruit_item_content p + ul {
	margin-top: 20px;
}
@media all and (max-width: 767px) {
	.recruit_item {
		flex-direction: column;
	}
	.recruit_item_title {
		margin-bottom: 20px;
		width: 100%;
	}
	.recruit_item_content {
		line-height: 24px;
		width: 100%;
	}
}
.recruit_caution{
	text-align: center;
	margin-top: 4em;
	font-size: 14px;
}
.btn_area {
	padding: 120px 0 0px;
	display: flex;
	justify-content: center;
}
@media all and (max-width: 767px) {
	.btn_area {
		 padding: 40px 0 0px;
	}
}
/*news*/
.news_flex {
	display: block;
	padding: 20px 30px;
	text-decoration: none;
	transition: all .3s ease-out;
	color: #000;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	margin-bottom: -1px;
}
.news_flex:hover {
	padding-left: 40px;
	color: #273E97;
	background: rgba(255, 255, 255, 0.75);
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.05);
	backdrop-filter: blur(8px);
}
.news_flex_date {
	width: 10em;
	font-family: Lato;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
	letter-spacing: 0.7px;
}
.news_flex_content {
	margin-top: 10px;
	/* Noto JP 16 */
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: 0.8px;
}
/* pager */
.pager_flex {
	display: flex;
	justify-content: space-between;
	margin-top: 120px;
}
@media all and (max-width: 767px) {
	.pager_flex {
		transform: scale(0.8);
		margin-left: -20px;
	}
}
.pager_flex_page .wp-pagenavi {
	display: flex;
	justify-content: center;
}
.pager_flex_page a {
	mix-blend-mode: darken;
}
.pager_flex_page a, .pager_flex_page span {
	margin: 0 5px;
	background-color: inherit !important;
}
.pager_flex_page .current-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #D6D9E6 !important;
	;
	border: 1px solid #D6D9E6;
	width: 42px;
	color: #273E97;
	font-size: 14px;
}
/*News詳細ページ*/
.news_content h1 {
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 39px; /* 150% */
	letter-spacing: 1.3px;
	margin-bottom: 60px;
}
.news_content h2{
	color: #000;
}
.news_content p {
	color: #000;
	/* Noto JP 16 */
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: 0.8px;
	margin: 1.5em 0;
}
.news_content img {
	margin: 1.5em 0;
}
.news_content p.news_date {
	color: #555;
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
	letter-spacing: 0.7px;
	margin-bottom: 13px;
}
/* aobut */
.about_flex2025 {
	display: flex;
	justify-content: space-between;
	margin-top: -90px;
}
.about_flex2025_left {
	padding-top: 80px;
}
.about_flex2025_left p {
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 27px; /* 150% */
	letter-spacing: 0.9px;
}
.about_flex2025_left p.name {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: #000;
	text-align: right;
	font-family:serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
	letter-spacing: 0.8px;
	margin-top: 5em;
}
.about_flex2025_left p.name span {
	display: inline-block;
	padding-right: 32px;
}
.about_flex2025_right {
	margin-left: 100px;
	border-radius: 20px;
	overflow: hidden;
	max-height: 546px;
}
@media all and (max-width: 767px) {
	.about_flex2025 {
		flex-direction: column;
	}
	.about_flex2025_left p.name {
		margin-top: 2em;
		margin-bottom: 3em;
	}
	.about_flex2025_right {
		margin-left: 0px;
		max-height: 95vw;
	}
}
img.about_img_pmark {
	width: 95px;
}
img.about_img_pci {
	margin-left: 40px;
	width: 73px;
}
.about_map {
	width: 100%;
	height: 630px;
	margin-top: 40px;
	border-radius: 20px;
	overflow: hidden;
	padding-bottom: 40px;
}
@media all and (max-width: 767px) {
	.about_map {
		height: 95vw;
	}
}
/* privacy */
.privacy_content {
	margin-bottom: 60px;
}
.privacy_content h2 {
	color: #000;
	padding-top: 32px;
	/* h2 jp */
	font-family: "Noto Sans JP";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 36px; /* 150% */
	letter-spacing: 1.2px;
}
.privacy_content h3 {
	color: #000;
	/* h3 jp */
	font-family: "Noto Sans JP";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 27px; /* 150% */
	letter-spacing: 0.9px;
	margin-top: 60px;
}
.privacy_content p {
	color: #000;
	/* Noto JP 16 */
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: 0.8px;
	margin-top: 20px;
}
.privacy_content h2 + p {
	margin-top: -40px;
}
.privacy_content p.privacy_sign {
	color: #000;
	text-align: right;
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
	letter-spacing: 0.7px;
	margin-top: 60px;
	text-align: right;
	padding-bottom: 28px;
}
.privacy_content ul {
	margin-left: 1.5em;
	margin-top: 20px;
}
.privacy_content li {
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: 0.8px;
	margin-top: 5px;
}
@media all and (max-width: 767px) {
	.privacy_content{
		margin: 1.5rem 0;
	}
	.privacy_content p {
		display: inline-block;
		margin-top: 0;
	}
	.privacy_content h3 {
		margin: 2em 0 1.5em;
	}
	.privacy_content h2 {
		padding-top: 0;
		margin-bottom: 20px;
	}
	.privacy_content h2 + p {
		margin-top: 0px;
	}
}
.privacy_indent_box {
	padding: 0 30px 40px;
	border-bottom: 1px solid #dedede;
	margin-bottom: 60px;
}
.privacy_indent_box p.privacy_indent_title {
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 27px; /* 150% */
	letter-spacing: 0.9px;
	margin-top: 40px;
	margin-bottom: 14px;
}
.privacy_indent_box p {
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: 0.8px;
	margin-top: 10px;
}
/* contact */
.form_content .recruit_item_content p {
	display: flex;
	gap: 20px;
	align-items: center;
}
.form_content .wpcf7-text {
	padding: 18px 30px;
	border-radius: 5px;
	border: 1px solid #555;
	color: #222;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0.8px;
}
@media all and (max-width: 767px) {
	.form_content .wpcf7-text {
		width: 100%;
	}
	.wpcf7-list-item{
		display: block;
	}
}
.form_content .recruit_item_title {
	display: flex;
	align-items: center;
}
.form_content textarea {
	padding: 18px 30px;
	border-radius: 5px;
	border: 1px solid #555;
	color: #222;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: 0.8px;
	width: 770px;
}
@media all and (max-width: 767px) {
	.form_content textarea {
		width: 100%;
	}
}
.form_submit {
	padding-top: 65px;
	padding-bottom: 30px;
}
.wpcf7-response-output {
	color: #d00;
	border: 1px solid #d00 !important;
	text-align: center;
	padding: 20px !important;
}
.form_content .form_kojinjouhou {
	width: 100%;
	height: 10em;
	overflow: scroll;
}
.js_your_url {
	opacity: 0;
	width: 2px;
	height: 2px;
}
/*ボタン*/
.form_content .form_submit .form_btn {
	position: relative;
	width: 240px;
	height: 60px;
	border-radius: 60px;
	margin: 0 auto;
	cursor: pointer;
	color: #999;
	border: 1px solid #555;
	transition: all .3s;
}
.form_content .form_submit .form_btn .arrow {
	position: absolute;
	top: 23px;
	right: 40px;
	background-color: #555;
	transition: all .3s;
}
.form_content .form_submit .form_btn .arrow::before, .form_content .form_submit .form_btn .arrow::after {
	background-color: #555;
	transition: all .3s;
}
.form_content .form_submit .form_btn.p_active .arrow {
	background-color: #273E97;
}
.form_content .form_submit .form_btn.p_active .arrow::before, .form_content .form_submit .form_btn.p_active .arrow::after {
	background-color: #273E97;
}
.form_content .form_submit .form_btn.p_active {
	cursor: pointer;
	border: 1px solid #273E97;
}
.form_content .form_submit .form_btn.p_active:hover {
	background-color: #273E97;
	color: #fff;
}
.form_content .form_submit .form_btn.p_active:hover .arrow {
	background-color: #fff;
	right: 35px;
}
.form_content .form_submit .form_btn.p_active:hover .arrow::before, .form_content .form_submit .form_btn.p_active:hover .arrow::after {
	background-color: #fff;
}
.form_content .form_submit input {
	width: 240px;
	height: 60px;
	border-radius: 60px;
	flex-shrink: 0;
	padding: 18px ;
	text-align: center;
	border: none;
	background-color: inherit;
	font-family: Lato;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 150% */
	letter-spacing: 0.8px;
	color: #555;
}
.form_content .form_submit .form_btn.p_active input {
	color: #273E97;
}
.form_content .form_submit .form_btn.p_active:hover input {
	color: #fff;
}

.js-entry-url{
	 word-break: break-all;
	width: 400%;
	max-width: 350px;
}
/* ベースとなるチェックボックス（非表示） */
.wpcf7 input[type="checkbox"] {
	display: none;
}
/* ラベル */
.wpcf7 .wpcf7-checkbox label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	font-size: 16px;
	color: #333;
	display: inline-block;
	margin: 10px 10px 10px 0;
	line-height: 150%;
}
/* チェックボックスの外枠 */
.wpcf7 .wpcf7-checkbox label::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #555;
	border-radius: 4px;
	background: white;
	box-sizing: border-box;
	transition: 0.2s;
}
/* チェックマーク（線で作る） */
.wpcf7 .wpcf7-checkbox input[type="checkbox"]:checked + span::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 4px;
	width: 6px;
	height: 12px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
}
/* チェック時の背景色変更 */
.wpcf7 .wpcf7-checkbox input[type="checkbox"]:checked + span::before {
	background-color: #273E97 !important;
	border-color: #273E97;
	content: "";
	position: absolute;
	left: 0px;
	top: 3px;
	width: 20px;
	height: 20px;
	border-radius: 4px;
}
/* ラジオボタン本体は非表示 */
.wpcf7 input[type="radio"] {
	display: none;
}
/* ラジオボタンのラベル */
.wpcf7 .wpcf7-radio label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	display: inline-block;
	line-height: 150%;
	margin: 10px 15px 10px 0;
	font-size: 16px;
	color: #333;
	user-select: none;
}
/* 外側の円 */
.wpcf7 .wpcf7-radio label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 20px;
	height: 20px;
	border: 1px solid #555;
	border-radius: 50%;
	background: white;
	box-sizing: border-box;
	transition: 0.2s ease;
}
/* 内側のチェック（選択状態） */
.wpcf7 input[type="radio"]:checked + span::after {
	content: "";
	position: absolute;
	left: 4px;
	top: 7px;
	width: 12px;
	height: 12px;
	background-color: #273E97;
	border-radius: 50%;
	transition: 0.2s ease;
}
/* 元のチェックボックスを非表示 */
.wpcf7 .wpcf7-acceptance input[type="checkbox"] {
	display: none;
}
/* ラベル全体 */
.wpcf7 .wpcf7-acceptance label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	color: #333;
	user-select: none;
}
/* チェックボックスの外枠 */
.wpcf7 .wpcf7-acceptance label::before {
	content: "";
	position: absolute;
	top: 5px; /*2px*/
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #555;
	border-radius: 4px;
	background: #fff;
	box-sizing: border-box;
	transition: all 0.2s ease;
}
/* チェックマーク（線で作る） */
.wpcf7 .wpcf7-acceptance input[type="checkbox"]:checked + span::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 4px;
	width: 6px;
	height: 12px;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	transform: rotate(45deg);
	transition: all 0.2s ease;
}
/* チェック時の背景色 */
.wpcf7 .wpcf7-acceptance input[type="checkbox"]:checked + span::before {
	background-color: #273E97;
	border-color: #273E97;
	content: "";
	position: absolute;
	left: 0px;
	top: 3px;
	width: 20px;
	height: 20px;
	border-radius: 4px;
}
/*リンクをデフォルトから変更*/
.wpcf7-list-item-label a{
	color: #000;
	text-decoration: underline;
}
.wpcf7-list-item-label a:hover,
.wpcf7-list-item-label a:active
{
	color: #273E97;
	text-decoration: none;
}
.contact_alert_text{
	font-size: 110%;
}


/* 導入事例 */
.content_bg--case{
	padding-top: 168px;
	background: url("../img2025/case/case_logo.png") no-repeat #D6D9E6;
	 background-position: right 2% top 48px;
}
.case_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 120px;
	gap:2%;
}
.case_flex a.case_item{
	display: block;
	width: 32%;
	margin-bottom: 30px;
	color: #000;
	padding: 14px 14px 34px;
	background-color: #fff;
	border-radius: 12px;
	
}
@media all and (max-width: 767px) {
	.content_bg--case{
		padding-top: 104px;
		background-size: 250px;
	}
	.case_flex{
		margin-top: 60px;
	}
	.case_flex a.case_item{
		width: 100%;
	}
}
.case_item_img_wrap{
	overflow: hidden;
	
	width: 100%;
	aspect-ratio: 730/440;
	
	border-radius: 12px;
	margin-bottom: 24px;
}
.case_item_img{
	width: 100%;
	aspect-ratio: 730/440;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	
transition: all .3s ease-out;
}
.case_item_img--img1{	
	background-image: url("../img2025/case/case01/main.png");
}
.case_item_img--img2{	
	background-image: url("../img2025/case/case02/main.png");
}
.case_item_img--img3{	
	background-image: url("../img2025/case/case03/main.png");
}
.case_item_img--img4{	
	background-image: url("../img2025/case/case04/main.png");
}
.case_item_img--img5{	
	background-image: url("../img2025/case/case05/main.png");
}

.case_item_text_wrap{
	padding: 0 10px;
}

.case_item_no{
	color: var(--vesca-blue, #273E97);
	font-family: Lato;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 21px; /* 150% */
	letter-spacing: 0.7px;
	margin-bottom: 10px;
}
.case_item_title{
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 27px; /* 150% */
	letter-spacing: 0.9px;
	transition: 0.2s ease;
}
.case_flex a.case_item:hover .case_item_title{
	text-decoration: underline;
	color: #273E97;
}

.case_item_icon{
	margin-top: 20px;
}
.case_item_icon{
	display: flex;
	flex-wrap: wrap;
	gap:16px;
}
.case_item_icon span{
	display: inline-block;
	height: 30px;
	padding: 8px 18px;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 0.65px;
	border-radius: 5px;
	background: #D6D9E6;
}
.case_flex a.case_item:hover .case_item_img{
	opacity: .8;
-moz-transform: scale(1.05);
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
@media all and (max-width: 767px) {
	.case_item .case_item_icon span{
		padding: 8px 14px;
	}
}

/* 導入事例　詳細　*/
.content_bg--case_page{
	background-color: #F5F5F5;
	padding-top: 185px;
}
@media all and (max-width: 767px) {
	.content_bg--case_page{
		padding-top: 104px;
	}
}

.case_page_top_flex{
	display: flex;
	justify-content: space-between;
}
@media all and (max-width: 767px) {
	.case_page_top_flex{
		
	flex-wrap: wrap;
	}
}
.case_page_top_flex_left{
	padding-right: 60px;
}
.case_page_top_flex_right{
	width:760px;
}
@media all and (max-width: 767px) {
	.case_page_top_flex_left{
		padding-right: 0;
	}
	.case_page_top_flex_right{
		width: 100%;
	}
}

.case_page_no{
	color: var(--vesca-blue, #273E97);
	font-family: Lato;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height:100%;
	letter-spacing: 1.1px;
}
.case_page_title{
	margin-top: 40px;
	
	color: #000;
font-family: "Noto Sans JP";
font-size: 26px;
font-style: normal;
font-weight: 600;
line-height: 150%;
letter-spacing: 1.3px;
}
.case_page_shopname{
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: 0.9px;
	
	margin-top: 30px;
	margin-bottom: 15px;
	padding-left: 40px;
	background: url('../img2025/case/icon_store.svg') no-repeat top 5px  left;
}
.case_page_url{
	font-family: "Noto Sans JP";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0.6px;
	margin-bottom: 40px;
}
.case_page_url a{
	
	color: #000;
	padding-right: 30px;
	padding-bottom: 10px;
	background: url('../img2025/case/icon_blank.svg') no-repeat top  right;
}
.case_page_url a:hover{
	color: #273E97;
	text-decoration: underline;
	background-image: url('../img2025/case/icon_blank_hover.svg') 
}
.case_page_top_flex_left p{
	color: #000;
	margin-bottom: 60px;

/* Noto JP 16 */
font-family: "Noto Sans JP";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
letter-spacing: 0.8px;
}

@media all and (max-width: 767px) {
	.case_page_no{
		font-size: 20px;
	}
	.case_page_title{
		font-size: 22px;
		margin-top: 30px;
	}
	.case_page_shopname{
		font-size: 16px;
		margin-top: 20px;
	}
	.case_page_sp p{
		line-height: 150%;
		margin-top: 25px;
		margin-bottom: 30px;
	}
	.case_page_url{
		margin-bottom: 30px;
	}
}


.case_page_top_img{
	width: 750px;
	border-radius: 10px;
	background-color: #fff;
	padding: 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	margin:  0 auto 10px;
}
@media all and (max-width: 767px) {
	.case_page_top_img{
		width: 100%;
	}
}

.swiper {
  width: 100%;
	aspect-ratio: 730/440;
  margin: 0 auto;
	
	border-radius: 10px;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination{
	text-align: right !important;
	position: relative !important;
}
.swiper-pagination-bullets.swiper-pagination-horizontal{
	top:inherit !important;
	left: inherit !important;
	bottom: inherit !important;
}
.swiper-pagination-bullet-active{
	background-color: #273E97 !important;
}
.swiper-pagination-bullet{
	width: 12px !important;
	height: 12px !important;
}

.case_page_detail_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 1.5rem;
}
.case_page_detail_item{
	display: flex;
	width: 49%;
	margin-bottom: 20px;
}
@media all and (max-width: 767px) {
	.case_page_detail_item{
		width: 100%;
	}
}
.case_page_detail_title{
	display: flex;
width: 130px;
height: 30px;
padding: 5px 0px;
justify-content: center;
align-items: center;
gap: 10px;
flex-shrink: 0;
	border-radius: 5px;
border: 1px solid #555;
	
	font-family: "Noto Sans JP";
font-size: 12px;
font-style: normal;
font-weight: 700;
letter-spacing: 0.6px;
	
	margin-right: 30px;
}
@media all and (max-width: 767px) {
	.case_page_detail_title{
		margin-right: 20px;
	}
}
.case_page_detail_text{
		display: flex;
align-items: center;
	
	color: #000;
font-family: "Noto Sans JP";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 21px; /* 150% */
letter-spacing: 0.7px;
}
@media all and (max-width: 767px) {
	.case_page_detail_text{
		letter-spacing: 0.3px;
	}
}
.case_page_imgs_flex{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	flex-wrap: wrap;
}
@media all and (max-width: 767px) {
	.case_page_imgs_flex{
		margin-top: 20px;
		row-gap:20px;
	}
}
.case_page_imgs_item{
	
}
.case_page_imgs_img{
	margin-bottom: 10px;
	line-height: 100%;
}
.case_page_imgs_text{
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: 0.7px;
}
.case_page_sp{
	display: none;
}
@media all and (max-width: 767px) {
	.case_page_sp{
		display: block;
	}
	.case_page_pc{
		display: none;
	}
	.case_page_imgs_item{
		width: 48%;
		margin-top: 10px;
	}
	.case_page_imgs_img img{
		width: 100%;
	}
}

/* DOWNLOAD */

.download_top_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.download_top_flex__left{
	width: calc( 100% - 4% - 760px) ;
}
.download_top_flex__right {
	margin-left: 4%;
}
.download_top_img_wrap {
	width: 760px;
	border-radius: 12px;
	padding: 15px;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}
.download_top_img {
	width: 730px;
	height: 430px;
	background-color: #fff;
	border-radius: 20px;
	background-size: cover;
	background-position: center center;
}
.download_top_img_wrap--sp{
	display: none;
}
@media all and (max-width: 767px) {
	.download_top_flex__left{
		width: 100%;
	}
	.download_top_flex__right{
		display: none;
	}
	.download_top_img_wrap--sp{
		display: block;
		width: 100%;
		margin: 30px 0;
	}
	.download_top_img_wrap--sp .download_top_img{
		width: 100%;
		height: 58vw;
	}
}

.download_top_flex__left p {
	margin-top: 60px;
	color: #000;
	/* Noto JP 16 */
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: 0.8px;
}
@media all and (max-width: 767px) {
	.download_top_flex__left p {
		margin-top: 30px;
	}
}

/* top 文字のアニメーション */
.letter-anim span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInLetter 0.5s ease-out forwards;
  animation-delay: calc(var(--delay) * 0.02s);
}

@keyframes fadeInLetter {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*リキャプチャ*/
.grecaptcha-badge { visibility: hidden; }






