@charset "utf-8";

html,
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-text-size-adjust: none;
	letter-spacing: 0.02em;
	background: #fff;
	color: #000;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 500;
	scroll-behavior: smooth;
	background-size: 100%;
	background-repeat: repeat-y;
	background-color: rgba(255, 255, 255, 0.6);
	background-blend-mode: lighten;
}

a {
	text-decoration: none;
}

div {
	box-sizing: border-box;
}

/*リセット*/
figure {
	margin: 0;
}

dd {
	margin: 0;
}

nav {
	box-sizing: border-box;
	background-repeat: no-repeat;
}

table {
	border-collapse: collapse;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}


a {
	color: #4272ff;
	transition: 0.3s;
}

.for499 {
	display: none;
}

@media screen and (max-width:499px) {
	.for499 {
		display: block;
	}
}

.forsp {
	display: none;
}

.forpc {
	display: block;
}

.nobr {
	white-space: nowrap;
}

/*フッター*/


footer {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 40px 20px;
	background-color: rgba(66, 114, 255, 0.1);
}

.footer-in {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.footer-l {}

.footer-r {
	display: flex;
	flex-direction: row;
}

.footer-inl {
	width: 140px;
	display: flex;
	flex-direction: column;
	padding: 0 4px;
	line-height: 1.6;
	font-weight: 700;
	font-size: 90%;
}

.footer-inl-s {
	padding: 4px 0 0 8px;
	font-weight: 500;
	font-size: 80%;
}

.logo-f {
	display: flex;
	align-items: center;
}

.logo-f img {
	width: 40px;
	height: 40px;
}

.comname-f {
	display: flex;
	flex-direction: column;
	padding: 0 0 0 12px;
}

.comname-f-in1 {
	font-weight: 500;
	font-size: 14px;
	text-align: left;
}

.comname-f-in2 {
	font-weight: 500;
	font-size: 12px;
}

.footer-100-link {
	font-size: 14px;
	font-weight: 500;
	width: 100%;
	text-align: center;
	padding: 20px 0 0 0;
}

.footer-100 {
	font-size: 11px;
	font-weight: 400;
	width: 100%;
	text-align: center;
	padding: 20px 0 0 0;
}

.mgt12 {
	margin-top: 12px
}


/*トップページ*/
#mainimg {
	width: 100%;
	height: 100vh;
	padding: 0 0 20px 0;
	margin: 0;
	position: relative;
	overflow: hidden;
	color: #fff;
	display: flex;
	flex-direction: column;
}



.video {
	position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* overlay */

.overlay::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(255, 255, 255, 0.6);
}

/*トップ文字　*/
.lead {
	width: 100%;
	padding: 100px 20px;
	font-size: 20px;
	line-height: 2;
	font-weight: 500;
	text-align: center;
}

.top-txt {
	width: 100%;
	position: absolute;
	top: calc(50% - 180px);
	left: 0;
	text-align: center;
	white-space: nowrap;
	font-size: 72px;
	line-height: 1.4;
	font-weight: 700;
	color: #4272ff;
	padding: 0 0 0 0;
	text-shadow: rgb(66, 114, 255, 0.4) 8px 8px 16px;
	transform-origin: center;
}

.top1-mov {
	animation: top1 1.2s ease-in-out 1;
}

@keyframes top1 {
	0% {
		transform: scale(1.02);
		opacity: 0;
		transform: translateY(7px);
	}

	30% {
		transform: scale(1.02);
		opacity: 0;
		filter: blur(4px);
		transform: translateY(7px);
	}

	100% {
		transform: scale(1);
		opacity: 1;
		filter: blur(0px);
		transform: translateY(0px);
	}
}


.top2-mov {
	animation: top2 1.5s ease-in-out 1;
}

@keyframes top2 {
	0% {
		transform: scale(1.02);
		opacity: 0;
		transform: translateY(5px);
	}

	60% {
		transform: scale(1.02);
		opacity: 0;
		filter: blur(4px);
		transform: translateY(5px);
	}

	100% {
		transform: scale(1);
		opacity: 1;
		filter: blur(0px);
		transform: translateY(0px);
	}
}

.top3-mov {
	animation: top3 2s ease-in-out 1;
}

@keyframes top3 {
	0% {
		transform: scale(1.02);
		opacity: 0;
		transform: translateY(5px);
	}

	70% {
		transform: scale(1.02);
		opacity: 0;
		filter: blur(4px);
		transform: translateY(5px);
	}

	100% {
		transform: scale(1);
		opacity: 1;
		filter: blur(0px);
		transform: translateY(0px);
	}
}



/*スクロールボタン*/
.scrolldown-outer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	z-index: 3;
	padding: 30px 25px 30px 0;
}

.scrolldown1 {
	position: relative;
	height: 50px;
	margin: 0 0 0 40px;
}

.scrolldown1::before {
	content: "";
	position: absolute;
	top: -22px;
	left: -40px;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	border: #4272ff 1px solid;
	background-color: #fff;
}

