@charset "utf-8";

/* --- reset --- */
*,
::before,
::after {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: #e5e7eb;
}
html {
	font-size: 16px;
	line-height: 1.5;
	tab-size: 4;
	font-family: Noto Sans JP, sans-serif;
	font-feature-settings: normal;
	font-variation-settings: normal;
	color: #111;
	letter-spacing: 1px;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	line-height: inherit;
	background: #f5f5f5;
}

hr {
	height: 0;
	color: inherit;
	border-top-width: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

a {
	color: inherit;
	text-decoration: inherit;
	user-select: none;
}
label {
	user-select: none;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

table {
	text-indent: 0;
	border-color: inherit;
	border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	background-color: transparent;
	background-image: none;
}

:-moz-focusring {
	outline: auto;
}

:-moz-ui-invalid {
	box-shadow: none;
}

th,
td {
	width: 41%;
	text-align: left;
	font-weight: normal;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

ol,
ul,
menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
	opacity: 1;
	color: #9ca3af;
}

button,
[role="button"] {
	cursor: pointer;
}

:disabled {
	cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block;
	vertical-align: middle;
}

img,
video {
	max-width: 100%;
	height: auto;
}
[x-cloak] {
	display: none !important;
}
.not-scroll {
	touch-action: none;
	overflow: hidden;
}
strong {
	color: #4b3ead;
	font-weight: normal;
}
br.br-sp,
img.sp-only{
	display: none;
}
@media screen and (max-width: 900px) {
	br.br-pc,
 img.pc-only{
		display: none;
	}
	br.br-sp,
 img.sp-only{
		display: inline;
	}
}
/* --- common --- */

/* header */
header {
	padding: 50px 80px 0px 0;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 100;
}
.header-contents {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}

.header-nav-flex {
	display: flex;
	align-items: center;
	gap: 50px;
	max-width: 652px;
	position: relative;
}
.header-nav-flex > nav {
	display: flex;
	gap: 50px;
	width: 100%;
	max-width: 423px;
	position: relative;
	z-index: 10;
}
.header-nav-flex > nav > a {
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 12px;
	flex-shrink: 0;
	position: relative;
	line-height: 1;
	transition: all ease 0.33s;
}
.header-nav-flex > nav > a > span {
	font-size: 10px;
	opacity: 0.75;
	letter-spacing: 0.9px;
}
.header-nav-flex > nav > a:hover,
.header-nav-flex > nav > a.active {
	color: #4b3ead;
}

.header-nav-flex > nav > a::before {
	content: "";
	display: block;
	width: 0%;
	height: 1px;
	background: #4b3ead;
	position: absolute;
	bottom: -12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	transition: all ease 0.33s;
}
.header-nav-flex > nav > a:hover::before,
.header-nav-flex > nav > a.active::before {
	opacity: 1;
	width: 100%;
}
.header-nav-flex > nav > a.active:hover {
	opacity: 0.6;
}

.header-nav-flex > nav > a.active > span {
	opacity: 1;
}

.hover-service-menu-wrapper {
	position: absolute;
	top: calc(95% - 50px);
	left: -65%;
	width: 923px;
	padding-top: 50px;
	opacity: 0;
	z-index: 1;
	transition: all ease 0.33s;
	pointer-events: none;
}
.hover-service-menu-wrapper.is-hover {
	opacity: 1;
	pointer-events: all;
}
.hover-service-menu {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	background: #fff;
	padding: 20px;
	border: #111 1px solid;
}
.hover-service {
	display: flex;
	flex-flow: column;
	gap: 5px;
	width: 100%;
}
.hover-service > figure {
	width: 100%;
	max-width: 214px;
	height: 134px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hover-service > figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all ease 0.33s;
}
.hover-service > div {
	display: flex;
	width: 100%;
	flex-flow: column;
	gap: 3px;
	transition: all ease 0.33s;
}
.hover-service > div > h3 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.1px;
}
.hover-service > div > h4 {
	font-size: 10px;
	opacity: 0.75;
}
.hover-service:hover > figure > img {
	transform: scale(1.1);
}
.hover-service:hover > div {
	color: #4b3ead;
}

@media screen and (max-width: 1400px) {
	.hover-service-menu-wrapper {
		top: calc(100% - 40px);
		left: -85%;
	}
}
@media screen and (max-width: 1280px) {
	.hover-service-menu-wrapper {
		left: -60%;
		width: 850px;
	}
}

.btn-header-contact {
	width: 180px;
	height: 70px;
	display: flex;
	align-items: center;
	border-radius: 999px;
	background: #111;
	color: #fff;
	padding: 18px 38px;
	position: relative;
	overflow: hidden;
	flex-shrink: 0;
}
.btn-header-contact > div {
	display: flex;
	align-items: flex-start;
	gap: 7px;
	border-radius: 999px;
	flex-flow: column;
	position: relative;
	transition: all ease-in-out 0.33s;
	flex-shrink: 0;
}
.btn-header-contact > img {
	position: absolute;
	opacity: 0;
	transition: all ease-in-out 0.33s;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
	left: 38px;
}
.btn-header-contact::before {
	content: "";
	display: block;
	width: 185px;
	height: 185px;
	background: #4b3ead;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -190px;
	transition: all ease-in-out 0.33s;
	border-radius: 999px;
	z-index: 0;
}
.btn-header-contact:hover::before {
	left: -1px;
}
.btn-header-contact:hover > img {
	opacity: 1;
	left: 25px;
}

.btn-header-contact > div > span {
	flex-shrink: 0;
	line-height: 1;
	z-index: 10;
}
.btn-header-contact > div > span:first-of-type {
	flex-shrink: 0;
}
.btn-header-contact > div > span:nth-of-type(2) {
	font-size: 10px;
	opacity: 0.75;
	letter-spacing: 0.9px;
}
.btn-header-contact:hover > div {
	padding-left: 20px;
}

.main-lower .header-logo {
	display: none;
}

@media screen and (max-width: 1400px) {
	.header-nav-flex > nav {
		gap: 30px;
	}
	header {
		padding: 50px 50px 0px 24.4%;
	}
	.header-nav-flex > nav > a {
		font-size: 14px;
	}
	.header-nav-flex > nav > a > span {
		font-size: 9px;
	}
	.btn-header-contact {
		width: 150px;
		height: 50px;
		padding: 12px 30px;
	}
	.btn-header-contact > div > span:first-of-type {
		font-size: 14px;
	}
	.btn-header-contact > div > span:nth-of-type(2) {
		font-size: 9px;
	}
	.btn-header-contact:hover > div {
		padding-left: 14px;
	}
	.btn-header-contact:hover > img {
		left: 17px;
	}
}

@media screen and (max-width: 900px) {
	header {
		position: fixed;
		top: 0;
		left: 0;
		padding: 30px 30px 0px;
		z-index: 50;
	}
	.main-lower .header-contents {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.main-lower .header-logo {
		display: flex;
		width: 120px;
	}
	.header-nav-flex {
		display: none;
	}
}

/* lower-heading */
.lower-heading {
	padding: 100px 110px 50px 0;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.lower-heading .h1-box {
	display: none;
}

@media screen and (max-width: 1280px) {
	.lower-heading {
		padding: 100px 50px 40px 24.4%;
		width: 100%;
		display: flex;
		justify-content: flex-end;
	}
}
@media screen and (max-width: 900px) {
	.lower-heading {
		padding: 125px 30px 0px;
		justify-content: space-between;
		max-width: 640px;
		margin: 0 auto 50px;
	}
	.lower-heading .h1-box {
		display: flex;
		width: auto;
		margin-bottom: 0px;
		gap: 10px;
	}
	.lower-heading .h1-box > h1 {
		font-size: 20px;
	}
	.lower-heading .h1-box > span {
		padding: 0 0 0 45px;
		font-size: 13px;
	}
	.lower-heading .h1-box > span::before {
		left: 10px;
	}
}

/* sp-menu */
.btn-menu {
	display: none;
}
@media screen and (max-width: 900px) {
	.btn-menu {
		display: flex;
		width: 50px;
		height: 50px;
		border-radius: 999px;
		justify-content: center;
		align-items: center;
	}
}

.swap-icon {
	display: flex;
	width: 20px;
	border-radius: 999px;
	justify-content: center;
	align-items: center;
}
.swap-icon > img {
	transition: all ease 0.33s;
}
.swap-icon.is-active > img {
	transform: rotate(90deg);
}

@keyframes active-sp-menu {
	10% {
		top: 0;
		right: 0;
		transform: scale(10);
	}
	100% {
		width: 100%;
		height: 100%;
		border-radius: 0;
		top: 0;
		right: 0;
	}
}
@keyframes default-sp-menu {
	0% {
		transform: scale(5);
	}
	10% {
		transform: scale(1);
	}
}

.sp-menu {
	display: none;
}
@media screen and (max-width: 900px) {
	.sp-menu {
		display: block;
		position: fixed;
		top: 30px;
		right: 30px;
		z-index: 40;
		width: 50px;
		height: 50px;
	}
	.sp-menu .bg-sp-menu {
		position: fixed;
		top: 30px;
		right: 30px;
		display: flex;
		background: #fff;
		width: 50px;
		height: 50px;
		border-radius: 999px;
		animation: default-sp-menu 1s both;
		z-index: 10;
	}
	.sp-menu.is-active {
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		z-index: 20;
		display: block;
	}
	.sp-menu.is-active .bg-sp-menu {
		animation: active-sp-menu 1s ease both;
	}

	.sp-menu-container {
		position: relative;
		z-index: 30;
		display: none;
		width: 100%;
		height: 100%;
	}
	.sp-menu-flex {
		display: flex;
		flex-flow: column;
		justify-content: space-between;
		width: 100%;
		height: 100%;
		padding: 150px 0 30px;
		overflow-y: auto;
		gap: 100px;
	}
	.sp-menu-nav-box {
		width: 100%;
		display: flex;
		flex-flow: column;
		gap: 50px;
		padding: 0 50px;
	}
	.sp-menu-nav-box > nav {
		display: flex;
		flex-flow: column;
		gap: 30px;
		width: 100%;
	}
	.sp-menu-nav-box > nav > a {
		display: flex;
		flex-flow: column;
		gap: 10px;
	}
	.sp-menu-nav-box > nav > a > p {
		font-size: 22px;
	}
	.sp-menu-nav-box > nav > a > span {
		font-size: 11px;
		color: #4b3ead;
		opacity: 0.75;
	}

	.sp-menu-contact-box {
		display: flex;
		flex-flow: column;
		gap: 20px;
		width: 100%;
		align-items: center;
	}
	.sp-menu-contact-box .btn-header-contact {
		width: 290px;
		height: 70px;
		justify-content: center;
	}
	.sp-menu-contact-box .btn-header-contact > div {
		align-items: center;
	}
	.sp-menu-contact-box .btn-header-contact:hover > div {
		padding-left: 0px;
	}
	.sp-menu-contact-box .btn-header-contact > div > span:first-of-type {
		font-size: 16px;
	}
	.sp-menu-contact-box .btn-header-contact > div > span:nth-of-type(2) {
		font-size: 10px;
	}
	.sp-menu-contact-box .btn-header-contact.btn-header-contact::before {
		content: none;
	}

	.sp-menu-contact-box > a {
		font-size: 13px;
	}
	.sp-menu-copy {
		width: 100%;
		padding: 0 40px;
		font-size: 10px;
		text-align: center;
		color: #4b3ead;
	}

	.sp-menu-bg-img {
		position: absolute;
		display: none;
		z-index: 20;
		bottom: -80px;
		right: -90px;
	}
}

/* breadcrumbs */
.breadcrumbs {
	display: flex;
	flex-flow: column;
	gap: 5px;
	align-items: flex-end;
	font-size: 13px;
}
.breadcrumbs > a {
	color: #aaaaaa;
	transition: all ease 0.33s;
}
.breadcrumbs > p {
	color: #4b3ead;
}
@media screen and (max-width: 900px) {
	.breadcrumbs {
		font-size: 11px;
	}
}

/* side-nav */
.side-nav-container {
	width: 20.8%;
	max-width: 400px;
	min-width: 300px;
	padding: 80px 60px;
	position: sticky;
	z-index: 40;
	top: 0;
	left: 0;
}
.side-nav-inner {
	display: flex;
	flex-flow: column;
	width: 100%;
}
.side-nav-logo {
	width: 100%;
	max-width: 200px;
	margin-bottom: 100px;
}
.side-nav-container .h1-box {
	margin-bottom: 80px;
}

.side-nav {
	display: flex;
	flex-flow: column;
	gap: 20px;
	align-items: flex-start;
	color: #aaaaaa;
	font-size: 13px;
}
.side-nav > .side-nav-item {
	list-style: disc;
	transition: all ease 0.33s;
	list-style-position: inside;
}
.side-nav > .side-nav-item.active {
	color: #4b3ead;
	margin-left: 10px;
}
@media screen and (max-width: 1400px) {
	.side-nav-container {
		max-width: 300px;
		padding: 50px;
	}

	.side-nav > .side-nav-item br {
		display: none;
	}
}
@media screen and (max-width: 1280px) {
	.side-nav-container {
		width: 24.4%;
		max-width: 250px;
		min-width: 0;
	}
	.side-nav-container .h1-box {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 900px) {
	.side-nav-container {
		display: none;
	}
}

/* scroll to top */
.btn-scroll-to-top {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	width: 80px;
	height: 80px;
	bottom: 40px;
	right: 2%;
	background: #111;
	color: #fff;
	border: none;
	border-radius: 999px;
	cursor: pointer;
	z-index: 10;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.btn-scroll-to-top.active {
	opacity: 1;
}
.btn-scroll-to-top > div {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 1280px) {
	.btn-scroll-to-top {
		bottom: 30px;
		right: 30px;
	}
}
@media screen and (max-width: 900px) {
	.btn-scroll-to-top {
		width: 50px;
		height: 50px;
		bottom: 20px;
		right: 20px;
	}
	.btn-scroll-to-top > div {
		font-size: 12px;
	}
	.btn-scroll-to-top > div > img {
		width: 12px;
	}
}

/* footer */
footer {
	width: 100%;
	height: auto;
	position: relative;
}
.footer-bn-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 220px;
	background: #fff;
	padding: 54px 0;
}
.footer-bn-box > * {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	width: 100%;
	max-width: 880px;
	flex-wrap: wrap;
}
.footer-bn-box > * > a {
	max-width: 230px;
	max-height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-bn-box > * > a > img {
	object-fit: contain;
}

.footer-contents {
	width: 100%;
	height: auto;
	background: #4b3ead;
	display: flex;
	flex-flow: column;
	padding: 100px 200px 50px;
}
.footer-flex {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: flex-start;
	margin: 0 auto 100px;
	max-width: 1920px;
}

.footer-logo-group {
	display: flex;
	flex-flow: column;
	width: 100%;
	max-width: 540px;
	gap: 30px;
}

.footer-logo {
	width: 100%;
	display: flex;
	align-items: flex-end;
	gap: 30px;
	color: #fff;
}
.footer-logo > img {
	width: 100%;
	max-width: 300px;
	flex-shrink: 0;
}
.footer-logo > p {
	font-weight: bold;
	white-space: nowrap;
	padding-bottom: 7px;
	line-height: 1;
}

.footer-links {
	display: flex;
	align-items: center;
	gap: 20px;
}
.footer-link-policy {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

.footer-nav-flex {
	width: 100%;
	max-width: 722px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 50px;
}
.footer-nav-flex > nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #fff;
	gap: 50px;
}
.footer-nav-flex > nav > a {
	flex-shrink: 0;
	position: relative;
	padding: 8px 0;
}

.footer-nav-flex > nav > a::before {
	content: "";
	display: block;
	width: 0%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	transition: all ease 0.33s;
}
.footer-nav-flex > nav > a:hover::before {
	opacity: 1;
	width: 100%;
}

.btn-footer-contact {
	width: 250px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	border-radius: 999px;
	background: #fff;
	padding: 18px 38px;
	overflow: hidden;
	position: relative;
}

.btn-footer-contact::before {
	content: "";
	display: block;
	width: 260px;
	height: 260px;
	background: #111;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -260px;
	transition: all ease-in-out 0.33s;
	border-radius: 999px;
	z-index: 0;
}
.btn-footer-contact > span {
	flex-shrink: 0;
	line-height: 1;
	position: relative;
	z-index: 10;
	transition: all ease-in-out 0.33s;
}
.btn-footer-contact > span:first-of-type {
	flex-shrink: 0;
}
.btn-footer-contact > span:nth-of-type(2) {
	font-size: 10px;
	opacity: 0.75;
	letter-spacing: 0.9px;
}

.btn-footer-contact:hover > span {
	color: #fff;
	opacity: 1;
}
.btn-footer-contact:hover::before {
	left: -1px;
}

.footer-copy {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 13px;
}

@media screen and (max-width: 1700px) {
	.footer-nav-flex {
		gap: 30px;
	}

	.footer-nav-flex > nav {
		display: none;
	}
	.btn-footer-contact {
		width: 220px;
		gap: 10px;
	}
}
@media screen and (max-width: 1400px) {
	.footer-contents {
		width: 100%;
		height: auto;
		background: #4b3ead;
		display: flex;
		flex-flow: column;
		padding: 80px 100px 50px;
	}

	.footer-flex {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 1280px) {
	.footer-contents {
		padding: 50px 100px;
	}
	.footer-flex {
		gap: 50px;
		flex-flow: column;
		align-items: center;
		margin-bottom: 50px;
	}
	.footer-bn-box {
		padding: 54px 45px;
	}
	.footer-logo-group {
		gap: 50px;
		align-items: center;
	}
	.footer-flex {
		margin-bottom: 30px;
	}
	.footer-logo {
		flex-flow: row;
		align-items: flex-end;
		gap: 30px;
		max-width: 540px;
	}
	.footer-nav-flex {
		display: none;
	}
}

@media screen and (max-width: 900px) {
	.footer-bn-box > * > a {
		max-width: 200px;
		max-height: 35px;
	}
}

@media screen and (max-width: 768px) {
	.footer-contents {
		padding: 50px 45px;
	}
	.footer-bn-box {
		padding: 54px 45px;
	}
	.footer-bn-box > * {
		gap: 20px;
	}

	.footer-logo {
		flex-flow: column;
		align-items: center;
		gap: 10px;
		max-width: 300px;
	}
	.footer-logo > p {
		font-size: 15px;
	}
	.footer-copy {
		font-size: 10px;
		white-space: nowrap;
	}
}

@media screen and (max-width: 640px) {
	.footer-bn-box {
		padding: 30px 50px;
		height: 165px;
	}
	.footer-bn-box > * {
		gap: 20px;
		flex-wrap: wrap;
	}
	.footer-bn-box > * > a {
		max-width: 80px;
		width: auto;
		overflow: hidden;
	}
	.footer-bn-box > * > a > img {
		max-height: 25px;
	}
}

/* h1 */
.h1-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 30px;
}
.h1-box > h1 {
	font-size: 30px;
	width: 100%;
	white-space: nowrap;
}
.h1-box > span {
	position: relative;
	display: flex;
	width: 100%;
	padding: 0 0 0 45px;
	color: #4b3ead;
	line-height: 1;
	font-size: 18px;
}
.h1-box > span::before {
	content: "";
	display: block;
	width: 25px;
	height: 1px;
	background: #4b3ead;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
}

@media screen and (max-width: 1280px) {
	.h1-box {
		gap: 10px;
	}
	.h1-box > h1 {
		font-size: 24px;
	}
	.h1-box > span {
		font-size: 15px;
	}
}

/* h2 */
.h2-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 10px;
	margin-bottom: 50px;
}
.h2-box > h2 {
	font-weight: bold;
	color: #4b3ead;
	width: 100%;
}
.h2-box > span {
	width: 100%;
	color: #aaaaaa;
	line-height: 1;
	font-size: 13px;
}

@media screen and (max-width: 1280px) {
	.h2-box {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 900px) {
	.h2-box {
		gap: 5px;
		margin-bottom: 20px;
	}
	.h2-box > h2 {
		font-size: 13px;
	}
	.h2-box > span {
		font-size: 11px;
	}
}

/* link */
.link {
	color: #4b3ead;
	display: inline-flex;
	text-decoration: underline;
	transition: all ease 0.33s;
}
.link:hover {
	color: #111;
}

/* main */
.main-flex-wrapper {
	display: flex;
	width: 100%;
	min-height: 100vh;
	align-items: flex-start;
}
.main-lower {
	width: 100%;
}
.main-container {
	margin-right: 20.8%;
}
.main-container > section {
	max-width: 1120px;
	margin: 0 auto 150px;
}
.main-container > section:last-of-type {
	margin-bottom: 100px;
}
.inner-content {
	padding: 0 2.6%;
}

@media screen and (max-width: 1280px) {
	.inner-content {
		padding: 0 30px;
	}
	.main-container {
		margin-right: 14.6%;
	}
	.main-container > section {
		margin: 0 auto 100px;
	}
}
@media screen and (max-width: 900px) {
	.main-container {
		margin-right: 0;
		padding-left: 30px;
		padding-right: 30px;
		max-width: 640px;
		margin: 0 auto;
	}
	.main-container > section {
		margin: 0 auto 50px;
	}
	.main-container > section:last-of-type {
		margin-bottom: 50px;
	}

	.inner-content {
		padding: 0;
	}
}

/* top */
.fv-area {
	display: flex;
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

/* top header */
.top header {
	padding: 50px 80px 0px;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}
.top .header-logo {
	width: 200px;
	height: 70px;
	margin-top: 20px;
}
.top .header-logo img {
	width: 100%;
}
@media screen and (max-width: 1400px) {
	.top header {
		padding: 50px 50px 0px;
	}
	.top .header-logo {
		width: 150px;
		height: 50px;
		margin-top: 0px;
	}
}
@media screen and (max-width: 900px) {
	.fv-area {
		flex-flow: column;
	}
	.top header {
		position: fixed;
		padding: 30px 30px 0px;
	}
	.top .header-logo {
		width: 120px;
		height: 40px;
	}
}
.top .header-contents {
	justify-content: space-between;
	align-items: flex-start;
}

.fv-movie-box {
	width: 500px;
	height: 100%;
	flex-shrink: 0;
	position: relative;
	z-index: 10;
}
@media screen and (max-width: 1400px) {
	.fv-movie-box {
		width: 450px;
	}
}
@media screen and (max-width: 1280px) {
	.fv-movie-box {
		width: 350px;
	}
}
@media screen and (max-width: 900px) {
	.fv-movie-box {
		width: 100%;
		height: 100vh;
		z-index: 0;
	}
	.has-top-topics .fv-movie-box {
		height: calc(100vh - 50px);
	}
}

.bg-primary-movie {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	background: #4b3ead;
	z-index: 0;
}
.fv-movie {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	opacity: 0.7;
	overflow: hidden;
}
.fv-movie > * {
	width: auto;
	max-width: none;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.fv-compass-box {
	display: flex;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	width: 350px;
	aspect-ratio: 1 / 1;
	z-index: 20;
}

.title-pixis {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: calc(100% - 60px);
	margin: 0 auto;
	z-index: 40;
	width: 100%;
	max-width: 782px;
}

.title-pixis-sp {
	display: none;
}
@media screen and (max-width: 1400px) {
	.fv-compass-box {
		width: 250px;
	}
	.title-pixis {
		max-width: 592px;
		left: calc(100% - 50px);
	}
}
@media screen and (max-width: 1280px) {
	.fv-compass-box {
		width: 200px;
	}
	.title-pixis {
		left: calc(100% - 40px);
	}
}
@media screen and (max-width: 900px) {
	.fv-compass-box {
		width: 245px;
		aspect-ratio: initial;
		justify-content: center;
		align-items: center;
		flex-flow: column;
		gap: 30px;
	}
	.fv-compass {
		width: 200px;
		height: 200px;
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}
	.title-pixis {
		display: none;
	}
	.title-pixis-sp {
		display: block;
	}
}

.fv-white-back {
	width: 100%;
	position: relative;
	height: 100%;
	z-index: 0;
}
.img-fv-01 {
	position: absolute;
	top: 23%;
	right: 50px;
	width: 30%;
	max-width: 350px;
}
.img-fv-02 {
	position: absolute;
	right: 0;
	bottom: 100px;
	width: 68%;
	max-width: 900px;
}
@media screen and (max-width: 1400px) {
	.img-fv-01 {
		width: 25%;
		max-width: 240px;
	}
	.img-fv-02 {
		width: 61%;
		max-width: 580px;
	}
}
@media screen and (max-width: 1280px) {
	.img-fv-01,
	.img-fv-02 {
		display: none;
	}
}

.topics-box {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	max-width: 900px;
	height: 100px;
	display: flex;
	padding: 20px 50px;
	align-items: center;
	gap: 50px;
	justify-content: space-between;
}
.topics-box > p {
	font-size: 20px;
	padding-right: 50px;
	width: 80px;
}
.topics-box > div {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 30px;
	font-size: 16px;
	overflow: hidden;
}
.topics-box > div > span {
	width: 120px;
	flex-shrink: 0;
 background-color: #f5f5f5;
 z-index: 1;
}

.topics-box > div > p {
	font-size: 16px;
	position: relative;
	width: auto;
	letter-spacing: 0.1px;
	text-overflow: ellipsis;
 white-space: nowrap;
}

.topics-box > div > p span{
 flex-shrink: 0;
 white-space: nowrap;
}

.topics-box > div > p span:nth-child(odd){
 animation: MoveLeft 30s -15s infinite linear;
}

.topics-box > div > p span:nth-child(even){
 animation: MoveLeft2 30s infinite linear;
}

.topics-box > div > p > span {
	display: inline-block;
	transition: all ease 0.33s;
}

@keyframes MoveLeft {
 from {
  transform: translateX(100%);
 }
 to {
  transform: translateX(-100%);
 }
}

@keyframes MoveLeft2 {
 from {
  transform: translateX(0);
 }
 to {
  transform: translateX(-200%);
 }
}

@media screen and (max-width: 900px){
 .topics-box > div > p span:nth-child(odd){
  animation: MoveLeft 30s -15s infinite linear;
 }

 .topics-box > div > p span:nth-child(even){
  animation: MoveLeft2 30s infinite linear;
 }
}

.topics-box > div > p > span a::after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 1px;
	background-color: #4b3ead;
	transition: all 0.33s ease;
	text-decoration: none;
	position: relative;
	opacity: 0;
}
.topics-box > div > p a:hover {
	color: #4b3ead;
}
.topics-box > div > p:hover > span a::after {
	opacity: 1;
}

.btn-more {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 40px;
	font-size: 16px;
	background: #111;
	color: #fff;
	border-radius: 999px;
	padding: 10px 26px;
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
}

.btn-more > span {
	flex-shrink: 0;
	line-height: 1;
	transition: all ease-in-out 0.33s;
	z-index: 10;
}

.btn-more > img {
	position: absolute;
	opacity: 0;
	transition: all ease-in-out 0.33s;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
	right: 38px;
}
.btn-more::before {
	content: "";
	display: block;
	width: 185px;
	height: 185px;
	background: #4b3ead;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -190px;
	transition: all ease-in-out 0.33s;
	border-radius: 999px;
	z-index: 0;
}
.btn-more:hover::before {
	left: -1px;
}
.btn-more:hover > span {
	padding-right: 16px;
}
.btn-more:hover > img {
	opacity: 1;
	right: 16px;
}

@media screen and (max-width: 1400px) {
	.topics-box {
		max-width: 640px;
		height: 80px;
		padding: 20px 40px;
  gap: 20px;
	}
	.topics-box > p {
		font-size: 15px;
		padding-right: 0px;
		width: 60px;
	}
	.topics-box > div {
		gap: 20px;
		font-size: 14px;
	}
	.topics-box > div > span {
		width: 90px;
	}
}
@media screen and (max-width: 900px) {
	.topics-box {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 0;
		max-width: none;
		gap: 25px;
		width: 100%;
		height: 50px;
		padding: 20px;
	}
	.topics-box > div {
		overflow-x: scroll;
	}
	.topics-box > div > p {
		overflow: hidden;
		padding: 3px 5px;
		text-overflow: initial;
  white-space: nowrap;
	}
	.topics-box > p {
		padding-right: 25px;
		width: 85px;
		border-right: 1px solid #ddd;
	}
	.topics-box > .btn-more {
		display: none;
	}
}

/* top section */
.top-section {
	width: 100%;
	position: relative;
}
.top-section-inner {
	width: 100%;
	padding: 150px 100px;
}
.top-section-side-box {
	display: flex;
	flex-flow: column;
	width: 100%;
	max-width: 300px;
	flex-shrink: 0;
}
.top-section-side-box .h2-box {
	margin-bottom: 100px;
}
.top-section-side-box .h2-box > h2 {
	font-weight: normal;
	font-size: 50px;
}
.top-section-side-box .h2-box > span {
	color: #111;
	font-size: 16px;
}
@media screen and (max-width: 1400px) {
	.top-section-side-box {
		max-width: 250px;
	}
	.top-section-side-box .h2-box {
		margin-bottom: 50px;
	}
	.top-section-side-box .h2-box > h2 {
		font-size: 40px;
	}
}
@media screen and (max-width: 1280px) {
	.top-section-inner {
		padding: 80px 50px;
	}
	.top-section-side-box {
		max-width: 160px;
	}
	.top-section-side-box .h2-box > h2 {
		font-size: 30px;
	}
	.top-section-side-box .h2-box > span {
		font-size: 13px;
	}
}
@media screen and (max-width: 900px) {
	.top-section-inner {
		padding: 70px 40px;
	}
	.top-section-side-box {
		width: 100%;
		max-width: none;
	}
}

/* top-message */
#top_message {
	height: 100vh;
	background: #fff;
}
#top_message .top-section-inner {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top-message-flex {
	display: flex;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	gap: 218px;
}
.top-message-flex > div:first-of-type {
	max-width: 430px;
	width: 33%;
	display: flex;
	flex-flow: column;
	gap: 80px;
	justify-content: flex-start;
	flex-shrink: 0;
}
.top-message-flex > div:first-of-type > p {
	font-size: 80px;
	line-height: 2;
	font-weight: bold;
	color: #4b3ead;
	width: 100%;
}
.top-message-flex > div:first-of-type > span {
	font-size: 15px;
	line-height: 2;
	color: #aaa;
}

.top-message-flex > div:last-of-type {
	max-width: 430px;
	width: 33%;
	flex-shrink: 0;
}
.top-message-flex > div:last-of-type > p {
	font-size: 16px;
	line-height: 2;
}

@media screen and (max-width: 1450px) {
	.top-message-flex > div:first-of-type > p {
		font-size: 75px;
	}
}
@media screen and (max-width: 1400px) {
	.top-message-flex {
		max-width: 850px;
		gap: 100px;
	}
	.top-message-flex > div:first-of-type {
		max-width: 324px;
		width: 38%;
		gap: 50px;
	}
	.top-message-flex > div:first-of-type > p {
		font-size: 60px;
	}

	.top-message-flex > div:last-of-type {
		max-width: 385px;
		width: 45%;
	}
	.top-message-flex > div:last-of-type > p {
		font-size: 16px;
	}
}
@media screen and (max-width: 900px) {
	#top_message {
		height: 100%;
		min-height: 100vh;
	}
	#top_message .top-section-inner {
		padding: 56px 40px;
	}
	.top-message-flex {
		max-width: 850px;
		gap: 50px;
		flex-flow: column;
	}
	.top-message-flex > div:first-of-type {
		max-width: none;
		width: 100%;
	}
	.top-message-flex > div:first-of-type > p {
		font-size: 30px;
	}
	.top-message-flex > div:first-of-type > span {
		font-size: 12px;
	}
	.top-message-flex > div:last-of-type {
		max-width: none;
		width: 100%;
	}
	.top-message-flex > div:last-of-type > p {
		font-size: 14px;
		line-height: 1.8;
	}
}

/* top-news */
.top-news-flex {
	display: flex;
	width: 100%;
}
.top-news-list-box {
	width: 100%;
	position: relative;
}
.top-news-list-wrapper {
	width: 100%;
	min-height: 270px;
	max-height: 540px;
	overflow-y: auto;
}
.top-news-list {
	display: flex;
	flex-flow: column;
	width: 100%;
}
.top-news-item {
	display: flex;
	width: 100%;
	align-items: flex-start;
	gap: 30px;
	padding: 40px 30px;
	border-bottom: 1px solid #ccc;
}
.top-news-item:first-of-type {
	border-top: 1px solid #ccc;
}
.top-news-item > span {
	font-size: 16px;
	font-weight: bold;
	width: 93px;
	flex-shrink: 0;
}

.top-news-item > p {
	width: 100%;
	font-size: 16px;
	position: relative;
}
.top-news-item > p > span {
	display: inline-block;
	transition: all ease 0.33s;
}
.top-news-item > p > span a::after {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 1px;
	background-color: #4b3ead;
	transition: all 0.33s ease;
	text-decoration: none;
	position: relative;
	opacity: 0;
}
.top-news-item > p span a:hover {
	color: #4b3ead;
}
.top-news-item > p:hover > span a::after {
	opacity: 1;
}

.top-news-year-tabs {
	display: flex;
	flex-flow: column;
	width: 100%;
	gap: 20px;
}
.top-news-year-tabs > li {
	width: 100%;
	list-style-type: disc;
	color: #aaa;
	cursor: pointer;
	transition: all ease 0.33s;
	font-size: 13px;
}
.top-news-year-tabs > li.is-active {
	color: #4b3ead;
	margin-left: 10px;
}

@media screen and (max-width: 1400px) {
	.top-news-list-wrapper {
		min-height: 220px;
		max-height: 440px;
	}
	.top-news-item {
		padding: 30px;
	}
	.top-news-item > span {
		font-size: 14px;
		width: 80px;
	}
	.top-news-item > p {
		font-size: 14px;
	}
}
@media screen and (max-width: 900px) {
	.top-news-flex {
		flex-flow: column;
		gap: 30px;
	}
	.top-news-year-tabs {
		display: none;
	}
	.top-news-flex .top-section-side-box {
		width: 100%;
		max-width: none;
	}
	.top-news-flex .top-section-side-box .h2-box {
		margin-bottom: 0px;
	}
	.top-news-list-wrapper {
		min-height: 300px;
		max-height: 610px;
	}
	.top-news-item {
		padding: 20px 0px;
		flex-flow: column;
		gap: 5px;
	}
}

/* top-service */
#top_service::after {
	content: "";
	display: block;
	background: #eee;
	width: 100%;
	max-width: 600px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.top-service-flex {
	display: flex;
	width: 100%;
}
#top_service .card-service {
	height: 250px;
}
#top_service .card-service > figure {
	width: 35.2%;
	max-width: 500px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 1400px) {
	#top_service .top-section-inner {
		padding: 100px;
	}
	#top_service::after {
		max-width: 500px;
	}
	#top_service .card-service {
		height: 230px;
	}
	#top_service .card-service > figure {
		width: 42.1%;
		max-width: 400px;
	}
	#top_service .card-service-info {
		gap: 30px;
		padding: 50px 30px;
	}
	#top_service .card-service-desc-box {
		font-size: 13px;
	}
}
@media screen and (max-width: 1280px) {
	#top_service .top-section-inner {
		padding: 70px 50px;
	}
	#top_service::after {
		max-width: 400px;
	}
	#top_service .card-service {
		height: 200px;
	}
	#top_service .card-service > figure {
		width: 38.9%;
		max-width: 300px;
	}
	#top_service .card-service-info {
		gap: 20px;
		padding: 30px;
	}
	#top_service .card-service-desc-box {
		font-size: 14px;
	}
}
@media screen and (max-width: 900px) {
	#top_service .top-section-inner {
		padding: 50px 20px;
	}
	#top_service::after {
		max-width: 195px;
	}
	.top-service-flex {
		flex-flow: column;
		gap: 30px;
	}
	.top-service-flex .top-section-side-box .h2-box {
		margin-bottom: 0px;
		padding: 0 20px;
	}
	#top_service .card-service > figure {
		display: none;
	}
	#top_service .card-service-info {
		gap: 20px;
		padding: 30px;
	}
	#top_service .card-service-desc-box {
		font-size: 14px;
	}
}

