
body {
	overflow-x: clip!important;
}

.nav {
	background-color: white;
	overflow: hidden;
	position: -webkit-sticky;
	position: sticky;
	z-index: 98;
	white-space: nowrap;
	width: 100%;
}

.nav::-webkit-scrollbar {
	display: none;
}

.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

.nav ul li {
	margin: 0 20px;
	position: relative;
	padding-bottom: 5px;
}

.nav ul li:not(:last-child)::after {
	content: '';
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #ccc;
	width: 1px;
	height: 24px;
}

.nav ul li a {
	display: block;
	color: #56585C;
	text-align: center;
	padding: 14px 16px 0 16px;
	text-decoration: none;
	transition: all 0.3s;
	border-bottom: 4px solid #fff;
}

.nav ul li a:hover,
.nav ul li a:focus {
	color: #555;
}

.nav ul li a:hover {
	color: #0A6FC8;
	border-bottom: 4px solid #0A6FC8;
	opacity: 1;
}

.nav ul li a.active {
	font-weight: bold;
	color: #0A6FC8;
	border-bottom: 4px solid #0A6FC8;
}

#service .title_en {
	color: #C8E4FF;
}

section#service {
	width: 100%;
	background-color: #F4F6FC;
	padding-bottom: 48px;
	margin-bottom: -48px;
}

#service .page_header {
	width: clamp(327px, 80%, 1000px);
}

.items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 28.09px;
	flex-direction: row;
	align-items: stretch;
	width: clamp(327px, 80%, 1000px);
}

.items a {
	padding: 0 30px;
	width: 42%;
	border: 1.76px solid #00000033;
	border-radius: 8px;
	background-color: #fff;
}

.items .item .title {
	position: relative;
	font-size: 21px;
	font-weight: 700;
	color: #0A6FC8;
	border-bottom: 1.76px solid #00000033;
}

.items .item .title h3 {
	margin: 20px 0px;
}

.items .item .title svg {
	position: absolute;
	top: 4px;
	right: 0;
}

.item .content {
	margin: 20px 0;
}

.item .content .service_summary {
	margin-bottom: 20px;
}

.item .content .service_summary p {
	font-size: 14px;
	color: #56585C;
	margin: 0;
	line-height: 26px;
}

.item .content .service_list ul {
	padding-left: 25px;
	margin: 6px 0;
}

.item .content .service_list li {
	font-size: 13.44px;
	line-height: 25px;
	list-style: none;
	position: relative;
	color: #56585C;
}

.item .content .service_list svg {
	position: absolute;
	top: 4px;
	left: -28px;
}

.home #works {
	background-color: #f4f6fc;
	width: 100%;
	margin-bottom: -48px;
	padding-bottom: 48px;
}

section#works .works__wrapper {
	row-gap: clamp(24px, 4vw, 50px);
}

.home #works .works__wrapper._pc_only,
section#works .works__wrapper._pc_only {
	display: flex!important;
}

.home #works .works__wrapper._sp_only,
section#works .works__wrapper._sp_only {
	display: none!important;
}

.home #works .title_en,
section#works .title_en {
	color: #c8e4ff;
}

.home #works .title a,
section#works .title a {
	font-size: 26px;
	color: #000000;
}

.home #works .description,
section#works .description {
	color: #000000;
}

.home #works .company_name,
section#works .company_name {
	color: #000000;
}

.home #works .works__wrapper,
section#works .works__wrapper {
	display: flex;
	flex-direction: column;
	width: clamp(327px, 100%, 1000px);
	flex-wrap: nowrap;
}

.home #works .works__wrapper article,
section#works .works__wrapper article {
	display: flex;
	flex-direction: row;
	width: 100%;
	border-radius: 6px;
	border: 2px solid #00000033;
	background: #FFF;
	justify-content: space-around;
	align-items: flex-start;
}

.home #works .works__wrapper article .cont .title,
section#works .works__wrapper article .cont .title {
	margin-top: -30px;
	font-size: clamp(18px, 2.2vw, 22px);
	color: #1F2329;
	font-weight: 700;
	letter-spacing: 4px;
}

