@charset "utf-8";

/*
Theme Name: The company
Description: The company
Author: The company
*/
html body #wrapper #contents section#contact:not(.for-branding) {
	display: none;
}

@media (min-width: 701px) {
	html body #wrapper #hamburger {
		opacity: 0;
		visibility: hidden;
	}
	html body #wrapper #hamburger.opened {
		opacity: 1;
		visibility: visible;
		transition-delay: .5s;
	}
}

#header-nav {
	position: fixed;
	top: 77px;
	right: 40px;
	z-index: 3;
	mix-blend-mode: difference;
}
#header-nav ul {
	display: flex;
	gap: 15px;
	font-size: 16px;
	font-weight: 700;
}
#header-nav li:has(.subnav) {
	position: relative;
}
#header-nav li:has(.subnav) .subnav {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 14px;
	visibility: hidden;
	opacity: 0;
	width: 370px;
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 12px;
	padding-top: 25px;
	padding-bottom: 20px;
	transform: translate(0,-5px);
	transition: 0.5s ease-out;
}
#header-nav li:has(.subnav):hover .subnav {
	visibility: visible;
	opacity: 1;
	transform: translate(0,0);
}
#header-nav li:has(.subnav):hover .subnav a:after {
	bottom: -4px;
}
#header-nav li.dots {
	margin-left: 5px;
	width: 26px;
	height: 100%;
	position: relative;
	cursor: pointer;
}
#header-nav li.dots span {
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: 0.2s;
}
#header-nav li.dots span:first-child {
	margin-left: -11px;
}
#header-nav li.dots span:last-child {
	margin-left: 11px;
}
#header-nav li.dots:hover span:first-child {
	margin-left: -8px;
}
#header-nav li.dots:hover span:last-child {
	margin-left: 8px;
}
#header-nav a {
	display: block;
	position: relative;
	color: #fff;
}
#header-nav a:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0;
	height: 1px;
	width: 0;
	background: currentcolor;
	transition: 0.3s cubic-bezier(.8, 0, .2, 1);
}
#header-nav a:hover:after,
#header-nav a.hover:after {
	width: 100%;
}
@media all and (min-width:1025px) and (max-width:1440px) {
	#header-nav {
		top: 65px;
		right: 40px;
	}
}
@media (max-width: 1024px) {
	#header-nav {
		top: 40px;
		right: 40px;
	}
	#header-nav ul {
		gap: 15px;
		font-size: 14px;
	}
}
@media (max-width: 700px) {
	#header-nav {
		display: none;
	}
}
html body._contact #wrapper #contents section#contact {
	display: none;
}
#footer {
	margin-top: 200px;
	max-width: 930pt;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 800px) {
	#footer {
		margin-top: 100px;
	}
}
._contact #footer {
	display: none;
}
._document #footer .footer-cv {
	display: none;
}
._privacy #footer .footer-cv {
	display: none;
}
#footer .footer-cv ul {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 20px;
}
#footer .footer-cv ul li a {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 67px 50px;
	background: #787878;
	color: #fff;
	transition: 0.3s;
	box-sizing: border-box;
	height: 100%;
	min-height: 326px;
	border-radius: 6px 0 0 0;
}
#footer .footer-cv ul li.cv-contact a {
	background: #ed4033;
}
#footer .footer-cv ul li a:hover {
	background: #000;
}
#footer .footer-cv ul li a .arrow {
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	border: 1px solid currentcolor;
	border-radius: 50%;
	box-sizing: border-box;
}
#footer .footer-cv ul li a .arrow:before {
	content: '\f061';
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#footer .footer-cv ul li h4 {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
#footer .footer-cv ul li h4 big {
	text-box: trim-both cap alphabetic;
	font-size: 36px;
	line-height: 1.3;
}
#footer .footer-cv ul li h4 small {
	text-box: trim-both cap alphabetic;
	font-size: 18px;
}
#footer .footer-cv ul li p {
	text-box: trim-both cap alphabetic;
	font-size: 16px;
	line-height: 1.3;
}
@media (min-width: 801px) {
	#footer .footer-cv .onlySP {
		display: none;
	}
}
@media (max-width: 800px) {
	#footer .footer-cv ul {
		grid-template-columns: repeat(1,1fr);
		gap: 27px;
	}
	#footer .footer-cv ul li a {
		padding: 50px 30px;
		min-height: 321px;
	}
	#footer .footer-cv ul li h4 big {
		font-size: 30px;
	}
	#footer .footer-cv ul li p {
		font-size: 14px;
	}

}