/* top-office */
#top_office {
	background: #fff;
}
#top_office .h2-box {
	margin-bottom: 0;
}
#top_office .top-section-inner {
	padding-bottom: 200px;
}
.top-office-flex {
	display: flex;
	flex-flow: column;
	width: 100%;
	gap: 50px;
	justify-content: center;
}
.top-office-grid-box {
	width: 100%;
}
.top-office-grid-box .office-grid {
	grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 1400px) {
	#top_office .top-section-inner {
		padding: 100px;
	}
	.top-office-flex {
		flex-flow: row;
		gap: 0;
	}
	.top-office-grid-box .office-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 1280px) {
	#top_office .top-section-inner {
		padding: 50px;
	}
}
@media screen and (max-width: 900px) {
	#top_office .top-section-inner {
		padding: 50px 40px;
	}
	.top-office-flex {
		flex-flow: column;
		gap: 30px;
	}
}

/* top-recruit */
.top-recruit-flex {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
#top_recruit .top-section-inner {
	width: 100%;
	padding: 0px 0px 100px;
}
#top_recruit .top-section-side-box {
	max-width: 576px;
	width: 31%;
	position: relative;
	padding: 200px 100px 0px;
}
#top_recruit .top-section-side-box::after {
	content: "";
	display: block;
	background: #fff;
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.top-recruit-img-box {
	width: 100%;
	max-height: 650px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-recruit-img-box > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	max-width: none;
	display: block;
}
.top-recruit-btn-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 50px;
}