.scrolldown1 span {
	position: absolute;
	left: -15px;
	top: -15px;
	color: #4272ff;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after {
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 30px;
	background: #4272ff;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
	0% {
		height: 0;
		top: 0;
		opacity: 0;
	}

	30% {
		height: 30px;
		opacity: 1;
	}

	100% {
		height: 0;
		top: 50px;
		opacity: 0;
	}
}

/*リンク　ボタン　*/



.this-box,
.this-box2 {
	/*線の基点とするためrelativeを指定*/
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
	padding-top: 20px;

}

.this-box a {
	width: 60%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	/*ボタンの形状*/
	background-color: #4272ff;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	border: 1px solid #4272ff;
	color: #fff;
	text-decoration: none;
	outline: none;
	/*アニメーションの指定*/
	transition: all 0.3s ease-in-out;
	padding: 20px 10px 20px 30px;
	border-radius: 12px;

	&:hover {
		background-color: #fff;
		color: #4272ff !important;
		border-color: transparent;
	}
}

.this-box a .material-symbols-outlined {
	vertical-align: middle;
	margin: 0 0 0 5px;
}

.this-box a::before,
.this-box a::after {
	content: '';
	position: absolute;
	border: solid #4272ff;
	width: 15px;
	height: 15px;
	transition: all 0.3s ease-in-out;
}

.this-box a::before {
	top: -6px;
	left: -6px;
	border-width: 1px 0 0 1px;
}

.this-box a::after {
	bottom: -6px;
	right: -6px;
	border-width: 0 1px 1px 0;
}

.this-box a:hover::before,
.this-box a:hover::after {
	width: calc(100% + 11px);
	height: calc(100% + 11px);
	border-color: #4272ff;
}


.this-box2 a {
	width: 100%;
	font-size: 16px;
	padding: 12px 10px 12px 30px;
	margin: 20px 0 0 0;
}

.this-box3 a {
	font-size: 14px !important;
	padding: 12px 0px 12px 0px !important;
}

.this-box3 span {
	font-size: 14px !important;
}

.this-button {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 2vh;
	padding: 0 3%;
}

.this-box2-outer {
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 0 25% 40px 25%;
}

article {
	overflow: hidden;
}

/*ヘッダー*/
.c-header {
	align-items: center;
	background-color: #fff;
	position: fixed !important;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 80px;
	background-color: rgba(255, 255, 255, 0);
	background-blend-mode: lighten;
	backdrop-filter: blur(20px);
	z-index: 50;
}

.c-header .logo img {
	height: 60px;
}

.c-header .logo {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0;
	padding: 0 0 0 40px;
}

.c-header .logo .comname {
	padding: 0 0 0 20px;
	display: flex;
	flex-direction: column;
	align-items: left;
}

.c-header .logo .comname .comname-in1 {
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	color: #000;
	font-weight: 700;
}

.c-header .logo .comname .comname-in2 {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	color: #000;
	font-weight: 700;
}

.c-header__list {
	box-sizing: border-box;
	display: flex;
	margin: 0;
	padding: 0 40px;
}

.c-header__list-item a {
	display: flex;
	align-items: center;
}

.c-header__list-item a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.1em;
	padding: 0px;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	transition: .3s ease-in-out;
	color: #4272ff;

	&:hover {
		color: #000;
	}
}

.c-header__list-item a {
	padding: 0px 12px;
	text-decoration: none;
}

li {
	list-style: none;

}

ul .header-btn a {
	display: none !important;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding: 16px 20px;
	text-align: center !important;
	border-radius: 12px;
	color: #fff;
	background-color: #4272ff;

	&:hover {
		color: #fff;
		background-color: #164df4;
	}

}

.c-header__list-link {
	color: #000;
	display: block;
	margin-right: 20px;
	text-decoration: none;
	padding: 10px 0px;
}

.c-header__list-link:hover {
	filter: opacity(0.6);
}

.c-hamburger-menu {
	position: relative;
}

.c-hamburger-menu__input {
	display: none;
}

.c-hamburger-menu__bg {
	background-color: #fff;
	cursor: pointer;
	display: none;
	height: 100vh;
	left: 0;
	opacity: 0.9;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	text-align: center;
}

#hamburger:checked~.c-hamburger-menu__bg {
	display: block;
}

.c-hamburger-menu__button {
	display: none;
}



.c-hamburger-menu__button-mark {
	background-color: #fff;
	display: block;
	height: 3px;
	transition: 0.3s;
	width: 25px;
}

@media screen and (max-width:899px) {

	.c-hamburger-menu__list {
		align-items: center;
		display: flex;
		flex-direction: column;
		left: 0;
		padding: 20px 20px;
		font-size: 32px;
		position: absolute;
		transform: translateX(-120%);
		transition: 0.3s;
		top: 100%;
		width: 100%;
	}

	#hamburger:checked~.c-hamburger-menu__list {
		transform: translateX(0%);
		transition: 0.3s;
		width: 100%;
	}


	.c-header__list-item {
		width: 100%;
		display: flex;
		justify-content: center;
		padding: 12px 20px
	}

	.c-header__list-item a {
		font-size: 32px;
		width: 100%;
		text-align: center;
		display: flex;
		justify-content: center;
	}

	ul .header-btn1 a,
	ul .header-btn2 a {
		height: auto;
		width: 100%;
		padding: 12px 20px;
		border-radius: 8px;
		display: flex;
		justify-content: center;
	}

	.c-hamburger-menu__button {
		align-items: center;
		appearance: none;
		background-color: transparent;
		border: none;
		cursor: pointer;
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 5px;
		width: 60px;
		height: 60px;
		background: #4272ff;
		border-radius: 50%;
		padding: 0;
		margin: 0 12px 0 0;
	}

	#hamburger:checked~.c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(1) {
		transform: translate(4px, 0px) rotate(45deg);
		transform-origin: 0%;
	}

	#hamburger:checked~.c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(2) {
		opacity: 0;
	}

	#hamburger:checked~.c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(3) {
		transform: translate(4px, 2px) rotate(-45deg);
		transform-origin: 0%;
	}
}