#footer .footer-nav {
	margin-top: 200px;
	padding-top: 60px;
	border-top: 1px solid #c6c6c6;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
#footer .footer-nav ul {
	display: flex;
	text-box: trim-both cap alphabetic;
}
#footer .footer-nav li {
	text-box: trim-both cap alphabetic;
}
#footer .footer-nav a {
	display: block;
	text-box: trim-both cap alphabetic;
	transition: 0.3s;
}
#footer .footer-nav a:hover,
#footer .footer-nav a.hover {
	opacity: 0.5;
}
#footer .footer-nav-main {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	font-size: 16px;
}
#footer .footer-nav-sub {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	font-size: 13px;
}
#footer .footer-copy {
	font-size: 12px;
	text-align: right;
	padding-top: 40px;
	padding-bottom: 120px;
}
#footer .copyright {
	text-box: trim-both cap alphabetic;
}
@media (max-width: 800px) {
	#footer .footer-nav-main {
		gap: 16px 12px;
		font-size: 14px;
	}
	#footer .footer-nav-sub {
		gap: 12px;
		font-size: 12px;
	}
	#footer .footer-nav {
		margin-top: 100px;
		padding-top: 50px;
		gap: 25px;
	}
	#footer .footer-copy {
		font-size: 10px;
		text-align: right;
		padding-top: 50px;
		padding-bottom: 80px;
	}

}



#document .container > h2 {
	border-bottom: 1px solid #707070;
	display: block;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
#document .document-list {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 40px;
	margin-bottom: 200px;
}
#document .document-list:not(:has(li:nth-child(2))) {
	grid-template-columns: repeat(1,1fr);
}
#document .document-list img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
#document .document-list .thumb {
	position: relative;
	border: 1px solid #707070;
	display: block;
}
#document .document-list:not(:has(li:nth-child(2))) li {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 40px;
	align-items: center;
}
#document .document-list .thumb .new {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	display: flex;
	width: 80px;
	height: 80px;
	background: #fff;
	border: 1px solid #707070;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
#document .document-list:not(:has(li:nth-child(2))) .thumb .new,
#document .document-list .txt .new {
	display: none;
}
#document .document-list:not(:has(li:nth-child(2))) .txt .new {
	display: flex;
	width: 80px;
	height: 80px;
	background: #fff;
	border: 1px solid #707070;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
#document .document-list .txt .excerpt {
	white-space: pre-wrap;
	font-size: 28px;
}
#document .document-list:not(:has(li:nth-child(2))) .txt .excerpt {
	padding: 20px 0;
}
#document .document-list .txt .btn-dl a {
	display: flex;
	width: 100%;
	height: 74px;
	align-items: center;
	justify-content: center;
	color: #fff;
	border: 1px solid #b98700;
	background: #b98700;
	gap: 20px;
}
#document .document-list .txt .btn-dl a:hover {
	color: #b98700;
	background: #fff;
}
#document .lead {
	padding-bottom: 70px;
	line-height: 2;
	font-size: 20px;
}
#document .grid {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 40px;
}
#document .grid .thumb img {
	max-width: 100%;
	height: auto;
}
body .document-span br.sp {
	display: none;
}