@media screen and (max-width: 1400px) {
	#top_recruit .top-section-side-box {
		max-width: 460px;
		width: 40%;
		padding: 100px 20px 0px 100px;
	}
	.top-recruit-img-box {
		max-height: 405px;
	}
	#top_recruit .top-section-side-box::after {
		height: 50px;
	}
}
@media screen and (max-width: 1280px) {
	#top_recruit .top-section-inner {
		padding: 0px 0px 80px;
	}
	.top-recruit-img-box {
		max-height: 350px;
	}
	#top_recruit .top-section-side-box {
		max-width: 512px;
		width: 50%;
		padding: 100px 50px 0px;
	}
}
@media screen and (max-width: 900px) {
	#top_recruit .top-section-inner {
		padding: 0 0 50px;
	}
	#top_recruit .top-section-side-box {
		max-width: none;
		width: 100%;
		padding: 0 40px;
	}
	.top-section-side-box .h2-box {
		margin-bottom: 30px;
	}
	.top-recruit-btn-box {
		gap: 30px;
	}
	.top-recruit-flex {
		flex-flow: column-reverse;
		gap: 30px;
		align-items: flex-end;
	}
	.top-recruit-img-box {
		width: 79.4%;
		min-width: 310px;
		max-height: 200px;
	}
	#top_recruit .top-section-side-box::after {
		content: none;
	}
	#top_recruit::after {
		content: "";
		display: block;
		background: #fff;
		width: 100%;
		height: 50px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
}