.home #works .tags,
section#works .tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	clamp(12px, 1.8vw, 16px)
}

.home #works .tags span,
section#works .tags span {
	color: #fff;
	background: #02925B;
	border-radius: 900px;
	padding: 2px 16px
}

.home #works .works__wrapper article .cont,
section#works .works__wrapper article .cont {
	gap: 24px;
	display: flex;
	flex-direction: column;
}

#works > div.works__wrapper._pc_only > a:nth-child(4) > article > div.cont.cont_left > div.description > p {
	margin:0px;
}

.home #works .cont.cont_left,
section#works .cont.cont_left {
	padding: 30px 20px 30px 30px;
	width: 55%;
}

.home #works .cont.cont_right,
section#works .cont.cont_right {
	padding: 20px 20px 0px 0px;
	width: 40%;
	align-items: center;
}

.home #works .job_desc,
section#works .job_desc {
	display: flex;
	align-items: center;
	gap: 20px;
	color: #000000;
}

.home #works .jobs .job,
section#works .jobs .job {
	font-size: 13.66px;
	font-weight: 500;
}

.home #works .jobs .client,
section#works .jobs .client {
	font-size: 15.66px;
	font-weight: 700;
}

.home #works .img-wrap,
section#works .img-wrap {
	height: 36px;
}

.home #works .img-wrap img,
section#works .img-wrap img {
	border-radius: 100%;
	width: 36px;
	height: 36px;
}

.home #works img,
.home .works img,
section#works img {
	width: 100%;
	aspect-ratio: auto;
	height: auto;
}

.home #works .works__wrapper article .thumbnail,
section#works .works__wrapper article .thumbnail {
	background: none;
	aspect-ratio: unset;
	width: 100%;
	border-radius: 0;
}

.home #works .client_icon,
section#works .client_icon {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}

.home #works .cont.cont_left .logos .client_icon,
section#works .cont.cont_left .logos .client_icon {
	width: calc(100% * (40 / 55));
}

.home #works .tool_logo,
section#works .tool_logo {
	width: 30%;
}

.closed_wrapper {
	display: flex;
	justify-content: center;
	row-gap: clamp(16px, 2.3vw, 24px);
	align-items: flex-start;
	width: clamp(327px, 80%, 1000px);
}

.closed_wrapper .item {
	padding: 0 40px;
}

.closed_wrapper .item:not(:last-child) {
	border-right: 1.75px solid #0A6FC8;
}

.closed_wrapper .item .h3 p {
	font-family: Noto Sans JP;
	font-size: 22px;
	font-weight: 700;
	line-height: 39px;
	letter-spacing: 0px;
	text-align: left;
	color: #0A6FC8;
	margin: 0;
}

.closed_wrapper .item .msg {
	margin: 24px 0;
}

.closed_wrapper .item .msg p {
	font-family: Noto Sans JP;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: left;
	color: #56585C;
}

.item #cv .wrapper.btn {
	width: clamp(150px, 20vw, 248px);
	height: clamp(48px, 6vw, 70px);
	margin: 0 auto;
	font-size: clamp(14px, 2vw, 18px);
}

.item #cv .wrapper svg {
	margin-left: 18px;
}

footer .footer_col {
	width: 30%;
}

footer details .useful summary {
	padding-bottom: 0px!important;
}

footer .wrapper .footer_title {
	padding-bottom: 14px!important;
}

.menu_list_middle>summary:nth-of-type(2) {
	margin-top: 30px;
}

footer .wrapper .footer_col .menu_wrap {
	gap: clamp(16px, 3vw, 20px)!important;
}

@media screen and (max-width: 1204px) {
	.nav {
		font-size: clamp(10px, 1.5vw, 18px);
	}
	.items {
		flex-direction: column;
		align-items: center;
	}
	.items a {
		width: 80%;
	}
	.home #works .works__wrapper,
	section#works .works__wrapper {
		width: clamp(327px, 90%, 1000px);
	}
}