@media screen and (max-width: 800px) {
	#document .document-list {
		margin-bottom: 100px;
	}
	#document .document-list:not(:has(li:nth-child(2))) li {
		grid-template-columns: repeat(1,1fr);
		gap: 0;
	}
	#document .document-list:not(:has(li:nth-child(2))) .thumb .new {
		display: flex;
	}
	#document .document-list:not(:has(li:nth-child(2))) .txt .new {
		display: none;
	}
	body .font.s_72.document-h2 {
		font-size: 32px;
		line-height: 116%;
	}
	body .font.s_18.document-span {
		font-size: 16px;
	}
	body .document-span br.sp {
		display: block;
	}
	#document .document-list {
		grid-template-columns: repeat(1,1fr);
		gap: 40px;
	}
	#document .document-list .txt .excerpt {
		font-size: 20px;
		padding: 20px 0;
	}
	#document .lead {
		padding-bottom: 40px;
		font-size: 15px;
		line-height: 1.5;
	}

	#document .grid {
		grid-template-columns: repeat(1,1fr);
		gap: 40px;
	}
	#document .document-list .thumb .new {
		width: 60px;
		height: 60px;
	}
}


/*------------------------------------------------------------
	CONTACT
------------------------------------------------------------*/

.wpcf7 input {
	border: 1px solid #b4b4b4;
}

.wpcf7 {
	margin: auto;
	font-size: 15px;
	line-height: 22px;
}
.wpcf7 p {
	letter-spacing: -0.04em;
}
.wpcf7 p + p {
	margin-top: 24px;
}
.wpcf7 select,
.wpcf7 input:not([type=checkbox]) {
	width: 100%;
	border: 1px solid #b4b4b4;
	box-shadow: none;
	padding: 12px 20px;
	box-sizing: border-box;
	color:#000;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0;
	color: #333;
	background-color: #fff;
	margin: 6px 0 0;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
}
body:not(._contact) .wpcf7 select {
	padding-left: 34px;
	font-weight: 400;
	background: #fff url(images/lp/icon-select.svg) left 20px center/9px 8px no-repeat;
}
.wpcf7 select.wpcf7-not-valid {
	background: pink url(images/lp/icon-select.svg) left 20px center/9px 8px no-repeat;
}
.wpcf7 input::-webkit-input-placeholder {
	color: #b4b4b4;
}
.wpcf7 input:-moz-placeholder {
	color: #b4b4b4;
}
.wpcf7 input::-moz-placeholder {
	color: #b4b4b4;
}
.wpcf7 input:-ms-input-placeholder {
	color: #b4b4b4;
}
.wpcf7 .wpcf7-checkbox {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 10px;
}
.wpcf7 [data-name="your-check"] input[type=checkbox] {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}
.wpcf7 [data-name="your-check"] input[type=checkbox] + span {
	position: relative;
	padding: 0 0 0 35px;
	display: block;
	min-width: 100%;
}
.wpcf7 [data-name="your-check"] input[type=checkbox] + span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -12px;
	height: 24px;
	width: 24px;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #a6a6a6;
	border-radius: 0;
	z-index: 1;
}
.wpcf7 [data-name="your-check"] input[type=checkbox] + span::after {
	content: '';
	opacity: 0;
	box-sizing: border-box;
	margin-top: 1px;
	width: 12px;
	height: 8px;
	border-left: 3px solid#b98700;
	border-bottom: 3px solid#b98700;
	position: absolute;
	top: 9px;
	left: 12px;
	transform: translate(-50%,-50%) rotate(-45deg);
	z-index: 2;
	transition: .3s;
}
.wpcf7 [data-name="your-check"] input[type=checkbox]:checked + span::after {
	opacity: 1;
}
.wpcf7 [data-name="your-check"] label + input {
	display: none;
	margin-top: 10px;
}
.wpcf7 [data-name="your-check"] label:has(input:checked) + input {
	display: block;
}
.wpcf7 textarea {
	width: 100%;
	height: 200px;
	border: 1px solid #b4b4b4;
	box-shadow: none;
	padding: 12px 20px;
	box-sizing: border-box;
	color:#000;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0;
	color: #333;
	background-color: #fff;
	margin: 6px 0 0;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
}
.wpcf7 textarea::-webkit-input-placeholder{
	color: #b4b4b4;
}
.wpcf7 textarea:-moz-placeholder{
	color: #b4b4b4;
}
.wpcf7 textarea::-moz-placeholder{
	color: #b4b4b4;
}
.wpcf7 textarea:-ms-input-placeholder {
	color: #b4b4b4;
}