/* about */
.philosophy-text {
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	line-height: 2;
	color: #4b3ead;
	margin-bottom: 50px;
}
.common-text {
	line-height: 2;
}
@media screen and (max-width: 1280px) {
	.philosophy-text {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.common-text {
		font-size: 14px;
	}
}
@media screen and (max-width: 900px) {
	.philosophy-text {
		font-size: 13px;
		margin-bottom: 20px;
		letter-spacing: 0.1px;
	}
	.common-text {
		font-size: 13px;
		letter-spacing: 0.1px;
	}
	.common-text br {
		display: none;
	}
}

.message-img-area {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
	position: relative;
	max-height: 400px;
	overflow: hidden;
}
.message-img-area > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 1280px) {
	.message-img-area {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 900px) {
	.message-img-area {
		margin-bottom: 20px;
	}
}

.ceo-name-box {
	position: absolute;
	top: 80px;
	left: 50%;
	width: 300px;
	height: 100px;
	display: flex;
	flex-flow: column;
	gap: 5px;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 0px;
	color: #4b3ead;
	font-weight: bold;
}
.ceo-name-box > span {
	font-size: 13px;
}
.ceo-name-box > p {
	font-size: 24px;
}
@media screen and (max-width: 1280px) {
	.ceo-name-box {
		top: 50px;
		left: 44.6%;
	}
}
@media screen and (max-width: 900px) {
	.ceo-name-box {
		background: #fff;
		bottom: 10px;
		right: 10px;
		left: auto;
		top: auto;
		width: 200px;
		height: 60px;
		padding: 10px;
		gap: 3px;
	}
	.ceo-name-box > span {
		font-size: 10px;
		letter-spacing: 0.5px;
	}
	.ceo-name-box > p {
		font-size: 18px;
		line-height: 1;
	}
}

.message-flex-box {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.message-flex-box > div {
	width: 50%;
}
.message-flex-box > div:first-of-type {
	display: flex;
	justify-content: center;
	align-items: center;
}
.message-flex-box > div:first-of-type > p {
	font-size: 24px;
	font-weight: bold;
	line-height: 2;
	color: #4b3ead;
}
.message-flex-box > div:last-of-type > p {
	line-height: 2;
}

@media screen and (max-width: 1280px) {
	.message-flex-box {
		flex-flow: column;
		gap: 30px;
	}
	.message-flex-box > div {
		width: 100%;
	}
	.message-flex-box > div:first-of-type {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.message-flex-box > div:first-of-type > p {
		font-size: 18px;
	}
	.message-flex-box > div:last-of-type > p {
		font-size: 14px;
	}
}
@media screen and (max-width: 900px) {
	.message-flex-box {
		gap: 20px;
	}
	.message-flex-box > div:first-of-type > p {
		font-size: 13px;
		letter-spacing: 0.1px;
	}
	.message-flex-box > div:last-of-type > p {
		font-size: 13px;
		letter-spacing: 0.1px;
	}
}

.outline-contents {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
}
.outline-contents > dl {
	display: flex;
	align-items: flex-start;
	width: 100%;
	border-bottom: 1px solid #aaa;
	padding: 30px;
}
.outline-contents > dl:first-of-type {
	border-top: 1px solid #aaa;
}
.outline-contents > dl > dt {
	width: 100%;
	max-width: 300px;
	color: #4b3ead;
	font-weight: bold;
	flex-shrink: 0;
}
.outline-contents > dl > dd {
	width: 100%;
}

@media screen and (max-width: 1600px) {
	.outline-contents > dl > dt {
		max-width: 250px;
	}
}
@media screen and (max-width: 1400px) {
	.outline-contents > dl > dt {
		max-width: 200px;
	}
}
@media screen and (max-width: 1350px) {
	.outline-contents > dl > dt {
		max-width: 160px;
	}
}

@media screen and (max-width: 1280px) {
	.outline-contents > dl {
		flex-flow: column;
		padding: 20px;
		gap: 10px;
		font-size: 14px;
	}
	.outline-contents > dl > dt {
		width: 100%;
	}
	.outline-contents > dl > dd {
		width: 100%;
	}
}
@media screen and (max-width: 900px) {
	.outline-contents > dl {
		padding: 15px;
		gap: 7px;
		font-size: 13px;
	}
}

.outline-contents ul {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 10px;
}
@media screen and (max-width: 1280px) {
	.outline-contents ul {
		gap: 7px;
	}
}
@media screen and (max-width: 900px) {
	.outline-contents ul {
		gap: 5px;
	}
}

.outline-contents table th {
	width: 35%;
	padding: 10px 0;
	vertical-align: initial;
}
.outline-contents table td {
	width: 65%;
	padding: 10px 0 10px 20px;
}
.outline-tbl-flex {
	display: flex;
	align-items: flex-start;
	width: 100%;
}
.outline-tbl-flex > * {
	width: 50%;
}
.outline-tbl-flex > * > table {
	width: 100%;
}
.outline-tbl-flex > * > table th {
	width: 41%;
}
.outline-tbl-flex > * > table td {
	width: 59%;
}

.licence-tbl .link {
	font-size: 13px;
}
@media screen and (max-width: 1600px) {
	.outline-tbl-flex > * > table th {
		width: 48%;
	}
	.outline-tbl-flex > * > table td {
		width: 52%;
	}
}
@media screen and (max-width: 1280px) {
	.outline-contents table th {
		font-weight: bold;
	}
}
@media screen and (max-width: 900px) {
	.outline-contents table th {
		padding: 5px 0;
	}
	.outline-tbl-flex {
		flex-flow: column;
	}
	.outline-tbl-flex > * {
		width: 100%;
	}
	.outline-contents table td {
		padding: 5px 0 5px 20px;
	}

	.licence-tbl,
	.licence-tbl tbody,
	.licence-tbl th,
	.licence-tbl td {
		display: block;
	}
	.licence-tbl tr {
		width: 100%;
		display: flex;
		flex-flow: column;
		gap: 3px;
		margin-bottom: 12px;
	}
	.licence-tbl th,
	.licence-tbl td {
		width: 100% !important;
		padding: 0 !important;
	}
}

.organizational-flex-box {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 40px;
	margin-bottom: 50px;
}
.organizational-flex-box > *:first-of-type {
	display: flex;
	width: 100%;
	max-width: 400px;
}
.organizational-flex-box > *:last-of-type {
	width: 100%;
}

.organizational-img-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.organizational-img-box > img {
	width: 100%;
	max-width: none;
}
.organizational-img-box > img.img-organization-chart-sp {
	display: none;
}

@media screen and (max-width: 1280px) {
	.organizational-flex-box {
		gap: 30px;
		flex-flow: column;
	}
}
@media screen and (max-width: 900px) {
	.organizational-flex-box > *:first-of-type {
		max-width: 380px;
	}
	.organizational-img-box > img.img-organization-chart-pc {
		display: none;
	}
	.organizational-img-box > img.img-organization-chart-sp {
		display: block;
	}
}

.organizational-card-list {
	display: flex;
	flex-flow: column;
	gap: 20px;
	width: 100%;
}
.card-organizational {
	display: flex;
	flex-flow: column;
	gap: 10px;
	padding: 30px;
	background: #fff;
}
.card-organizational.bg-primary {
	color: #fff;
	background: #4b3ead;
}
.card-organizational > p {
	font-size: 13px;
	line-height: 2;
}
@media screen and (max-width: 1280px) {
	.organizational-card-list {
		gap: 15px;
	}
	.card-organizational {
		padding: 20px;
	}
}
@media screen and (max-width: 900px) {
	.card-organizational > p {
		font-size: 13px;
		line-height: 2;
	}
}

.office-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 50px;
	column-gap: 20px;
}
.office-tab-group {
	display: none;
}
.office-tabs-box {
	display: flex;
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.office-tabs-box > div {
	display: grid;
	width: 100%;
	max-width: 300px;
	grid-template-columns: repeat(4, 1fr);
	margin: 0 auto;
}
.office-tab {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: #f5f5f5;
	padding: 5px 8px;
	font-weight: bold;
	font-size: 13px;
	text-wrap: nowrap;
	letter-spacing: 0.1px;
	transition: all ease 0.33s;
}
.office-tab.tab-is-active {
	background: #4b3ead;
	color: #fff;
}
.card-office {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 12px;
}
.card-office > figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.card-office-info {
	display: flex;
	width: 100%;
	flex-flow: column;
	gap: 3px;
}
.card-office-info > h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.card-office-info > .zipcode {
	font-size: 13px;
}
.card-office-address-box {
	display: flex;
	width: 100%;
	gap: 5px;
	font-size: 13px;
	flex-flow: column;
	margin-bottom: 5px;
}
.card-office-address-box > a {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #4b3ead;
}
@media screen and (max-width: 1280px) {
	.office-grid {
		row-gap: 30px;
	}
	.card-office {
		gap: 10px;
	}
	.card-office-info {
		display: flex;
		width: 100%;
		flex-flow: column;
		gap: 3px;
	}
	.card-office-info > p {
		font-size: 13px;
	}
}
@media screen and (max-width: 600px) {
	.office-grid {
		display: none;
	}
	.office-tab-group {
		display: block;
	}
	.office-tab-group .office-grid {
		display: grid;
		grid-template-columns: 1fr;
	}
	.card-office-info > h3 {
		font-size: 16px;
	}
}

/* service */
.service-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	width: 100%;
}
@media screen and (max-width: 1280px) {
	.service-grid {
		gap: 15px;
	}
}

.card-service {
	width: 100%;
	background: #fff;
	display: flex;
	overflow: hidden;
	position: relative;
}
.card-service > figure {
	width: 35.7%;
	max-width: 400px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.card-service > figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	transition: all ease-in-out 0.5s;
}
.card-service-info {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 30px;
	padding: 60px 170px 60px 50px;
	position: relative;
	overflow: hidden;
}

.card-service-info::before {
	content: "";
	display: block;
	width: 1000px;
	height: 1000px;
	background: #4b3ead;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -1100px;
	transition: all ease-in-out 0.3s;
	border-radius: 999px;
	z-index: 0;
}

@media screen and (max-width: 1400px) {
	.card-service > figure {
		min-width: 300px;
		max-width: 350px;
	}
	.card-service-info {
		gap: 20px;
		padding: 40px 140px 40px 30px;
	}
}
@media screen and (max-width: 1280px) {
	.card-service > figure {
		min-width: 250px;
		max-width: 300px;
	}
	.card-service-info {
		gap: 20px;
		padding: 30px;
	}
}
@media screen and (max-width: 900px) {
	.card-service > figure {
		min-width: 150px;
		max-width: 200px;
	}
	.card-service-info {
		gap: 15px;
		padding: 20px;
	}
}
@media screen and (max-width: 640px) {
	.card-service > figure {
		display: none;
	}
	.card-service-info {
		gap: 20px;
		padding: 30px 20px;
	}
}

.card-service-title-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 10px;
	z-index: 10;
	position: relative;
}
.card-service-title-box > h3 {
	width: 100%;
	color: #4b3ead;
	font-size: 24px;
	transition: all ease 0.2s;
}
.card-service-title-box > h4 {
	width: 100%;
	color: #4b3ead;
	opacity: 0.75;
	font-size: 10px;
	transition: all ease 0.2s;
}
.card-service-desc-box {
	width: 100%;
	font-size: 14px;
	position: relative;
	z-index: 10;
	transition: all ease 0.2s;
}

.card-service-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 50px;
	width: 50px;
	height: 50px;
	border: solid 1px #4b3ead;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 999px;
	user-select: none;
	transition: all ease 0.2s;
}
.card-service-arrow > img {
	transition: all ease 0.2s;
}