@media screen and (max-width: 899px) {
	.home #works .works__more,
	section#works .works__more {
		width: 100%;
	}
	.home #works .tags span,
	section#works .tags span {
		padding: 2px 16px;
		font-size: clamp(12px, 1.8vw, 16px);
	}
}

@media screen and (max-width: 829px) {
	footer .wrapper .footer_row.after_block details .sp_row {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		gap: 75px;
		flex-wrap: nowrap;
	}
	footer .wrapper .footer_row.after_block details .sp_row .menu_list ul li a {
		white-space: nowrap;
	}
}

@media screen and (max-width: 768px) {
	._pc {
		display: none;
	}
	._sp {
		display: block;
	}
	.nav {
		overflow-x: auto;
		display: inline-grid;
		justify-content: start;
		font-size: inherit;
	}
	.items {
		flex-direction: column;
	}
	.items a {
		width: clamp(300px, 80%, 1000px);
		padding: 0 13px;
	}
	.items .item .title {
		display: flex;
		font-size: 16px;
		align-items: center;
		flex-direction: row;
		justify-content: space-between;
	}
	.items .item .title h3 {
		margin: 13px 0;
	}
	.item .content .service_summary p {
		font-size: 13px;
	}
	.items .item .title svg {
		width: 20px;
		height: 20px;
		position: initial;
	}
	.item #cv .wrapper.btn {
		justify-content: center;
		width: 80vw;
	}

	.home #works .works__wrapper,
	section#works .works__wrapper {
		width: clamp(327px, 80%, 1000px);
	}
	.home #works .works__wrapper article,
	section#works .works__wrapper article {
		flex-direction: column-reverse;
		padding: 10px;
		align-items: center;
	}
	.home #works .works__wrapper article .cont,
	section#works .works__wrapper article .cont {
		gap: 15px;
	}
	.home #works .cont.cont_left,
	section#works .cont.cont_left {
		padding: 10px;
		width: 100%;
	}
	.home #works .cont.cont_right,
	section#works .cont.cont_right {
		padding: 10px;
		width: 100%;
	}
	.home #works .works__wrapper article .cont .title,
	section#works .works__wrapper article .cont .title {
		margin-top: -15px;
	}
	.home #works .works__wrapper article .cont .title,
	section#works .works__wrapper article .cont .title {
		font-size: clamp(18px, 2.5vw, 25px);
	}
	.home #works .works__wrapper._pc_only,
	section#works .works__wrapper._pc_only {
		display: none!important;
	}
	.home #works .works__wrapper._sp_only,
	section#works .works__wrapper._sp_only {
		display: flex!important;
	}
	.closed_wrapper {
		flex-direction: column;
	}
	.closed_wrapper .item:not(:last-child) {
		border-bottom: 3px solid #0a6fc8;
		padding: 0 0 25px 0!important;
		border-right: none!important;
	}
	.closed_wrapper .item {
		padding: 0!important;
	}
	.closed_wrapper .item .h3 p {
		font-family: Noto Sans JP;
		font-size: 27px;
		font-weight: 700;
		line-height: 39px;
		letter-spacing: 0px;
		text-align: left;
		color: #0A6FC8;
		margin: 0;
	}
	.closed_wrapper .item .msg {
		margin: 32px 0;
	}
	.closed_wrapper .item .msg p {
		font-family: Noto Sans JP;
		font-size: 18px;
		font-weight: 500;
		line-height: 30px;
		letter-spacing: 1px;
		text-align: left;
	}
	.closed_wrapper .item .h3 p {
		font-family: Noto Sans JP;
		font-size: 18px;
		font-weight: 700;
		line-height: 26px;
		letter-spacing: 0px;
	}
	.closed_wrapper .item .msg {
		margin: 16px 0;
	}
	.closed_wrapper .item .msg p {
		font-family: Noto Sans JP;
		font-size: 14px;
		font-weight: 500;
		line-height: 24px;
		letter-spacing: 1px;
		text-align: left;
	}
}