.wpcf7 p.acceptance {
	text-align: center;
	position: relative;
	margin: 40px 0;
}
.wpcf7 p.acceptance label {
	font-weight: 400;
}
.wpcf7 .acceptance a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
}
.wpcf7 .acceptance a:hover {
	text-decoration: none;
}
.wpcf7 .acceptance input[type=checkbox] {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	display: none;
}
.wpcf7 .acceptance input[type=checkbox] + span {
	position: relative;
	padding: 0 0 0 35px;
	display: block;
	min-width: 100%;
}
.wpcf7 .acceptance input[type=checkbox] + span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -12px;
	height: 24px;
	width: 24px;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #a6a6a6;
	border-radius: 0;
	z-index: 1;
}
.wpcf7 .acceptance input[type=checkbox] + span::after {
	content: '';
	opacity: 0;
	box-sizing: border-box;
	margin-top: 1px;
	width: 12px;
	height: 8px;
	border-left: 3px solid#b98700;
	border-bottom: 3px solid#b98700;
	position: absolute;
	top: 9px;
	left: 12px;
	transform: translate(-50%,-50%) rotate(-45deg);
	z-index: 2;
	transition: .3s;
}
.wpcf7 .acceptance input[type=checkbox]:checked + span::after {
	opacity: 1;
}

.wpcf7 .btn-submit {
	text-align: center;
	position: relative;
}
.wpcf7 .btn-submit .wpcf7-spinner {
	position: absolute;
	top: 0;
	left: 0;
}
.wpcf7 .btn-submit input {
	max-width: 100%;
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	box-sizing: border-box;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	padding: 0;
	margin: 0;
	border: none;
	color: #fff;
	transition: 0.3s;
	background: #b98700 url(images/icon-dl.svg) right calc(50% + 100px) center/17px auto no-repeat;
	cursor: pointer;
}
.wpcf7 .btn-submit input:hover {
	color: #fff;
	background-color: #000;
}
.wpcf7 .btn-submit input[disabled]:hover {
	color: #fff;
	background-color: #b98700;
}



.wpcf7 div.wpcf7-validation-errors {
	border:none;
	color:#f00;
}
.wpcf7 span.wpcf7-not-valid-tip {
}
.wpcf7 .wpcf7-not-valid {
	background:pink;
}
.wpcf7 div.wpcf7-mail-sent-ok {
	border:none;
	color:#fff;
}
.wpcf7 div.wpcf7-response-output {
	margin:0;
	padding:1em 0 0;
	text-align:center;
}

.wpcf7 .wpcf7-list-item {
	width: auto;
	margin-left: 0;
}
.wpcf7 .note {
	text-align: center;
}

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

}


#privacy-policy .content-pp {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
#privacy-policy .content-pp hr {
	margin: 50px 0;
	border: none;
	box-shadow: none;
	width: 100%;
	height: 1px;
	background: currentcolor;
	opacity: 0.3;
}
#privacy-policy .content-pp h2 {
	font-weight: bold;
}


html body #wrapper #global_navigation .container .menus.sub + .menus.sub {
	margin-top: 0;
}

section#form .check-privacy {
	text-align: center;
}
section#form .check-privacy input[type=checkbox] {
	display: none;
}
section#form .check-privacy input[type=checkbox]+label {
	position: relative;
	padding: 0 0 0 35px;
	display: inline-block;
}

section#form .check-privacy input[type=checkbox]+label:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -12px;
	height: 24px;
	width: 24px;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #a6a6a6;
	border-radius: 0;
	z-index: 1
}

section#form .check-privacy input[type=checkbox]+label:after {
	content: '';
	opacity: 0;
	box-sizing: border-box;
	margin-top: 1px;
	width: 12px;
	height: 8px;
	border-left: 3px solid#b98700;
	border-bottom: 3px solid#b98700;
	position: absolute;
	top: 9px;
	left: 12px;
	transform: translate(-50%,-50%) rotate(-45deg);
	z-index: 2;
	transition: .3s
}