@media screen and (max-width: 1400px) {
	.card-service-title-box > h3 {
		font-size: 24px;
	}
	.card-service-arrow {
		top: 50px;
		right: 30px;
		transform: none;
		width: 50px;
		height: 50px;
	}
	.card-service-arrow > img {
		width: 9px;
	}
}
@media screen and (max-width: 1280px) {
	.card-service-title-box > h3 {
		font-size: 18px;
	}
	.card-service-arrow {
		top: 35px;
		width: 35px;
		height: 35px;
	}
	.card-service-arrow > img {
		width: 6px;
	}
}
@media screen and (max-width: 950px) {
	.card-service-arrow {
		display: none;
	}
}

.card-service:hover .card-service-info::before {
	left: -50px;
	transform: translateY(-50%);
}
.card-service:hover > figure > img {
	transform: scale(1.1);
}
.card-service:hover .card-service-title-box > h3 {
	color: #fff;
}
.card-service:hover .card-service-title-box > h4 {
	color: #fff;
}
.card-service:hover .card-service-desc-box {
	color: #fff;
}
.card-service:hover .card-service-arrow {
	border-color: #fff;
}
.card-service:hover .card-service-arrow > img {
	filter: brightness(255);
}

/* lower-common */
.lower-title-box {
	display: flex;
	flex-flow: column;
	gap: 10px;
	margin-bottom: 30px;
	width: 100%;
}
.lower-title-box > h2 {
	color: #4b3ead;
	font-weight: bold;
	font-size: 30px;
}
.lower-title-box > .page-desc {
	font-size: 16px;
	line-height: 2;
	margin-top: 20px;
	margin-bottom: 20px;
}
.lower-title-box > .section-desc {
	color: #4b3ead;
	font-size: 13px;
	line-height: 2;
}
@media screen and (max-width: 1280px) {
	.lower-title-box > h2 {
		font-size: 24px;
	}
	.lower-title-box > .page-desc {
		font-size: 13px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.lower-title-box > .section-desc {
		font-size: 11px;
	}
}
@media screen and (max-width: 900px) {
	.lower-title-box > h2 {
		font-size: 20px;
	}
}

.icons-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 24px;
	width: 100%;
	justify-content: center;
}