.each-section {
	position: relative;
	z-index: 1;
	padding: 40px 0 100px 0;

}

.page-section {
	width: 100%;
	padding: 0px 0 80px 0;

}

h2 {
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	padding: 20px 20px 40px 20px;
	margin: 20px 0;
	font-size: 48px;
	line-height: 1;
	color: #000;
	text-align: center;
}

h2 span {
	position: absolute;
	width: 100%;
	display: inline-block;
	transform-origin: center;
	top: -20px;
	left: 0;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	margin: 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	color: #4272ff;
	text-align: center;
}

h2::after {
	position: absolute;
	display: inline-block;
	bottom: -0px;
	left: calc(50% - 8px);
	font-family: 'Roboto', sans-serif !important;
	content: '⚫︎';
	margin: 0;
	font-weight: 100;
	font-size: 20px;
	line-height: 20px;
	color: #4272ff;
	text-align: center;
}

h3 {
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	width: 100%;
	text-align: center;
	padding: 60px 20px 40px 20px;
	margin: 40px 0 20px 0;
	font-size: 32px;
	line-height: 1.2;
	color: #4272ff;
}

h3::after {
	position: absolute;
	top: 30px;
	left: calc(50% - 96px);
	content: '';
	display: inline-block;
	width: 230px;
	height: 100px;
	background-image: url(../images/mark.png);
	background-size: contain;
	background-repeat: no-repeat;


}

.h-int1 {
	width: 100%;
	display: inline-block;
	transform-origin: center;
	top: -20px;
	left: 0;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	color: #4272ff;
	text-align: center;
}

.h-int2 {
	position: relative;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	padding: 4px 0px 0px 0px;
	margin: 0px 0;
	font-size: 32px;
	line-height: 1;
	color: #000;
	text-align: center;
}

.h-int2::after {
	position: absolute;
	display: inline-block;
	bottom: -26px;
	left: calc(50% - 8px);
	font-family: 'Roboto', sans-serif !important;
	content: '⚫︎';
	margin: 0;
	font-weight: 100;
	font-size: 16px;
	line-height: 16px;
	color: #4272ff;
	text-align: center;
}

.outer-forh2 {
	width: 100%;
	padding: 100px 0 4px 0;
	background-color: rgba(66, 114, 255, 0.1);
}

.outer-forint {
	background-color: rgba(66, 114, 255, 0.1);
	width: 100%;
	padding: 84px 0 40px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.speechBubble-outer {
	width: 100%;
	display: flex;
	justify-content: center;
}

.speechBubble {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	padding: 16px;
	border-radius: 8px;
	background-color: #fff;
	text-align: left;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5;
	color: #000000;
	animation: bubble-mov 3s ease-in-out infinite;
}

.speechBubble::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 20px 10px 0 10px;
	border-color: #fff transparent transparent;
	translate: -50% 100%;
}

.speechBubble-b {
	position: relative;
	display: inline-block;
	margin-bottom: 28px;
	margin-top: 0px;
	padding: 16px;
	border-radius: 8px;
	background-color: #4272ff;
	text-align: left;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	animation: bubble-mov 3s ease-in-out infinite;
}

.speechBubble-b::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 20px 10px 0 10px;
	border-color: #4272ff transparent transparent;
	translate: -50% 100%;
}

@keyframes bubble-mov {

	0%,
	100% {
		transform: translateY(0px);
	}

	49% {
		transform: translateY(6px);
	}
}

.outer-forh2 {
	width: 100%;
	padding: 100px 0 4px 0;
	background-color: rgba(66, 114, 255, 0.1);
}