section#form .check-privacy input[type=checkbox]:checked+label:after {
	opacity: 1
}
section#form .check-privacy a {
	text-decoration: underline;
	text-underline-offset: 3px;
}


/*------------------------------------------------------------
	CONTACT
------------------------------------------------------------*/
._contact .wpcf7 p > label {
	display: block;
	width: 100%;
}
._contact .wpcf7 input:not([type=radio],[type=checkbox]),
._contact .wpcf7 select,
._contact .wpcf7 textarea {
	font-family: sans-serif;
	font-weight: 400;
	margin-top: 10px;
	max-width: 100%;
	width: 100%;
	border: solid 1px rgba(0, 0, 0, .2);
	background-color: rgba(0, 0, 0, .02);
	border-radius: 5px;
	-webkit-transition: border-color .3s ease-out, background-color .3s ease-out;
	transition: border-color .3s ease-out, background-color .3s ease-out
}
._contact .wpcf7 p {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.3;
}
._contact .wpcf7 .req {
	color: red;
	font-weight: 400;
}
._contact .wpcf7 p .note {
	display: block;
	font-size: 13px;
	line-height: 1.3;
	margin-top: 9px;
	font-weight: 400;
	text-align: left;
}
@media all and (max-width:499px) {
	._contact .wpcf7 input:not([type=radio],[type=checkbox]),
	._contact .wpcf7 select,
	._contact .wpcf7 textarea {
		margin-top: 8px;
		padding: 11px;
		border-radius: 3px
	}
}

@media all and (min-width:500px) and (max-width:1024px) {

	._contact .wpcf7 input([type=radio],[type=checkbox]),
	._contact .wpcf7 select,
	._contact .wpcf7 textarea {
		margin-top: 10px;
		padding: 13px;
		border-radius: 4px
	}
}

@media all and (min-width:1025px) {

   ._contact .wpcf7 input([type=radio],[type=checkbox]),
   ._contact .wpcf7 select,
   ._contact .wpcf7 textarea {
		margin-top: 9pt;
		padding: 15px;
		border-radius: 5px
	}
}

._contact .wpcf7 input:not([type=radio],[type=checkbox]):focus,
._contact .wpcf7 select:focus,
._contact .wpcf7 textarea:focus {
	border: solid 1px rgba(0, 0, 0, .4);
	background-color: rgba(0, 0, 0, .05)
}
._contact .wpcf7 input:not([type=radio],[type=checkbox]).wpcf7-not-valid,
._contact .wpcf7 select.wpcf7-not-valid,
._contact .wpcf7 textarea.wpcf7-not-valid {
	border: solid 1px rgba(255, 0, 0, .4);
	background-color: rgba(255, 0, 0, .04);
}
._contact .wpcf7 .wpcf7-not-valid-tip {
	font-size: 13px;
	color: red;
	line-height: 1.3;
	margin-top: 9px;
}
._contact .wpcf7 input[type=submit] {
	cursor: pointer;
	width: 100%;
	color: #fff;
	padding: 30px;
	border-radius: 5px;
	border-color: #000;
	background-color: #000;
	-webkit-transition: color .3s ease-out, background-color .3s ease-out;
	transition: color .3s ease-out, background-color .3s ease-out
}
._contact .wpcf7 input[type=submit]:hover {
	color: #000;
	background-color: #fff;
	-webkit-transition-duration: .1s;
	transition-duration: .1s
}
@media all and (max-width:499px) {
	._contact .wpcf7 input[type=submit] {
		padding: 20px;
		border-radius: 3px;
	}
}
@media all and (min-width:500px) and (max-width:1024px) {
	._contact .wpcf7 input[type=submit] {
		padding: 25px;
		border-radius: 4px;
	}
}
html body._contact #wrapper #contents section#form .container.grid {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 100px;
}
html body._contact #wrapper #contents section#form .container.grid>* {
	min-width: 0;
}
@media (min-width:801px) {
	._contact #contents .onlySP {
		display: none;
	}
}