.icons-grid > .icon_contents {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 10px;
	align-items: center;
}
.icons-grid > .icon_contents > figure {
	width: 100%;
	max-width: 150px;
	aspect-ratio: 1 / 1;
	background: #fff;
	overflow: hidden;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.icons-grid > .icon_contents > figure > img {
	object-fit: scale-down;
}
.icons-grid > .icon_contents > p {
	color: #4b3ead;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
}

@media screen and (max-width: 1400px) {
	.icons-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width: 640px) {
	.icons-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	.icons-grid > .icon_contents > figure {
		max-width: 120px;
	}
	.icons-grid > .icon_contents > figure > img {
		max-height: 50px;
	}
	.icons-grid > .icon_contents > p {
		font-size: 13px;
	}
}

.lower-desc-area {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 50px;
	margin-bottom: 30px;
}
.lower-desc-area > img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.lower-desc-area > p {
	font-size: 16px;
	line-height: 2;
}

@media screen and (max-width: 900px) {
	.lower-desc-area {
		gap: 30px;
		margin-bottom: 15px;
	}
	.lower-desc-area > p {
		font-size: 13px;
	}
	.lower-desc-area > img {
		height: auto;
		min-height: 120px;
	}
}

.work-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	width: 100%;
}
.work-grid.work-grid-full {
	grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width: 1400px) {
	.work-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

.work-grid-inner {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 20px;
}

.card-work {
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 30px;
	display: flex;
	flex-flow: column;
	gap: 30px;
}
.card-work-head {
	width: 100%;
}
.card-work-head > h3 {
	font-size: 16px;
	font-weight: bold;
	color: #4b3ead;
	margin-bottom: 5px;
}
.card-work-head > p {
	font-size: 13px;
}

.work-list {
	display: flex;
	gap: 10px;
	width: 100%;
	flex-wrap: wrap;
}
.work-list.work-list-full {
	flex-flow: column;
	flex-wrap: nowrap;
	gap: 20px;
}
.work-list-item {
	display: flex;
	flex-flow: column;
	gap: 8px;
	width: auto;
}
.work-list.work-list-full .work-list-item {
	width: 100%;
}
.work-list-item > h4 {
	font-size: 16px;
	font-weight: bold;
	color: #4b3ead;
	padding-left: 17px;
	position: relative;
}
.work-list-item > h4::before {
	content: "";
	display: block;
	background: #4b3ead;
	width: 6px;
	aspect-ratio: 1 / 1;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	position: absolute;
	border-radius: 999px;
}
.work-list-item > p {
	font-size: 13px;
	line-height: 2;
}

.grid-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	font-size: 13px;
}
@media screen and (max-width: 1280px) {
	.grid-list {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 640px) {
	.grid-list {
		grid-template-columns: repeat(1, 1fr);
	}
}

.disc-list {
	display: flex;
	flex-flow: column;
	gap: 10px;
	margin-bottom: 30px;
}
.disc-list:last-of-type {
	margin-bottom: 0px;
}
.disc-list > li {
	font-size: 13px;
	list-style: disc;
	list-style-position: outside;
	margin-left: 15px;
}

.num-list {
	display: flex;
	flex-flow: column;
	gap: 10px;
	margin-bottom: 30px;
}
.num-list:last-of-type {
	margin-bottom: 0px;
}
.num-list > li {
	font-size: 13px;
	list-style: decimal;
	list-style-position: outside;
	margin-left: 15px;
}

/* ict-development */
.training-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	width: 100%;
}
@media screen and (max-width: 900px) {
	.training-grid {
		grid-template-columns: repeat(2, 1fr);
		max-width: 500px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 400px) {
	.training-grid {
		gap: 10px;
	}
}
.training-grid > div {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.training-grid > div > img {
	width: 100%;
	max-width: none;
}

/* iot-total-solution */
.iot-total-solution .icons-grid {
	grid-template-columns: repeat(5, 1fr);
	gap: 30px;
}

@media screen and (max-width: 1400px) {
	.iot-total-solution .icons-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width: 640px) {
	.iot-total-solution .icons-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.iot-total-solution .icons-grid > .icon_contents > figure {
	max-width: 180px;
}
.iot-total-solution .icons-grid > .icon_contents > p {
	font-size: 16px;
}
.iot-total-solution .icons-grid > .icon_contents > p > span {
	font-size: 13px;
	margin-top: 5px;
	font-weight: normal;
	color: #111;
}

/* smartphone-solution */
.smartphone-solution .lower-desc-area > img {
	height: 340px;
}
@media screen and (max-width: 1400px) {
	.smartphone-solution .lower-desc-area > img {
		height: auto;
	}
}
.work-grid.work-grid-o2o {
	grid-template-columns: repeat(1, 1fr);
	margin-bottom: 50px;
}

.work-grid.work-grid-o2o .card-work {
	flex-flow: row;
	gap: 50px;
}

.work-grid.work-grid-o2o .card-work .card-work-head {
	width: 60%;
	max-width: 600px;
}
.work-grid.work-grid-o2o .card-work .card-work-head > p > span {
	color: #4b3ead;
}
.work-grid.work-grid-o2o .card-work .card-work-head > div {
	font-size: 13px;
	margin-top: 30px;
}
.work-grid.work-grid-o2o .card-work .card-work-body {
	width: auto;
	max-width: 230px;
}

@media screen and (max-width: 900px) {
	.work-grid.work-grid-o2o .card-work {
		flex-flow: column;
		gap: 30px;
	}
	.work-grid.work-grid-o2o .card-work .card-work-head {
		width: 100%;
		max-width: none;
	}
	.work-grid.work-grid-o2o .card-work .card-work-head > div {
		margin-top: 20px;
	}
	.work-grid.work-grid-o2o .card-work .card-work-body {
		width: 100%;
		max-width: none;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.feature-box {
	width: 100%;
	max-width: 870px;
	margin: 0 auto 100px;
}
.feature-box > h2 {
	font-size: 24px;
	color: #4b3ead;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin-bottom: 50px;
}

@media screen and (max-width: 1280px) {
	.feature-box > h2 {
		font-size: 20px;
	}
}
@media screen and (max-width: 900px) {
	.feature-box > h2 {
		font-size: 18px;
	}
}

.feature-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	width: 100%;
}
.card-feature {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
}
.card-feature > div {
	background: #fff;
	padding: 30px;
	display: flex;
	flex-flow: column;
	gap: 20px;
	align-items: center;
	width: 100%;
	height: 100%;
}
.card-feature > div > h4 {
	font-size: 16px;
	font-weight: bold;
}
.feature-grid.feature-grid-primary .card-feature > div {
	border: 2px solid #4b3ead;
}
.feature-grid.feature-grid-primary .card-feature > div > h4,
.feature-grid.feature-grid-phone .card-feature > div > h4 {
	color: #4b3ead;
}
.card-feature > div > p {
	font-size: 13px;
	line-height: 2;
}
@media screen and (max-width: 1280px) {
	.card-feature > div {
		padding: 20px;
	}
}
@media screen and (max-width: 900px) {
	.feature-grid {
		grid-template-columns: repeat(1, 1fr);
	}
}

.feature-text-box {
	width: 100%;
	display: flex;
	height: 80px;
	padding: 20px;
	align-items: center;
	justify-content: center;
	background: #4b3ead;
	margin: 20px 0;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}
@media screen and (max-width: 900px) {
	.feature-text-box {
		height: 60px;
		font-size: 20px;
	}
}
@media screen and (max-width: 640px) {
	.feature-text-box {
		font-size: 16px;
	}
}

.feature-grid.feature-grid-phone {
	column-gap: 15px;
	row-gap: 50px;
}

.function-icon-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(9, 1fr);
	max-width: 870px;
	margin: 50px auto 150px;
	gap: 12px;
}
.function-icon-grid > img {
	width: 100%;
}
@media screen and (max-width: 900px) {
	.function-icon-grid {
		grid-template-columns: repeat(5, 1fr);
		max-width: 400px;
		margin: 50px auto 100px;
	}
}
@media screen and (max-width: 640px) {
	.function-icon-grid {
		grid-template-columns: repeat(3, 1fr);
		margin: 30px auto 50px;
		max-width: 350px;
	}
}

/* contact */
.contact-flex-contents {
	display: flex;
	flex-flow: column;
	gap: 20px;
	width: 100%;
}
.contact-flex-contents > div {
	background: #fff;
	padding: 50px 0;
}
.cfc-address {
	display: flex;
	align-items: center;
	gap: 80px;
}
.cfc-address > div:first-of-type {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 60px;
	flex-shrink: 0;
	border-right: 1px solid #aaa;
}
.cfc-address > div:last-of-type {
	width: 100%;
	padding: 0 80px 0 0;
}
.contact-flex-contents > .cfc-address > div:first-of-type > p {
	font-size: 18px;
	color: #4b3ead;
	font-weight: bold;
}

.cfc-email {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%;
}
.cfc-email > div {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 30px;
	align-items: center;
	position: relative;
}
.cfc-email > div > h4 {
	font-size: 14px;
	color: #4b3ead;
	font-weight: bold;
}
.cfc-email > div > div {
	display: flex;
	flex-flow: column;
	gap: 10px;
	align-items: center;
	width: 100%;
}
.cfc-email > div:first-of-type::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 1px;
	height: 60px;
	background: #aaa;
}
.cfc-email > div > div > p {
	font-size: 16px;
	margin-bottom: 10px;
}
a.link-email {
	font-size: 18px;
	color: #4b3ead;
	font-weight: bold;
}

@media screen and (max-width: 1400px) {
	.contact-flex-contents > div {
		padding: 40px 0;
	}
	.cfc-address > div:first-of-type {
		width: 150px;
	}
	.cfc-address > div:last-of-type > p > span {
		display: block;
	}
}
@media screen and (max-width: 1280px) {
	.cfc-address {
		display: flex;
		align-items: center;
		gap: 60px;
	}
	.cfc-email > div > div > p {
		font-size: 14px;
	}
	a.link-email {
		font-size: 16px;
	}
	.cfc-address > div:last-of-type {
		padding: 0 60px 0 0;
	}
}
@media screen and (max-width: 900px) {
	.contact-flex-contents > div {
		padding: 20px 10px;
	}
	.cfc-address > div:last-of-type > p {
		font-size: 13px;
		text-align: center;
	}
	.cfc-address {
		align-items: flex-start;
		gap: 10px;
		flex-flow: column;
	}
	.cfc-address > div:first-of-type {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #aaa;
		padding-bottom: 10px;
		height: auto;
	}
	.contact-flex-contents > .cfc-address > div:first-of-type > p {
		font-size: 16px;
	}
	.cfc-address > div:last-of-type {
		padding: 0;
	}

	.cfc-email {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.cfc-email > div {
		gap: 10px;
	}
	.cfc-email > div:first-of-type {
		border-bottom: 1px solid #aaa;
		padding-bottom: 20px;
	}
	.cfc-email > div:first-of-type::after {
		content: none;
	}
	.cfc-email > div > div > p {
		font-size: 13px;
	}
	a.link-email {
		font-size: 14px;
	}
}

/* recruit */
.persona-img-area {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
	position: relative;
	overflow: hidden;
	height: 400px;
}
.persona-img-area > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 1280px) {
	.persona-img-area {
		margin-bottom: 30px;
		height: 220px;
	}
}
@media screen and (max-width: 900px) {
	.persona-img-area {
		margin-bottom: 20px;
		height: 130px;
	}
}

.persona-flex-box {
	display: flex;
	flex-flow: column;
	width: 100%;
	gap: 30px;
	align-items: flex-start;
	margin-bottom: 50px;
}
.persona-flex-box > div {
	width: 100%;
}
.persona-flex-box > div:first-of-type > p {
	font-size: 30px;
	font-weight: bold;
	line-height: 2;
	color: #4b3ead;
}
.persona-flex-box > div:last-of-type > p {
	line-height: 2;
}

@media screen and (max-width: 1280px) {
	.persona-flex-box {
		flex-flow: column;
		gap: 30px;
		margin-bottom: 30px;
	}
	.persona-flex-box > div {
		width: 100%;
	}
	.persona-flex-box > div:first-of-type {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.persona-flex-box > div:first-of-type > p {
		font-size: 18px;
	}
	.persona-flex-box > div:last-of-type > p {
		font-size: 14px;
	}
}
@media screen and (max-width: 900px) {
	.persona-flex-box {
		gap: 20px;
		margin-bottom: 20px;
	}
	.persona-flex-box > div:first-of-type > p {
		font-size: 13px;
		letter-spacing: 0.1px;
	}
	.persona-flex-box > div:last-of-type > p {
		font-size: 13px;
		letter-spacing: 0.1px;
	}
}

.persona-card-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	width: 100%;
}
.card-persona {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 20px;
	padding: 30px;
	background: #fff;
}
.card-persona-head {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 15px;
}
.card-persona-head > figure {
	width: 100%;
	max-width: 60px;
	aspect-ratio: 1 / 1;
	background: #4b3ead;
	overflow: hidden;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.card-persona-head > figure > img {
	object-fit: scale-down;
}
.card-persona-head h3 {
	font-size: 18px;
	font-weight: bold;
	color: #4b3ead;
}

@media screen and (max-width: 1400px) {
	.card-persona {
		gap: 15px;
		padding: 20px;
	}
	.card-persona-head h3 {
		font-size: 16px;
	}
	.card-persona-head > figure {
		max-width: 50px;
	}
	.card-persona-head > figure > img {
		max-height: 30px;
	}
}
@media screen and (max-width: 1280px) {
	.card-persona {
		gap: 10px;
	}
	.card-persona-body {
		font-size: 14px;
	}
}
@media screen and (max-width: 900px) {
	.persona-card-grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	.card-persona-head > figure {
		max-width: 40px;
	}
	.card-persona-head h3 {
		font-size: 14px;
	}
	.card-persona-head > figure > img {
		max-height: 23px;
	}
	.card-persona-body {
		font-size: 13px;
	}
}

.require-tab-area {
	display: flex;
	flex-flow: column;
	width: 100%;
	background: #fff;
	margin-bottom: 100px;
}
.require-tabs-box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.require-tab {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 17px;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
	background: #ddd;
	cursor: pointer;
	transition: all ease 0.33s;
}
.require-tab.is-active {
	background: #fff;
	color: #4b3ead;
}
.require-tab:hover {
	opacity: 0.6;
}
.require-tab-panel-container {
	width: 100%;
	padding: 50px;
}
.require-tab-contents {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 30px;
}
.require-tab-panel:nth-of-type(2) .require-tab-contents {
	gap: 50px;
}
.require-list {
	display: flex;
	flex-flow: column;
	gap: 15px;
	width: 100%;
}
.require-list-item {
	display: flex;
	width: 100%;
	gap: 10px;
	align-items: center;
}
.require-list-item > span {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #4b3ead;
	color: #fff;
	border: 1px solid #707070;
	padding: 3px 10px;
	width: 80px;
	height: 30px;
	letter-spacing: 0.1px;
	flex-shrink: 0;
}
.require-img-box {
	display: flex;
	gap: 15px;
	width: 100%;
	align-items: flex-start;
}

.require-dl-box {
	display: flex;
	flex-flow: column;
	width: 100%;
	padding: 30px;
	align-items: center;
	gap: 20px;
	border: 3px solid #eee;
	font-size: 14px;
}
.require-dl-box > h3 {
	font-weight: bold;
	color: #4b3ead;
}

.btn-recruit-dl {
	width: 300px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	border-radius: 999px;
	background: #4b3ead;
	color: #fff;
	padding: 18px 38px;
	overflow: hidden;
	position: relative;
}

.btn-recruit-dl::before {
	content: "";
	display: block;
	width: 360px;
	height: 360px;
	background: #111;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -360px;
	transition: all ease-in-out 0.33s;
	border-radius: 999px;
	z-index: 0;
}
.btn-recruit-dl > span {
	flex-shrink: 0;
	line-height: 1;
	position: relative;
	z-index: 10;
	transition: all ease-in-out 0.33s;
}
.btn-recruit-dl > span:first-of-type {
	flex-shrink: 0;
}
.btn-recruit-dl > span:nth-of-type(2) {
	font-size: 10px;
	opacity: 0.75;
	letter-spacing: 0.9px;
}

.btn-recruit-dl:hover > span {
	color: #fff;
	opacity: 1;
}
.btn-recruit-dl:hover::before {
	left: -1px;
}

@media screen and (max-width: 1280px) {
	.require-tab-area {
		margin-bottom: 80px;
	}
	.require-tab-panel-container {
		padding: 40px;
	}
	.require-tab {
		padding: 10px;
		font-size: 16px;
	}
	.require-tab-panel:nth-of-type(2) .require-tab-contents {
		gap: 40px;
	}
	.require-tab-contents > p {
		font-size: 14px;
	}
	.require-list-item {
		font-size: 14px;
	}
}
@media screen and (max-width: 900px) {
	.require-tab-area {
		margin-bottom: 50px;
	}
	.require-tab-panel-container {
		padding: 20px;
	}
	.require-tab-contents {
		gap: 30px;
	}
	.require-tab-panel:nth-of-type(2) .require-tab-contents {
		gap: 30px;
	}
	.require-tab {
		padding: 8px;
		font-size: 14px;
	}
	.require-tab-contents > p {
		font-size: 14px;
	}
	.require-list-item {
		font-size: 13px;
		flex-flow: column;
		align-items: flex-start;
		gap: 5px;
	}
	.require-list-item > span {
		height: 25px;
	}
	.require-dl-box {
		padding: 15px;
		gap: 15px;
	}
	.btn-recruit-dl {
		width: 100%;
		max-width: 225px;
		flex-flow: column;
		gap: 5px;
		padding: 10px;
	}
}

.recruit .contact-flex-contents {
	margin-bottom: 20px;
}
.recruit .contact-flex-contents .cfc-email > div:first-of-type {
	justify-content: center;
	align-items: flex-end;
}
.recruit .contact-flex-contents .cfc-email > div:first-of-type > h4 {
	padding-right: 80px;
 font-size: 18px;
}
.recruit .contact-flex-contents .cfc-email > div:nth-of-type(2) {
	gap: 10px;
	align-items: flex-start;
	padding-left: 80px;
}
@media screen and (max-width: 1400px) {
	.recruit .contact-flex-contents .cfc-email > div:first-of-type > h4 {
		padding-right: 60px;
	}
	.recruit .contact-flex-contents .cfc-email > div:nth-of-type(2) {
		padding-left: 60px;
	}
}
@media screen and (max-width: 1280px) {
	.recruit .contact-flex-contents .cfc-email > div:first-of-type > h4 {
		padding-right: 40px;
	}
	.recruit .contact-flex-contents .cfc-email > div:nth-of-type(2) {
		padding-left: 40px;
	}
	.recruit .contact-flex-contents .cfc-email > div:nth-of-type(2) {
		gap: 6px;
		font-size: 14px;
	}
	.recruit .contact-flex-contents .cfc-email > div:nth-of-type(2) a {
		font-size: 14px;
	}
}
@media screen and (max-width: 900px) {
	.recruit .contact-flex-contents .cfc-email > div:first-of-type {
		align-items: center;
	}
	.recruit .contact-flex-contents .cfc-email > div:first-of-type > h4 {
		padding-right: 0px;
	}
	.recruit .contact-flex-contents .cfc-email > div:nth-of-type(2) {
		padding-left: 0px;
		align-items: center;
	}
 .recruit .contact-flex-contents .cfc-email > div:first-of-type > h4{
  font-size: 14px;
 }
}

.recruit-link-card-grid {
	display: grid;
	gap: 20px;
	width: 100%;
}
.card-recruit-link {
	width: 100%;
	display: flex;
	flex-flow: column;
	gap: 30px;
	padding: 40px 30px;
	background: #fff;
}
.card-recruit-link-head {
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
	padding-bottom: 20px;
}
.card-recruit-link-head::after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: 0;
	display: block;
	width: 30px;
	height: 1px;
	background: #aaa;
}
.card-recruit-link-head h4 {
	font-size: 18px;
	font-weight: bold;
	color: #4b3ead;
}
.card-recruit-link-head br {
	display: none;
}
.card-recruit-link-body {
	display: flex;
	width: 100%;
	gap: 30px;
	align-items: center;
	justify-content: center;
}
.card-recruit-link-body > a > img.logo-fm {
	max-width: 158px;
	max-height: 30px;
}
.card-recruit-link-body > a > img.logo-mn {
	max-width: 115px;
	max-height: 40px;
}
.card-recruit-link-body > a > img.logo-ngt {
	max-width: 120px;
	max-height: 56px;
}

@media screen and (max-width: 1600px) {
	.card-recruit-link-head br {
		display: inline;
	}
}

@media screen and (max-width: 1400px) {
	.card-recruit-link {
		gap: 15px;
		padding: 20px;
	}
	.card-recruit-link-head h4 {
		font-size: 16px;
	}
}
@media screen and (max-width: 1280px) {
	.card-recruit-link {
		gap: 10px;
	}
	.card-recruit-link-body {
		font-size: 14px;
		flex-flow: column;
		gap: 20px;
	}
}
@media screen and (max-width: 900px) {
	.recruit-link-card-grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	.card-recruit-link-head h4 {
		font-size: 14px;
	}
	.card-recruit-link-head br {
		display: none;
	}
	.card-recruit-link-body {
		font-size: 13px;
	}
}
@media screen and (max-width: 500px) {
	.card-recruit-link-head br {
		display: inline;
	}
}

/* policy */
.policy h3 {
	font-size: 16px;
	font-weight: bold;
	color: #4b3ead;
	line-height: 1.8;
}
.policy h4 {
	font-size: 14px;
	font-weight: bold;
	color: #4b3ead;
	line-height: 1.8;
}
.policy .link {
	display: inline-flex;
	font-size: 14px;
	color: #111;
}
.policy .link:hover {
	color: #4b3ead;
}
.policy .main-container > section {
	margin: 0 auto 80px;
}
.policy-text-box {
	display: flex;
	flex-flow: column;
	width: 100%;
	gap: 20px;
}
.policy-text-box > .num-list {
	padding-left: 10px;
}
.policy-text-box > .num-list .num-list {
	padding: 10px 5px;
}
.policy-right-text {
	text-align: right;
	font-size: 13px;
}
.policy-text-list {
	display: flex;
	flex-flow: column;
	gap: 30px;
	width: 100%;
}
.policy-text-list > .policy-tbl-box {
	margin-bottom: 0;
}
.policy-common-text {
	font-size: 14px;
	line-height: 1.8;
}
.policy-tbl-box {
	display: flex;
	flex-flow: column;
	width: 100%;
	gap: 20px;
	margin-bottom: 50px;
}
.policy-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	row-gap: 30px;
}
.policy-grid-item {
	display: flex;
	flex-flow: column;
	gap: 10px;
	width: 100%;
}

.policy-text-box.ptb-app {
	margin-top: 50px;
}
.policy-text-box.ptb-app .policy-tbl > dl:first-of-type {
	border-top: none;
}
.policy-text-box.ptb-app .policy-tbl > dl:first-of-type dd {
	font-weight: bold;
}
.policy-text-box.ptb-app .policy-tbl > dl:last-of-type dt {
	font-weight: normal !important;
}

.policy-tbl {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
}
.policy-tbl > dl {
	display: flex;
	align-items: flex-start;
	width: 100%;
	border-bottom: 1px solid #aaa;
	padding: 30px;
	font-size: 14px;
}
.policy-tbl > dl:first-of-type {
	border-top: 1px solid #aaa;
}
.policy-tbl > dl > dt {
	width: 100%;
	max-width: 350px;
	flex-shrink: 0;
	font-weight: bold;
}
.policy-tbl > dl > dd {
	width: 100%;
}

@media screen and (max-width: 1400px) {
	.policy-tbl > dl > dt {
		max-width: 300px;
	}
	.policy-grid {
		gap: 30px;
	}
}

@media screen and (max-width: 1280px) {
	.policy-grid {
		grid-template-columns: 1fr;
	}
	.policy-tbl > dl {
		flex-flow: column;
		padding: 20px;
		gap: 10px;
		font-size: 14px;
	}
	.policy-tbl > dl > dt {
		width: 100%;
	}
	.policy-tbl > dl > dd {
		width: 100%;
	}
	.policy-text-box.ptb-app .policy-tbl > dl {
		flex-flow: row;
	}
	.policy-text-box.ptb-app .policy-tbl > dl > dt {
		width: 50%;
		flex-shrink: initial;
	}
	.policy-text-box.ptb-app .policy-tbl > dl > dd {
		width: 50%;
	}
}
@media screen and (max-width: 900px) {
	.policy-tbl > dl {
		padding: 15px;
		gap: 7px;
		font-size: 13px;
	}
	.policy h3 {
		font-size: 14px;
	}
	.policy h4 {
		font-size: 13px;
	}
	.policy .link {
		font-size: 13px;
	}
	.policy-common-text {
		font-size: 13px;
	}
}

/* disclosure */
.disclosure h3 {
	font-size: 16px;
	font-weight: bold;
	color: #4b3ead;
	line-height: 1.8;
}
.disclosure h4 {
	font-size: 14px;
	font-weight: bold;
	color: #4b3ead;
	line-height: 1.8;
}
.disclosure .main-container > section {
	margin: 0 auto 80px;
}
.disclosure-text-box {
	display: flex;
	flex-flow: column;
	width: 100%;
	gap: 20px;
}
.disclosure-text-box > .num-list {
	padding-left: 10px;
}
.disclosure-text-box > .num-list .num-list {
	padding: 10px 5px;
}
.disclosure .contact-flex-contents {
	border: 3px solid #4b3ead;
}
.disclosure .cfc-address > div:first-of-type {
	width: 277px;
}
.disclosure .cfc-address strong {
	font-weight: bold;
}

.step-list {
	display: flex;
	flex-flow: column;
	gap: 40px;
	width: 100%;
}
.step-list-item {
	width: 100%;
	background: #fff;
	display: flex;
	flex-flow: column;
	gap: 20px;
	padding: 30px;
	position: relative;
}
.step-list-item::after {
	content: "";
	width: 80px;
	height: 20px;
	background-image: url(../images/common/balloon.svg);
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.step-list-item:last-of-type::after {
	content: none;
}
.step-title {
	display: flex;
	gap: 15px;
	align-items: center;
}
.step-title > span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 30px;
	background: #4b3ead;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.step-title > p {
	color: #4b3ead;
	font-size: 16px;
	font-weight: bold;
}
.step-text {
	font-size: 14px;
	line-height: 1.8;
}
#procedure .policy-text-list {
	gap: 50px;
}
#procedure .policy-text-box {
	gap: 30px;
}