.outer-forint {
	background-color: rgba(66, 114, 255, 0.1);
	width: 100%;
	padding: 84px 0 40px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.page-section-inner {
	width: 100%;
	max-width: 1200px;
	padding: 0 40px;
	margin: 0 auto;

}

.page-section-one {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.txt100-tac {
	width: 100%;
	text-align: center;
	font-size: 110%;
}

.page-section-one-inner1 {
	width: 48%;
}

.page-section-one-inner1-m {
	width: 100%;
	font-size: 160%;
	line-height: 1.4;
	padding: 0 0 32px 0;
}

.image-box {
	width: 100%;
	height: auto;
}

.image-box img {
	width: 100%;
	height: auto;
	border-radius: 12px;
}

.page-section-sp {
	width: 100%;
	background-color: rgba(66, 114, 255, 0.1);
	border-radius: 12px;
	padding: 40px;
	margin: 60px 0;
}

@media screen and (max-width:980px) {
	.page-section-sp {
		padding: 20px;
	}
}

.content-outer {
	width: 100%;
	max-width: 1100px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}

.content-inner {
	width: 40%;
	margin: 0;
	padding: 0px 20px;
	z-index: 1;
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	color: #000f;
}

.content-inner-l {
	width: 100%;
	margin: 0;
	padding: 20px 30px;
	z-index: 1;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.6;
	color: #000f;
	text-align: center;
}

.content-inner-img {
	width: 60%;
	padding: 0px 20px;
}

.content-inner-img img {
	width: 100%;
	box-shadow: rgb(66, 114, 255, 0.4) 10px 10px 20px;
}

.img-mov1 {
	animation: i-mov1 3.8s ease-in-out infinite;
}

.img-mov2 {
	animation: i-mov2 4s ease-in-out infinite;
}

.img-mov3 {
	animation: i-mov3 4.2s ease-in-out infinite;
}

.img-mov4 {
	animation: i-mov4 3.9s ease-in-out infinite;
}

@keyframes i-mov1 {

	0%,
	100% {
		transform: translateY(7px);
	}

	50% {
		transform: translateY(-3px);
	}
}

@keyframes i-mov2 {

	0%,
	100% {
		transform: translateY(-2px);
	}

	49% {
		transform: translateY(5px);
	}
}

@keyframes i-mov3 {

	0%,
	100% {
		transform: translateY(8px);
	}

	52% {
		transform: translateY(-2px);
	}
}

@keyframes i-mov4 {

	0%,
	100% {
		transform: translateY(-1px);
	}

	48% {
		transform: translateY(5px);
	}
}

.keyw {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}

.keyw-one {
	border: 1px solid #4272ff;
	border-radius: 30px;
	font-size: 18px;
	margin: 8px;
	padding: 12px 20px;
	line-height: 1;
	background: rgba(255, 255, 255, 0.8);
}

.biz {
	width: 100%;
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}

.biz-one {
	width: 47%;
	display: flex;
	flex-direction: row;
	border: 1px solid #4272ff;
	border-radius: 12px;
	margin: 8px;
	padding: 12px 12px;
	line-height: 1;
	background: rgba(255, 255, 255, 0.8);
}

.biz-one-in1 {
	width: 120px;
	text-align: center;
	border-right: 1px solid #4272ff;
	color: #4272ff;
	font-size: 14px;
	line-height: 1;
	margin: 0 12px 0 0;
	padding: 4px 8px;
}

.biz-one-in2 {
	width: calc(100% - 120px);
	display: flex;
	flex-direction: column;
}

.biz-one-in2-1 {
	font-size: 18px;
}

.biz-one-in2-2 {
	padding: 12px 0 0 0;
	font-size: 14px;
	line-height: 1.4;
}

.biz-one-in2-2 span {
	color: #4272ff;
	font-size: 12px;
}

.for1190 {
	display: block;
}

@media screen and (max-width:1189px) {
	.for1190 {
		display: none;
	}
}

.step {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

.step-one {
	width: 18%;
	display: flex;
	flex-direction: column;
}

.step-one img {
	width: 100%;
	height: auto;
}

.step-one-1 {
	text-align: center;
	color: #4272ff;
	font-size: 14px;
	margin: 8px 0;
}


.step-one-2 {
	position: relative;
	display: inline-block;
	margin-top: 20px;
	padding: 16px;
	border-radius: 8px;
	background-color: #edf7fb;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #000000;
}

.step-one-2:hover .work-ppl-pic img {
	transform: scale(1.07);
}

.step-one-2 ::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	border-style: solid;
	border-width: 0 10px 20px 10px;
	border-color: transparent transparent #edf7fb;
	translate: -50% -100%;
}

.step-one-2::before {
	position: absolute;
	bottom: 0px;
	right: 4px;
	content: '';
	display: inline-block;
	width: 50px;
	height: 80px;
	background-image: url(../images/arr.png);
	background-size: contain;
	background-repeat: no-repeat;
}

/* 人物 */
.work-ppl-outer {
	padding: 20px 0px 40px 0px;
	margin: 60px 40px 0px 40px;
	background: rgba(255, 255, 255, 1);
	border-radius: 30px;

}

.work-ppl-tit {
	width: 100%;
	padding: 60px 0 0 0;
	font-size: 20px;
	line-height: 20px;
	color: #4272ff;
	text-align: center;
}

.work-ppl-tit h2 {
	position: relative;
	z-index: 1;
	padding: 20px 20px 0% 20px;
	font-size: 14px;
	line-height: 28px;
	color: #4272ff;
	text-align: center;
	margin: 0;
}

.work-ppl-tit h2 span {
	position: absolute;
	width: 100%;
	display: inline-block;
	transform-origin: center;
	top: -40px;
	left: 0;
	font-family: 'Roboto', sans-serif !important;
	margin: 0;
	font-weight: 400;
	font-size: 60px;
	line-height: 60px;
	color: #4272ff;
	text-align: center;
}

.work-ppl-tit h2::after {
	content: '' !important;
}

.work-ppl-box {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 20px 20px;

}

.work-ppl-inner {
	width: 33%;
	padding: 0 20px !important;
	border-right: #4272ff 1px solid;

	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.work-ppl-inner:last-child {
	border-right: none;
}

.work-ppl-pic {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	overflow: hidden;

}

.work-ppl-pic img {
	transition: transform .3s ease;
	/* ゆっくり変化させる */
	object-fit: cover;
}

.work-ppl-txt {
	width: 100%;
	text-align: left;
	color: #000;
	margin-top: 10px;
	display: flex;
	flex-direction: column;
}

.work-ppl-txt-career {
	font-weight: 700;
	font-size: 11px;
	line-height: 11px;
	padding: 8px 12px;
	color: #4272ff;
	display: inline-block;
	width: fit-content;
	border: 1px solid #4272ff;
}


.work-ppl-txt-in1 {
	font-weight: 400;
	font-size: 11px;
	line-height: 1.4;
	padding: 8px 0;
	z-index: 2;

}

.work-ppl-txt-in2 {
	font-weight: 700;
	font-size: 28px;
	line-height: 28px;
	padding: 0 0 12px 0;
}

.work-ppl-txt-in2 span {
	font-weight: 400;
	font-size: 11px;
	line-height: 1.4;

}

.work-ppl-txt-int {
	width: 100%;
	text-align: left;
	color: #fff;
	margin-top: 24px;
	display: flex;
	flex-direction: column;
}

.work-ppl-txt-career-int {
	font-weight: 700;
	font-size: 11px;
	line-height: 11px;
	padding: 4px 8px;
	color: #fff;
	display: inline-block;
	width: fit-content;
	border: 1px solid #fff;
}


.work-ppl-txt-in1-int {
	font-weight: 400;
	font-size: 11px;
	line-height: 1.4;
	padding: 8px 0;
	z-index: 2;

}

.work-ppl-txt-in2-int {
	font-weight: 600;
	font-size: 28px;
	line-height: 28px;
	padding: 0 0 8px 0;
}

.work-ppl-txt-in2-int span {
	font-weight: 400;
	font-size: 11px;
	line-height: 1.4;

}

/* インタビュー */
.int-head {
	width: 100%;
	height: 480px;

}

.int-head-img {
	width: 60%;
	height: 480px;
	object-fit: cover;
	float: right;
	position: relative;
	z-index: 1;
}

.int-head-img img {
	width: 100%;
	height: 480px;
	object-fit: cover;
}

.int-head-m {
	position: absolute;
	background-color: #4272ff;
	padding: 20px 28px;
	color: #fff;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.6;
	bottom: 40px;
	right: calc(100% - 40px);
	width: 66%;
	z-index: 3;

}

.int-head-s {
	position: absolute;
	top: 40px;
	right: calc(100% - 80px);
	width: 60%;
	height: auto;
	z-index: 2;
	mix-blend-mode: difference;
}

.int-head-s img {
	object-fit: contain;
	object-position: right top;

}

.int-q {
	position: relative;
	color: #4272ff;
	font-size: 22px;
	line-height: 1.4;
	font-weight: 400;
	padding: 20px 20px 20px 20px;
}


.int-a {
	padding: 8px 20px 40px 20px;
}

.int-all {
	width: 100%;
	background-color: rgba(66, 114, 255, 0.1);
	border-radius: 12px;
	padding: 40px 60px;
	margin: 0 0 40px 0;
}

.int-img-l {
	width: 40%;
	float: left;
	margin: 20px 40px 20px 20px;
}

.int-img-r {
	width: 40%;
	float: right;
	margin: 20px 20px 20px 40px;
}

.int-img-l img,
.int-img-r img {
	width: 100%;
	height: auto;
}

.int-sec-outer {
	--mask:
		radial-gradient(71.55px at 50% 96px, #000 99%, #0000 101%) calc(50% - 64px) 0/128px 51% repeat-x,
		radial-gradient(71.55px at 50% -64px, #0000 99%, #000 101%) 50% 32px/128px calc(51% - 32px) repeat-x,
		radial-gradient(71.55px at 50% calc(100% - 96px), #000 99%, #0000 101%) calc(50% - 64px) 100%/128px 51% repeat-x,
		radial-gradient(71.55px at 50% calc(100% + 64px), #0000 99%, #000 101%) 50% calc(100% - 32px)/128px calc(51% - 32px) repeat-x;
	-webkit-mask: var(--mask);
	mask: var(--mask);
	width: 100%;
	background-color: rgba(66, 114, 255, 0.1);
	display: flex;
	justify-content: center;
	margin: 40px 0;
}

.int-sec {
	width: 100%;
	max-width: 900px;
	border-radius: 12px;
	padding: 80px 20px;

}

.int-vo-outer {
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	padding: 40px 0 0 0;
}

.int-vo {
	position: relative;
	border-radius: 12px;
	padding: 40px 60px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
}

.int-vo::after {
	position: absolute;
	top: -30px;
	left: -40px;
	content: '';
	display: inline-block;
	width: 100px;
	height: 100px;
	background-image: url(../images/quo.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.int-vo::before {
	position: absolute;
	bottom: -30px;
	right: -40px;
	rotate: 180deg;
	content: '';
	display: inline-block;
	width: 100px;
	height: 100px;
	background-image: url(../images/quo.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.int-link-outer {
	width: 100%;
	max-width: 1200px;
	padding: 0 40px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.int-link-outer a {
	display: inline-block;
	width: 48%;
}

.int-link {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: #e3edee;
	padding: 12px;
	color: #000;
}

.int-link:hover .int-link-in1 img {
	transform: scale(1.07);
}

.int-link::after {
	position: absolute;
	bottom: 0px;
	right: 4px;
	content: '';
	display: inline-block;
	width: 50px;
	height: 80px;
	background-image: url(../images/arr.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.int-link-in1 {
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin: 0 12px 0 0;
}

.int-link-in1 img {
	aspect-ratio: 1;
	width: 150px;
	height: 150px;
	object-fit: cover;
	transition: transform .3s ease;
}

/*スケジュール*/
.flex-schedule-outer {
	width: 100%;
	display: flex;
	justify-content: center;
}

.flex-schedule {
	list-style: none;
	margin: 0 auto;
	box-sizing: border-box;
}

.flex-schedule li {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	position: relative;

}

.flex-schedule .area {
	padding: 10px 10px 10px 20px;
	display: block;
	width: 100%;
	border-left: 2px solid #4272ff;
}

.flex-schedule li .time {
	display: inline-flex;
	justify-content: flex-end;
	flex-basis: 5em;
	max-width: 5em;
	margin-right: 15px;
	margin-top: 18px;
	color: #4272ff;
	font-size: 22px;
	font-weight: 700;
}

.flex-schedule .sch_box {
	position: relative;
	min-height: 1em;
	padding: 10px 20px 12px 20px;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 12px;
}

.flex-schedule .sch_box::before {
	content: "";
	position: absolute;
	left: -27px;
	top: 23px;
	background: #4272ff;
	width: 12px;
	height: 12px;
	border-radius: 10px;
}

.flex-schedule .sch_title {
	font-weight: 700;
	font-size: 18px;
	margin: 0 0 4px 0;
}

.flex-schedule .sch_tx {
	margin: 0;
	font-weight: 400;
}

/*ポイント*/
.env-point-outer {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 40px 0 0 0;
}

.env-point {
	position: relative;
	width: 32%;
	border: 1px solid #4272ff;
	border-radius: 12px;
	padding: 40px 20px 20px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.7);
}

.env-point-cir {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	top: -35px;
	left: calc(50% - 35px);
	width: 70px;
	height: 70px;
	background-color: #4272ff;
	color: #fff;
	border-radius: 50%;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-size: 42px;
	line-height: 1;
	font-weight: 300;
	text-align: center;
	z-index: 5;
	padding: 4px 0 0 0;
}

.env-point-cir span {
	font-size: 11px;
	line-height: 1.1;
}

.env-point-m {
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	padding: 0 0 8px 0;
}

/*フローチャート*/
.flow_cha {
	width: 70%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px auto 0 auto;
}

.flow_cha ul {
	padding: 0;
}

.flow_cha li {
	list-style-type: none;
}

.flow_cha dd {
	margin-left: 0;
}

.flow_in {
	position: relative;
}

.flow_in::before {
	content: "";
	width: 15px;
	height: 100%;
	background-color: rgba(66, 114, 255, 0.2);
	margin-left: -129px;
	display: block;
	position: absolute;
	top: 0;
	left: 120px;
	border-radius: 20px;
}

.flow_in>li {
	position: relative;
}

.flow_in>li:not(:last-child) {
	margin-bottom: 60px;
}

.flow_in>li dl {
	padding-left: 70px;
	position: relative;
}

.flow_in>li dl::before,
.flow_in>li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
}

.flow_in>li dl::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: #4272ff;
	border-radius: 50%;
	left: -4px;
}

.flow_in>li dl::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
}

.flow_in>li dl dt {
	font-size: 1.3em;
	font-weight: 600;
	color: #4272ff;
	margin-bottom: 0.5em;
	display: flex;
	align-items: center;
}

/*採用情報*/
.data-tbl {
	width: 90%;
	margin: 0 auto;

}

.data-tbl .tbl-one {
	width: 100%;
	display: flex;
	flex-direction: row;
	padding: 12px 0;
	border-bottom: 1px solid #c2d7f4;
	font-size: 16px;
	line-height: 1.6;
}

.data-tbl dt {
	clear: both;
	float: left;
	width: 200px;
	margin: 0;
	text-align: center;
	color: #4272ff;
	font-weight: 700;
}

.data-tbl dd {
	box-sizing: border-box;
	width: calc(100% - 200px);
	color: #000;
	font-weight: 500;
}

/*よくある質問*/

/*FAQ*/
.switchbox {
	padding: 12px 20px 12px 20px;
	margin: 20px 0 20px 0;
	background-color: #fff;
	width: 100%;
	position: relative;
	border-radius: 12px;
}

/*ラベル*/
.switchbox label {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.6;
	display: block;
	cursor: pointer;


}

.switchbox input {
	display: none;
}

.switchbox-show {
	height: 0;
	overflow-y: hidden;
	transition: 0.8s;
	opacity: 0;
}

.switchbox input:checked+label+div {
	height: auto;
	opacity: 1;
}

.switchbox label::before {
	position: absolute;
	top: 12px;
	right: 12px;
	content: "\e5cc";
	font-family: "Material Icons";
	font-size: 26px;
	transform: rotate(90deg);
	color: #4272ff;
}

.switchbox input:checked+label::before {
	transform: rotate(-90deg);
}


dl.qa {
	border-top: 1px solid #eee;
	overflow: hidden;
	_zoom: 1;
}

dl.qa dd,
dl.qa dt {
	text-indent: -37px;
	padding: 0 15px 0px 45px;
}

dl.qa dt {
	margin: 15px 15px 0 0;
}

dl.qa dd:first-letter,
dl.qa dt:first-letter {
	font-size: 1.6em;
	font-weight: 700;
	margin-right: 10px;
	padding: 5px 0;
	line-height: 1.2em;
}

dl.qa dd {
	margin: 20px 0 -1px 0;
	padding-bottom: 15px;
	font-weight: 400;
	line-height: 1.6;
}

dl.qa dt:first-letter {
	color: #000;
}

dl.qa dd:first-letter {
	color: #4272ff;
}



dl.qa dd li {
	text-indent: 0;
	padding: 0 0 0 0;
	margin: 0 0 0 20px;
}


.count-content-outer {
	width: 100%;
	margin: 20px 0 20px 0;
	padding: 0 0 0px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
}

.count-content-inner {
	width: 30%;
	margin: 20px 0 20px 0;
	padding: 0 0 20px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #000;
}


.icon-com-num-in1 {
	width: 100%;
	font-weight: 700;
	margin-bottom: 0px;
	padding: 4px 12px;
	text-align: center;

}

.icon-com-num-in2 {
	width: 100%;
	padding: 8px;
	text-align: center;
}

.icon-com-num-in2 img {
	width: 40%;
}

.icon-com-num-in3 {

	font-weight: 700;
}

.icon-com-num-in3 span {
	font-family: 'Roboto', sans-serif !important;
	color: #4272ff;
	font-size: 100px;
	line-height: 100px;
}

@media screen and (max-width:899px) {
	#mainimg {
		padding-bottom: 0px;
	}

	#mainimg #top-text {
		width: 100%;
		flex-direction: column;
	}

	.top-text-in1 {
		width: 100%;
	}

	.top-text-in2 {
		width: 100%;
	}

	.loop_wrap {
		height: 170px;
	}

	.loop_wrap div {
		font-size: 160px;
		line-height: 160px;
	}
}

.work-ppl-box {
	padding: 20px 0px;
}

.work-ppl-inner {
	padding: 0 12px !important;

}

@media screen and (max-width:699px) {
	.forsp {
		display: block;
	}

	.forpc {
		display: none;
	}

	.lead {
		padding: 100px 20px;
		font-size: 18px;
	}

	.top-txt {
		top: calc(50% - 170px);
		font-size: 36px;
		line-height: 1.6;
		padding: 0 8px;
	}

	.scrolldown-outer {
		padding: 30px 25px 100px 0;
	}

	.scrolldown1 {
		margin: 10px 0 0 40px;
	}

	.c-header .logo {
		padding: 0 0 0 20px;
	}

	.c-header .logo .comname {
		padding: 0 0 0 12px;
	}

	.c-header .logo .comname .comname-in1 {
		font-size: 15px;
	}

	.outer-forh2 {
		padding: 80px 0 4px 0;
	}

	h2 {
		padding: 12px 20px 32px 20px;
		font-size: 32px;
	}

	h3 {
		padding: 40px 0px 20px 0px;
		margin: 20px 0 20px 0;
		font-size: 24px;
		line-height: 1.4;
	}

	h3::after {
		top: 10px;
		left: calc(50% - 86px);
		width: 160px;
		height: 100px;
	}

	.this-box a {
		width: 100%;
	}

	.page-section-one-inner1-m {
		font-size: 128%;
		padding: 0 0 32px 0;
	}

	.page-section-one {
		flex-direction: column;
	}

	.page-section-one-inner1 {
		width: 100%;
	}

	.image-box {
		margin: 20px 0;
	}

	.page-section-inner {
		padding: 0 20px;
	}

	.page-section-sp {
		padding: 20px;
	}

	.keyw-one {
		font-size: 16px;
		margin: 6px;
		padding: 8px 16px;
	}



	.content-outer {
		flex-direction: column;
		margin-bottom: 0px;
	}



	.content-inner {
		width: 100%;
		margin: 0 auto;
		padding: 30px 20px 20px 20px;
		z-index: 1;
		font-weight: 700;
		font-size: 16px;
		line-height: 1.6;
		order: 2;
	}

	.speechBubble {
		padding: 12px;
		font-size: 20px;
		text-align: center;
	}

	.work-ppl-tit h2 {
		padding: 10px 10px 0 10px;
		font-size: 14px;
		line-height: 28px;
		margin: 30px 0 0 0;
	}

	.each-section {
		padding: 40px 0 80px 0;
	}

	.content-inner-img {
		width: 100%;
		padding: 0px 0px;
	}

	.biz-one {
		width: 100%;
		font-size: 14px;
		line-height: 1.4;
		margin: 4px 0;
		padding: 12px 8px;
	}

	.biz-one span {
		float: left;
		font-size: 12px;
		margin: 0 4px 0 0;
		padding: 4px 4px;
	}

	.biz-one-in1 {
		width: 110px;
	}

	.biz-one-in2-2 {
		display: flex;
		flex-direction: column;
	}

	.step-one-1 {
		font-size: 11px;
		margin: 2px;
	}

	.int-head-img {
		width: 100%;
		height: 300px;
		margin-bottom: 340px;
	}

	.int-head {
		height: max-content;
	}

	.int-head-img img {
		height: 300px;
	}

	.int-all {
		padding: 28px 28px;
		margin: 0 0 40px 0;
	}

	div .int-head-m {
		position: relative;
		padding: 12px 20px;
		color: #fff;
		font-size: 20px;
		font-weight: 400;
		line-height: 1.6;
		width: 100%;
		z-index: 3;
		line-height: 1.6;
		bottom: auto;
		right: auto;
	}

	.int-img-l {
		width: 100%;
		float: none;
		margin: 20px 0px 20px 0px;
	}

	.int-q {
		padding: 20px 0px 20px 0px;
	}

	.int-a {
		padding: 8px 0px 40px 0px;
	}

	.int-vo {
		padding: 32px 20px;
		font-size: 16px;
	}

	.int-vo::after {
		width: 70px;
		height: 70px;
	}

	.int-vo::before {
		width: 70px;
		height: 70px;
	}

	.flex-schedule {
		padding: 0;
	}

	.flex-schedule li .time {
		flex-basis: 4.4em;
		max-width: 4.4em;
		margin-right: 12px;
		margin-top: 20px;
		font-size: 18px;
	}

	.flex-schedule .sch_box {
		font-size: 14px;
		line-height: 1.6;
	}

	.flex-schedule .sch_title {
		font-size: 16px;
	}

	.int-link-outer {
		padding: 0 0px;
		flex-direction: column;
	}

	.int-link-outer a {
		width: 100%;
		margin: 12px 0;
	}

	.h-int1 {
		font-size: 18px;
	}

	.h-int2 {
		font-size: 28px;
	}

	.work-ppl-txt-in2-int {
		font-size: 24px;
	}

	.work-ppl-outer {
		margin: 50px 20px 0px 20px;
	}

	.work-ppl-box {
		flex-wrap: wrap;
		padding: 0 20px 30px 20px;

	}

	.work-ppl-tit h2 span {

		top: -20px;
		font-size: 30px;
		line-height: 30px;
	}

	.work-ppl-txt {
		width: 100%;
		text-align: left;
		color: #000;
		margin-top: 20px;
		display: flex;
		flex-direction: column;
	}

	.work-ppl-inner {
		width: 100%;
		padding: 44px 0px 44px 0px !important;
		border-right: none;
		border-bottom: #4272ff 1px solid;
	}

	.work-ppl-inner:last-child {
		border-bottom: none;
	}

	.this-box2-outer {
		padding: 0 20px 20px 20px;
	}

	.work-ppl-tit {
		padding: 20px 0 0 0;
	}

	.env-point-outer {
		flex-direction: column;
		padding: 32px 0 0 0;
	}

	.env-point {
		width: 100%;
		padding: 40px 20px 20px 20px;
		margin: 0 0 48px 0;
	}

	.count-content-outer {
		margin: 20px 0 20px 0;
		padding: 0 0 0px 0;
		flex-direction: column;
	}

	.count-content-inner {
		width: 100%;
		margin: 20px 0 20px 0;
		padding: 0 0 20px 0;
		border-bottom: #ccc 1px solid;
	}

	.count-content-inner:last-child {
		border-bottom: none;
	}

	/*フローチャート*/
	.flow_cha {
		width: 96%;
	}


	.flow_in>li:not(:last-child) {
		margin-bottom: 40px;
	}

	.flow_in>li dl {
		padding-left: 40px;
	}

	.flow_in>li dl::after {
		width: 30px;
	}

	.flow_in>li dl dt {
		font-size: 18px;
		line-height: 1.4;
	}

	.data-tbl {
		width: 100%;
	}

	.data-tbl dt {
		width: 110px;
		font-size: 14px;
	}

	.data-tbl dd {
		width: calc(100% - 110px);
	}

	dl.qa dd,
	dl.qa dt {
		text-indent: -37px;
		padding: 0 0px 0px 42px;
		margin: 15px 0 0 0;
	}

	dl.qa dd {
		padding-right: 0;
	}

	.footer-in {
		flex-direction: column;
	}

	.footer-l {
		margin: 0px auto;
	}

	.footer-r {
		flex-direction: column;
		margin: 40px auto;
	}

	.footer-inl {
		width: auto;
		padding: 8px 0;
	}
}