@media (max-width:800px) {
	._contact #contents .onlyPC {
		display: none;
	}
}
@media (max-width: 1024px) {
	html body._contact #wrapper #contents section#form .container.grid {
		gap: 50px;
	}
}
@media (max-width:800px) {
	html body._contact #wrapper #contents section#form .container.grid {
		grid-template-columns: repeat(1,1fr);
	}
}
html body._contact #wrapper #contents section#form .container.grid>div {
	margin: 0;
	width: 100%;
}
html body._contact #wrapper #contents section#form .container.grid>div>div {
	width: 100%;
}
._contact .cl_title {
	font-size: 20px;
	color: #000;
	text-box: trim-both cap alphabetic;
	font-family: 'A+mfCv-東京シティフォント コンデンス R StdN',NoChattering;
	margin-bottom: 40px;
	margin-top: 68px;
	line-height: 1.3;
}
@media (min-width: 500px) and (max-width: 1024px) {
	._contact .cl_title {
		margin-top: 52px;
		font-size: 18px;
	}
}
._contact .client_logos {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 20px;
}
._contact .client_logos img {
	width: 100%;
	height: auto;
	aspect-ratio: 5/2;
	object-fit: cover;
	border: solid 1px rgba(0, 0, 0, .1);
	box-sizing: border-box;
	border-radius: 5px;
}
html body._contact #wrapper #contents section#form .container.grid>div>div.logo-carousel {
	position: relative;
	width: 100vw;
	left: 50%;
	transform: translate(-50%,0);
	overflow: hidden;
}
html body._contact #wrapper #contents section#form .container.grid>div>div.logo-carousel img {
	width: auto;
	height: 56px;
	margin-right: 20px;
}
.carousel_1 img:nth-child(even) {
	display: none;
}
.carousel_2 img:nth-child(odd) {
	display: none;
}
.logo-carousel .logo-carousel-list {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	height: 56px;
	position: relative;
}
.logo-carousel .logo-carousel-item {
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	animation: carousel linear infinite;
}
.logo-carousel .carousel_2 {
	margin-top: 0;
}
.logo-carousel .carousel_2 .logo-carousel-item {
	animation-direction: reverse;
}


@keyframes carousel {
	0% { transform: translateX(300%); }
	100% { transform: translateX(-100%)}
}




html body #wrapper #contents #biz.biz-culture .container .items {
	gap: 0 30px;
	justify-content: flex-start;
}
@media all and (min-width:500px) and (max-width:1024px) {
	html body #wrapper #contents #biz.biz-culture .container .items {
		gap: 0 25px;
	}
}


#company_profile .member-title {
	font-family: sans-serif;
	padding-top: 200px;
	margin-bottom: 60px;
	font-size: 18px;
	line-height: 1.4;
	text-box: trim-both cap alphabetic;
}
#company_profile .member-list {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 60px 30px;
}
#company_profile .member-list * {
	min-width: 0;
}
#company_profile .member-list .photo {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 338/348;
	width: 100%;
	margin-bottom: 20px;
}
#company_profile .member-list .photo img {
	aspect-ratio: 1/1;
	object-fit: contain;
}
#company_profile .member-list .photo.size1 img {
	width: calc(100% * 280 / 338);
}
#company_profile .member-list .photo.size2 img {
	width: calc(100% * 260 / 338);
}
#company_profile .member-list .photo.size3 img {
	width: calc(100% * 220 / 338);
}
#company_profile .member-list .photo.size4 img {
	width: calc(100% * 280 / 338);
}
#company_profile .member-list .txt {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
#company_profile .member-list .txt .name {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.4;
	text-box: trim-both cap alphabetic;
}
#company_profile .member-list .txt .title {
	font-size: 14px;
	line-height: 1.4;
	text-box: trim-both cap alphabetic;
}