#procedure .policy-text-list .policy-text-box:last-of-type {
	gap: 20px;
}

@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 900px) {
	.disclosure h3 {
		font-size: 14px;
	}
	.disclosure h4 {
		font-size: 13px;
	}
	.disclosure-common-text {
		font-size: 13px;
	}

	#procedure .policy-text-list {
		gap: 30px;
	}
	#procedure .policy-text-box {
		gap: 20px;
	}

	#procedure .policy-text-list .policy-text-box:last-of-type {
		gap: 15px;
	}
	.disclosure .cfc-address > div:first-of-type {
		width: 100%;
	}
	.step-list-item {
		padding: 20px;
	}
	.step-title {
		flex-flow: column;
	}
	.step-title > span {
		width: 100%;
		max-width: 150px;
		font-size: 14px;
	}
	.step-title > p {
		font-size: 14px;
	}
	.step-text {
		font-size: 13px;
	}
}

.trans_title {
	margin-bottom: 20px;

	h2 {
		letter-spacing: 0.2em;
	}
}

.blockContentItem {
	.trans_img {

		img {
			width: 100%;
		}
	}

	.trans_copy {
		font-size: 13px;
		font-weight: 500;
		line-height: calc(23 / 13);
		letter-spacing: .05em;
		width: fit-content;
		margin-inline: auto;
		margin-block-start: 8px;
	}

	.rowContents {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px 45px;
	}

	.work-list-item h4 {
		font-size: 13px;
	}

	.rowList {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		font-size: 13px;
		font-weight: 500;
		line-height: calc(23 / 13);
		letter-spacing: .05em;
	}
	.rowList-item {
		ul {
			padding-inline-start: 1em;
		}
		li {
			margin-top: 5px;
		}
	}

	.trans_score {
		img {
			width: 100%;
		}
	}
}

.blockContentItem + .blockContentItem {
	padding-top: 20px;
}

.blockContentItem:last-child {
	padding-bottom: 50px;
}

@media screen and (max-width: 1280px) {
	.blockContentItem {
		.rowContents {
			grid-template-columns: repeat(2, 1fr);
		}
	}
}

@media screen and (max-width: 900px) {
	.blockContentItem {
		.rowContents {
			grid-template-columns: repeat(1, 1fr);
			gap: 20px;
		}
	}
}

a{
	color: #4c41ab
}