@media screen and (max-width: 1024px) {
	#company_profile .member-title {
		padding-top: 150px;
		margin-bottom: 50px;
	}
	#company_profile .member-list {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 50px 20px;
	}
	#company_profile .member-list .txt .name {
		font-size: 12px;
	}
	#company_profile .member-list .txt .title {
		font-size: 12px;
	}
}


#body #related-works {
	padding-bottom: 75px;
}
#ez-toc-container + .related-works-title {
	margin-top: 100px !important;
}
#related-works .related-works-title {
	font-weight: 400;
	margin-bottom: 30px !important;
}
#related-works .related-items {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 30px;
}
#related-works .related-items.col1 {
	grid-template-columns: repeat(2,1fr);
	gap: 30px 20px;
}
@media (min-width: 500px) and (max-width: 1024px) {
	#related-works .related-items {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 25px;
	}
}
@media all and (max-width:499px) {
	#related-works .related-items {
		display: grid;
		grid-template-columns: repeat(1,1fr);
		gap: 30px;
	}
	#related-works .related-items.col1 {
		grid-template-columns: repeat(1,1fr);
		gap: 30px;
	}

}
#related-works .related-items .image {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 2/1;
	overflow: hidden;
	z-index: 1
}

#related-works.list-clients-voices.size-large .related-items {
	grid-template-columns: repeat(2,1fr);
}
#related-works.list-clients-voices.size-large .related-items .title {
	font-size: 30px;
}
@media all and (max-width:800px) {
	#related-works.list-clients-voices.size-large .related-items {
		grid-template-columns: repeat(1,1fr);
	}
	#related-works.list-clients-voices.size-large .related-items .title {
		font-size: 20px;
	}

}

#related-works.list-clients-voices .related-items .item {
	display: flex;
	flex-direction: column;
}
#related-works.list-clients-voices .related-items .image {
	aspect-ratio: 3/2;
}
#related-works .related-items.col1 .image {
	aspect-ratio: 2/1;
}
#related-works .related-items .image img {
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
}
#related-works .related-items .image:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid 1px rgba(0, 0, 0, .1);
	box-sizing: border-box;
	z-index: 1
}


@media all and (max-width:499px) {
	#related-works .related-items .image,
	#related-works .related-items .image:after {
		border-radius: 3px
	}
}

@media all and (min-width:500px) and (max-width:1024px) {
	#related-works .related-items .image,
	#related-works .related-items .image:after {
		border-radius: 4px
	}
}

@media all and (min-width:1025px) {
	#related-works .related-items .image,
	#related-works .related-items .image:after {
		border-radius: 5px
	}
}

#related-works .related-items .title {
	display: block;
	padding: 0;
	margin-top: 30px;
	text-box: trim-both cap alphabetic;
	line-height: 1.16;
	font-family: 'A+mfCv-東京シティフォント コンデンス L StdN',NoChattering;
	font-weight: bold;
	font-size: 1.10em;
	margin-bottom: 0.8em;
}
#related-works .related-items .title:before {
	display: none;
}	}
#related-works .related-items .subtitle {
	display: block;
	padding: 0;
	margin-top: 30px;
	text-box: trim-both cap alphabetic;
	line-height: 1.41;
}
#related-works .related-items .description {
	display: block;
	padding: 0;
	margin-top: 30px;
	text-box: trim-both cap alphabetic;
	line-height: 1.41;
}
#related-works .related-items.col1 .title {
	margin-top: 20px;
}
#related-works .related-items.col1 .subtitle {
	margin-top: 20px;
}
#related-works .related-items.col1 .description {
	margin-top: 20px;
}

@media all and (min-width:500px) and (max-width:1024px) {
	#related-works .related-items .title {
		margin-top: 25px;
	}
	#related-works .related-items .subtitle {
		margin-top: 25px;
	}
	#related-works .related-items .description {
		margin-top: 25px;
	}

}
@media all and (max-width:499px) {
	#related-works .related-items .title {
		margin-top: 20px;
	}
	#related-works .related-items .subtitle {
		margin-top: 20px;
	}
	#related-works .related-items .description {
		margin-top: 20px;
	}
}