@charset "utf-8";

/*
Theme Name: ITSUDATSU Theme
Auther: The company co.,ltd
Description: ITSUDATSU original theme.
Version: 2.0
*/


/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

*:focus {outline:0;}

*,::before,::after{box-sizing:border-box;}
img,iframe {max-width: 100%;height: auto;vertical-align: bottom;}

:root {
	--primary: #f03700;
	--border: #d8d8d8;
	--black: #000;
	--black2: #0000001a;
	--grey1: #7b7b7b;
	--grey2: #adadad;
	--grey3: #f6f6f6;
	--input: #cbcbcb;
	--white: #fff;
	--ja: "Local Noto Sans JP","Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	--en: 'Cormorant Garamond', serif;
	--ttl: dnp-shuei-nmincho-std, sans-serif;
	--headerHeight: 110px;
	--cw: 952px;
	--cww: 1148px;
	--px: 66px;
	--py: 80px;
	--demilight: 350;
}



@media screen and (max-width: 1024px) {
	:root {
		--headerHeight: 46px;
		--px: 20px;
		--py: 40px;
	}
}


.inview {
	opacity: 0;
	transition: opacity .5s .25s;
}
.inview.visible {
	opacity: 1;
}
.inviewelm > * {
	opacity: 0;
	transition: opacity .5s .25s;	
}
.inviewelm > *.visible {
	opacity: 1;
}
@media screen and (min-width: 1023px) {
	.forSP {display: none;}
}
@media screen and (max-width: 1024px) {
	body {
		min-width: 0;
	}
	.forPC {display: none;}
}




/*------------------------------------------------------------
	Common
------------------------------------------------------------*/


#global_header.g_header.show,
#global_header.g_header.hidden {
	transition: all 0.3s ease;
}
.bgWhite .g_header {
	background-color: #f03700cc;
}
#page-mv {
	color: var(--white);
}
#page-mv .wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 500px;
	padding-top: 53px;
}
#page-mv.common .wrap,
.single #page-mv .wrap {
	height: 294px;
	padding-top: 70px;
}
#page-mv .wrap img {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: auto;
}
.bgCommon #page-mv .wrap img {
	opacity: 0;
}
#bg-canvas {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	height: 100vh;
	height: 100dvh;
	height: 100lvh;
}
#page-mv .wrap .title {
	flex-direction: column;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
	gap: 35px;
	transition: 0.3s ease;
}
#page-mv.common .wrap .title,
.single #page-mv .wrap .title {
	gap: 25px;
}
.moved #page-mv .wrap .title {
	opacity: 0;
	transform: translate(0,-10%);
}
#page-mv .wrap .title .en {
	font-family: var(--en);
	font-weight: 500;
	font-size: 72px;
	text-box: trim-both cap alphabetic;
}
#page-mv .wrap .title .ja {
	font-family: var(--ttl);
	font-weight: var(--demilight);
	font-size: 18px;
	text-box: trim-both cap alphabetic;
}
#page-mv.common .wrap .title .en,
.single #page-mv .wrap .title .en {
	font-size: 42px;
}
#page-content {
	position: relative;
	z-index: 1;
	background: var(--white);
	padding: var(--py) var(--px) 180px;
}
#page-content:has(#report-download-content) {
	padding: 0;
}
#page-content .wrap {
	max-width: var(--cww);
	margin: auto;
}
.single #page-content .wrap {
	max-width: var(--cw);
}
.single #page-content.report-download .wrap {
	max-width: var(--cww);
}



@media screen and (max-width: 1024px) {
	#page-mv .wrap {
		height: 333px;
		padding-top: 22px;
	}
	#page-mv.common .wrap,
	.single #page-mv .wrap {
		height: 178px;
		padding-top: 46px;
	}
	#page-mv .wrap .title {
		gap: 25px;
	}
	#page-mv.common .wrap .title,
	.single #page-mv .wrap .title {
		gap: 20px;
	}
	#page-mv .wrap .title .en {
		font-size: 42px;
	}
	#page-mv.common .wrap .title .en,
	.single #page-mv .wrap .title .en {
		font-size: 32px;
	}
	#page-mv .wrap .title .ja {
		font-size: 16px;
	}	
}



/*------------------------------------------------------------
	Archive
------------------------------------------------------------*/


/*-- category nav --*/

.cat-nav-wrap {
	position: relative;
	padding-left: 134px;
	margin-bottom: var(--py);
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.cat-nav-wrap .cat-nav {
	margin-bottom: 0;
}
.cat-nav-wrap .cat-nav:first-child {
	position: absolute;
	left: 0;
	top: 0;
}
.cat-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: var(--py);
}
.cat-nav li:first-child {
	margin-right: 15px;
}
.cat-nav li:not(:has(a)) {
	font-weight: var(--demilight);
	font-size: 14px;
	text-box: trim-both cap alphabetic;
	height: 27px;
	padding-bottom: 2px;
	display: flex;
	align-items: center;
	letter-spacing: 0.02em;
}
.cat-nav a {
	font-size: 18px;
	font-weight: 500;
	height: 27px;
	display: flex;
	padding: 0 18px 2px;
	border: 1px solid var(--grey1);
	background: var(--white);
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	text-box: trim-both cap alphabetic;
	transition: 0.5s;
}
.cat-nav li:first-child a {
	width: 104px;
}
.cat-nav a:hover,
.cat-nav .current a {
	border-color: var(--black);
	color: var(--white);
	background: var(--black);
}
@media screen and (max-width: 1024px) {
	.cat-nav-wrap {
		position: relative;
		padding-left: 0;
		gap: 15px;
	}
	.cat-nav-wrap .cat-nav:first-child {
		position: relative;
	}
	.cat-nav {
		gap: 10px;
	}
	.cat-nav li:first-child {
		margin-right: 0;
		width: 100%;
	}
	.cat-nav li:first-child a {
		width: 77px;
	}
	.cat-nav li:not(:has(a)) {
		height: auto;
		line-height: 10px;
		padding: 0;
	}
	.cat-nav a {
		font-size: 13px;
		height: 20px;
		display: flex;
		padding: 0 14px 1px;
	}
}


/*-- post wrapper --*/

.post-wrap {
	display: flex;
	flex-direction: column;
}
.post-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--py);
}
.post-inner .view-more {
	margin-top: 80px;
	border: none;
	background: none;
	font-family: var(--en);
	font-weight: 500;
	font-size: 30px;
	line-height: 0.6;
	display: flex;
	padding-right: 30px;
	position: relative;
	order: 1;
	display: none;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
	cursor: pointer;
	color: var(--black);
}
.post-inner .view-more:hover {
	color: rgba(0,0,0,0.5);
}
.post-inner:first-child + .post-inner .view-more,
.post-inner:has(.opened) + .post-inner .view-more {
	display: flex;
	visibility: visible;
	opacity: 1;
}
.post-inner .view-more i {
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	width: 24px;
	height: 12px;
	overflow: hidden;
	transform: scaleX(0.75);
	transform-origin: right bottom;
}
.post-inner .view-more i::before {
	content: '';
	width: 16px;
	height: 16px;
	border-left: 1px solid currentcolor;
	border-bottom: 1px solid currentcolor;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: rotate(-45deg);
	transform-origin: left bottom;
	
}


/*-- post list --*/

.post-block {
	display: none;
	width: 100%;
}
.post-inner:first-child .post-block {
	display: block;
}
.post-inner:not(:first-child) .post-block {
	margin-top: var(--py);
}
.post-list {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: var(--py) 28px;
}
.post-list.case-study {
	grid-template-columns: repeat(4,1fr);
}
.post-list .post-item {
	opacity: 0;
	transition: 1s 0.3s;
}
.post-inner:first-child .post-list .post-item {
	opacity: 1;
}
.opened .post-list .post-item {
	opacity: 1;
}
.post-list .thumb {
	background: var(--black2);
	position:relative;
	&::before {
		content: "";
		position: absolute;
		inset: 0;
		background-color: #a6a6a6;
		z-index: 2;
		mask-image: linear-gradient(to left, #000 33%, transparent 65%);
		mask-size: 300% 100%;
		mask-position: 100% 0;
	}
	&.act::before {
		transition: mask-position 1.8s ease-in-out 0s;
		mask-position: 0 0;
	}
}

.post-list .thumb img {
	width: 100%;
	height: auto;
	aspect-ratio: 5/3;
	object-fit: contain;
}
.post-list.case-study .thumb img {
	aspect-ratio: 3/4;
	object-fit: cover;
}
.post-list.report-download .thumb img {
	aspect-ratio: auto;
}
.post-list .txt {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.post-list .post-condition,
.post-list .post-cat {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 13px;
	font-weight: 500;
}
.post-list .post-condition span,
.post-list .post-cat li {
	height: 20px;
	display: flex;
	padding: 0 14px 1px;
	border: 1px solid var(--black);
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	text-box: trim-both cap alphabetic;
	color: var(--white);
	background: var(--black);
}

.post-list .post-title {
	font-family: var(--ttl);
	font-weight: var(--demilight);
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: -0.02em;
	text-box: trim-both cap alphabetic;
}
.post-list a .post-title {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-decoration-color: transparent;
	transition: 0.5s;
}
.post-list a:hover .post-title {
	text-decoration-color: currentcolor;
}
.post-list .post-schedule,
.post-list .post-date {
	font-size: 13px;
	font-weight: var(--demilight);
	line-height: 1.5;
	text-box: trim-both cap alphabetic;
}
.post-list .post-name {
	font-size: 13px;
	font-weight: var(--demilight);
	line-height: 1.3;
	text-box: trim-both cap alphabetic;
}

@media screen and (max-width: 1024px) {
	.post-list {
		display: grid;
		grid-template-columns: repeat(1,1fr);
		gap: var(--py) 0;
	}
	.post-list.case-study {
		grid-template-columns: repeat(2,1fr);
		gap: var(--py) var(--px);
	}
	.post-list .post-title {
		font-size: 16px;
	}

}





#report-download-content {
	position: relative;
	z-index: 1;
	background: var(--white);
}
.report-download-wrap {
	width: 100%;
	padding: var(--py) var(--px) 120px;
}
.report-download-wrap.bg-grey {
	background: var(--grey3);
	padding: 180px var(--px);
}
.report-download-wrap .post-inner {
	max-width: var(--cww);
	margin: auto;
}
.report-download-title {
	width: 100%;
	font-family: var(--ttl);
	font-size: 28px;
	line-height: 1.3;
	letter-spacing: -0.02em;
	text-box: trim-both cap alphabetic;
}
.report-download-wrap .post-list .post-item a {
	display: block;
	height: 100%;
	position: relative;
	padding-bottom: 60px;
}
.report-download-wrap .post-list .post-item a .btn-download {
	position: absolute;
	bottom: 0;
	left: 0;
}
.report-download-wrap .post-list .post-item a:hover .btn-download {
	background: var(--primary);
	border-color: var(--primary);
	color: var(--white);
}

@media screen and (max-width: 1024px) {
	.report-download-wrap {
		padding: var(--py) var(--px) 100px;
	}
	.report-download-title {
		font-size: 20px;
	}
	.report-download-wrap.bg-grey {
		padding: var(--py) var(--px) 180px;
	}
}



a .btn-download {
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--grey2);
	color: var(--black);
	background: var(--white);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.02em;
	transition: 0.5s;
}
a:hover .btn-download {
	border-color: var(--primary);
	background: var(--primary);
	color: var(--white);
}
a .btn-download span {
	display: inline-block;
	text-box: trim-both cap alphabetic;
	position: relative;
	padding-right: 52px;
}
a .btn-download span i {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 7px;
	overflow: hidden;
	transition: 0.5s;
}
a:hover .btn-download span i {
	width: 60px;
	right: -20px;
}
a .btn-download span i::before {
	content: '';
	width: 100%;
	height: 1px;
	background: currentcolor;
	display: block;
	position: absolute;
	bottom: 0;
	right: 2px;
}
a .btn-download span i::after {
	content: '';
	width: 9px;
	height: 1px;
	background: currentcolor;
	display: block;
	position: absolute;
	bottom: -1px;
	right: 1px;
	transform: rotate(45deg);
	transform-origin: right bottom;	
}

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




.pickup-list {
	margin-bottom: var(--py);
	display: flex;
	flex-direction: column;
	gap: 80px;
}
.pickup-item a {
	display: grid;
	grid-template-columns: 658fr 462fr;
	gap: 28px;
	align-items: flex-start;
}
.pickup-item a .thumb {
	background: var(--black2);
	position:relative;
	&::before {
		content: "";
		position: absolute;
		inset: 0;
		background-color: #a6a6a6;
		z-index: 2;
		mask-image: linear-gradient(to left, #000 33%, transparent 65%);
		mask-size: 300% 100%;
		mask-position: 100% 0;
	}
	&.act::before {
		transition: mask-position 1.8s ease-in-out 0s;
		mask-position: 0 0;
	}
}
.pickup-item a .thumb img {
	width: 100%;
	height: auto;
	aspect-ratio: 5/3;
	object-fit: contain;
}
.pickup-item a .txt {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.post-pickup {
	color: var(--primary);
	font-size: 30px;
	font-weight: 500;
	font-family: var(--en);
	line-height: 1.3;
	text-box: trim-both cap alphabetic;
	padding-top: 15px;
	border-top: 1px solid var(--primary);
	margin-bottom: 20px;
}
.post-pickup2 {
	font-size: 24px;
	font-weight: 500;
	font-family: var(--en);
	line-height: 1.3;
	text-box: trim-both cap alphabetic;
	padding: 10px 0;
	border-top: 1px solid var(--grey2);
	border-bottom: 1px solid var(--grey2);
	margin-bottom: 20px;
}
.pickup-item a .txt .post-cat,
.pickup-item a .txt .post-condition {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.pickup-item a .txt .post-cat li,
.pickup-item a .txt .post-condition span {
	font-size: 18px;
	font-weight: 500;
	height: 27px;
	display: flex;
	padding: 0 18px 2px;
	background: var(--black);
	color: var(--white);
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	text-box: trim-both cap alphabetic;
	transition: 0.5s;
}
.pickup-item a .txt .post-title {
	font-family: var(--ttl);
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: -0.02em;
	text-box: trim-both cap alphabetic;
}
.pickup-item a .txt .post-date,
.pickup-item a .txt .post-schedule {
	font-size: 13px;
	line-height: 1.5;
	font-weight: var(--demilight);
	text-box: trim-both cap alphabetic;
}

@media screen and (max-width: 1024px) {
	.post-pickup {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.post-pickup2 {
		margin-bottom: 30px;
	}

	.pickup-list {
		gap: 30px;
		margin-bottom: 60px;
	}
	.pickup-item a {
		grid-template-columns: 1fr;
		gap: 20px;
		padding-bottom: 30px;
		border-bottom: 1px solid var(--primary);
	}
	.pickup-item a .txt .post-cat li,
	.pickup-item a .txt .post-condition span {
		height: 24px;
		font-size: 13px;
		padding-bottom: 1px;
	}
	.pickup-item a .txt .post-title {
		font-size: 20px;
	}
}

.seminar-heading {
	font-family: var(--ttl);
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: 0.02em;
	text-box: trim-both cap alphabetic;
	padding-top: 30px;
	border-top: 1px solid var(--primary);
	margin-bottom: 80px;
}
.event-heading {
	margin-top: 120px;
	font-family: var(--ttl);
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: 0.02em;
	text-box: trim-both cap alphabetic;
	padding-top: 30px;
	border-top: 1px solid var(--primary);
	margin-bottom: 80px;
}
.event-list {
	display: flex;
	flex-direction: column;
	gap: 80px;
}
.event-item a {
	display: flex;
	gap: 28px;
	align-items: flex-start;
}
.event-item .thumb {
	width: 364px;
	background: var(--black2);
	position:relative;
	&::before {
		content: "";
		position: absolute;
		inset: 0;
		background-color: #a6a6a6;
		z-index: 2;
		mask-image: linear-gradient(to left, #000 33%, transparent 65%);
		mask-size: 300% 100%;
		mask-position: 100% 0;
	}
	&.act::before {
		transition: mask-position 1.8s ease-in-out 0s;
		mask-position: 0 0;
	}
}
.event-item .thumb img {
	width: 100%;
	height: auto;
}

.event-item .txt {
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.event-item .event-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.event-item .event-tags li {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 24px;
	line-height: 1;
	padding: 0 18px 1px;
	border: 1px solid var(--grey1);
	font-weight: 500;
	font-size: 13px;
	border-radius: 100px;
}
.event-item .event-title {
	font-family: var(--ttl);
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: -0.02em;
	text-box: trim-both cap alphabetic;
}
.event-item .event-description {
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.02em;
	font-weight: var(--demilight);
	text-box: trim-both cap alphabetic;
}
.event-item .event-schedule {
	list-style: disc;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.event-item .event-schedule li {
	margin-left: 20px;
}
.event-item .event-schedule li h4 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	text-box: trim-both cap alphabetic;
}
.event-item .event-schedule li p {
	font-size: 16px;
	font-weight: var(--demilight);
	line-height: 1.5;
	text-box: trim-both cap alphabetic;
}
.event-item .event-schedule li * + p {
	margin-top: 15px;
}
@media screen and (max-width: 1024px) {
	.seminar-heading,
	.event-heading {
		margin-bottom: 60px;
		font-size: 20px;
	}
	.event-item a {
		gap: 30px;
		flex-wrap: wrap;
	}
	.event-item .thumb {
		width: 100%;
	}
}

/*------------------------------------------------------------
	Page
------------------------------------------------------------*/
.page #page-content .wrap {
	max-width: var(--cw);
}
.page-content {
	font-size: 16px;
	line-height: 1.8;
	font-weight: var(--demilight);
}
.page-content > * + * {
	margin-top: 40px;
}
.page-content > p {
	text-align: justify;
	letter-spacing: 0.02em;
}
.page-content p strong {
	font-weight: 700;
	background-color: #ffd1bb;
}
.page-content p a {
	color: var(--primary);
	text-decoration: underline;
}
.page-content p a:hover {
	text-decoration: none;
}
.page-content.common h3.wp-block-heading {
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.02em;
	font-weight: 500;
	text-box: trim-both cap alphabetic;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--border);
}
.page-content.common p {
	line-height: 1.5;
	letter-spacing: 0.02em;
	text-box: trim-both cap alphabetic;
}
.page-content.common > * + * {
	margin-top: 20px;
}
.page-content.common > * + h3.wp-block-heading {
	margin-top: 60px;
}
.page-content.common > p + p {
	margin-top: 22px;
}

@media screen and (max-width: 1024px) {
	.page-content {
		font-size: 14px;
	}
	.page-content.common h3.wp-block-heading {
		font-size: 18px;
	}
	.page-content.common > p + p {
		margin-top: 20px;
	}
}


/*------------------------------------------------------------
	Page
------------------------------------------------------------*/


#page-content * + .wp-block-contact-form-7-contact-form-selector {
	margin-top: 80px;
}
.wpcf7 .seminar-form-ttl {
	font-family: var(--ttl);
	font-size: 24px;
	letter-spacing: 0.02em;
	line-height: 1.3;
	text-box: trim-both cap alphabetic;
	border-top: 1px solid var(--primary);
	padding-top: 30px;
	margin-bottom: 40px;
}
.wp-block-column .wpcf7 dl:nth-of-type(1) {
	padding-top: 40px;
	border-top: 1px solid var(--border);
}
.wpcf7 dl {
	width: 100%;
	display: flex;
}
.wpcf7 dl + dl {
	margin-top: 20px;
}
.wpcf7 dt {
	line-height: 1.3;
	padding-top: 18px;
	width: 196px;
}
.wpcf7 dt > p {
	text-box: trim-both cap alphabetic;	
}
.wpcf7 dl:has([aria-required="true"]) dt > p::after,
.wpcf7 dl:has(.wpcf7-radio) dt > p::after {
	content: '※';
	color: var(--primary);
}
.wpcf7-list-item {
	margin-left: 0;
}
.wpcf7 dd {
	flex: 1 1 0;
	line-height: 1.3;
}
.wpcf7 dd small {
	display: block;
	margin-top: 10px;
	font-size: 90%;
	color: var(--primary);
}
.wpcf7 select,
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
	-webkit-appearance: none;
	box-shadow: none;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 500;
	padding: 13px 20px;
	background-color: #fff;
	width: 100%;
	border: 1px solid var(--input);
	border-radius: 4px;
}
.wpcf7 input.wpcf7-not-valid {
	background: #ffd1bb;
}
.wpcf7 select {
	padding-left: 54px;
	background: url(images/icon-select.svg) left 30px top 17px/14px 14px no-repeat;
}
.wpcf7 select option {
	font-family: var(--ja);
	font-weight: 500;
}
.wpcf7 ::placeholder {
	color: var(--placeholder);
}
.wpcf7 .your-acceptance-wrap label {
	position: relative;
	display: block;
	cursor: pointer;
}
.wpcf7 input[type=checkbox] {
	position: absolute;
	opacity: 0;
}
.wpcf7 .wpcf7-acceptance {
	font-size: 16px;
	line-height: 1.3;
}
.wpcf7 input[type=checkbox] + span {
	position: relative;
	padding: 0 0 0 30px;
	display: flex;
	min-width: 100%;
	height: 20px;
	align-items: center;
	margin-top: 20px;
}
.wpcf7 input[type=checkbox] + span::before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border-radius: 0;
	background-color: #fff;
	border: 1px solid var(--black);
	z-index: 1;
}

.wpcf7 input[type=checkbox] + span::after {
	content: '';
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border-radius: 0;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 2;
	background: var(--primary);
	opacity: 0;
	transition: .5s;
}
.report-download .wpcf7 dl:has(.wpcf7-radio) {
	flex-wrap: wrap;
}
.report-download .wpcf7 dl:has(.wpcf7-radio) dt,
.report-download .wpcf7 dl:has(.wpcf7-radio) dd {
	width: 100%;
}
.wpcf7 dl:has(.wpcf7-radio) dd {
	margin-top: 12px;
}
.report-download .wpcf7 dl:has(.wpcf7-radio) dd {
	margin-top: 20px;
}
.wpcf7 .wpcf7-form-control.wpcf7-radio {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.wpcf7 input[type=checkbox]:checked + span::after {
	opacity: 1;
}
.wpcf7 .wpcf7-list-item {
	margin-left: 0;
}
.wpcf7 input[type=radio] {
	position: absolute;
	opacity: 0;
}
.wpcf7 input[type=radio] + span {
	position: relative;
	padding: 0 0 0 30px;
	display: block;
	min-width: 100%;
	font-size: 16px;
	line-height: 20px;
}
.wpcf7 input[type=radio] + span::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	box-sizing: border-box;
	background: var(--white);
	border: 1px solid var(--border);

}
.wpcf7 input[type=radio] + span::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	opacity: 0;
	border-radius: 50%;
	box-sizing: border-box;
	background: var(--primary);
	transform: scale(0.6);
	transition: 0.5s;
}
.wpcf7 input[type=radio]:checked + span::after {
	opacity: 1;
}
.wpcf7 textarea {
	-webkit-appearance: none;
	box-shadow: none;
	padding: 14px 20px;
	font-size: 16px;
	line-height: 1.3;
	height: 216px;
	background-color: #fff;
	width: 100%;
	border: 1px solid var(--input);
	border-radius: 4px;
	vertical-align: top;
}
.wpcf7 textarea.wpcf7-not-valid {
	background: #ffd1bb;
}
.wpcf7 dl + p:has(.wpcf7-acceptance) {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid var(--border);
}

#page-content .wpcf7 ::placeholder {
	color: #9e9e9e;
}
.wpcf7 p:has(.wpcf7-submit) {
	text-align: center;
	margin-top: 80px;
	position: relative;
}

.wpcf7 p:has(.wpcf7-acceptance) + p:has(.wpcf7-submit) {
	margin-top: 40px;
}
.wpcf7 p:has(.wpcf7-submit) .wpcf7-spinner {
	position: absolute;
	top: 40px;
	right: 0;
}
.wpcf7 input[type=submit] {
	display: flex;
	width: 100%;
	height: 100px;
	align-items: center;
	justify-content: center;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	box-shadow: none;
	font-family: var(--ja);
	font-size: 18px;
	font-weight: 500;
	padding: 0;
	color: var(--white);
	line-height: 1;
	border: none;
	border-radius: 0;
	background-color: var(--black);
	cursor: pointer;
	transition: .5s;
}
.wpcf7 input[type=submit]:hover {
	background: var(--primary);
}
.wpcf7 input[type=submit]:disabled {
	background-color: #e4e4e4;
	cursor: not-allowed;
}
.wpcf7 input[type=submit]:disabled:hover {
	background-color: #e4e4e4;
	opacity: 1;
}
p:has(span[data-name="your-acceptance"]) {
	text-align: center;
	padding-top: 40px;
}
@media screen and (max-width: 1024px) {

	.wpcf7 .seminar-form-ttl {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.wpcf7 dl {
		flex-wrap: wrap;
		gap: 12px;
	}
	.wpcf7 dl + dl {
		margin-top: 15px;
	}
	.wpcf7 dt {
		width: 100%;
		padding-top: 0;
	}
	.wpcf7 dt:not(:has(*)) {
		display: none;
	}
	.wpcf7 p:has(.wpcf7-acceptance) {
		text-align: center;
	}
	.wpcf7 .wpcf7-acceptance {
		font-size: 14px;
	}
	.wpcf7 input[type=checkbox] + span {
		margin-top: 15px;
	}
	.wpcf7 p:has(.wpcf7-submit) {
		margin-top: 60px;
	}
	.wpcf7 input[type=radio] + span {
		font-size: 14px;
	}
	.wpcf7 dl + dl:has(.wpcf7-radio) {
		margin-top: 30px;
	}
	.wpcf7 dl:has(.wpcf7-radio) dd {
		margin-top: 8px;
	}
	.wpcf7 dl + p:has(.wpcf7-acceptance) {
		margin-top: 30px;
		padding-top: 15px;
	}
}

/*------------------------------------------------------------
	Single
------------------------------------------------------------*/

.single-mv {
	margin-bottom: 40px;
}
.single-mv img {
	width: 100%;
	height: auto;
}
.single-mv iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}
.single-title {
	margin-bottom: 80px;
}
.single-title .condition,
.single-title .cat {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 40px;
}
.single-title .condition span,
.single-title .cat li {
	height: 27px;
	display: flex;
	padding: 0 18px 2px;
	border: 1px solid var(--black);
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	text-box: trim-both cap alphabetic;
	border-color: var(--black);
	color: var(--white);
	background: var(--black);
}
.single-title .event-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 40px;
}
.single-title .event-tags li {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 24px;
	line-height: 1;
	padding: 0 18px 1px;
	border: 1px solid var(--grey1);
	font-weight: 500;
	font-size: 13px;
	border-radius: 100px;
}

.single-title .h1 {
	font-family: var(--ttl);
	font-size: 28px;
	line-height: 1.5;
	letter-spacing: -0.02em;
	text-box: trim-both cap alphabetic;
}
.single-case-study .single-title .h1 {
	font-family: var(--ja);
	font-weight: 500;
}
.report-download .single-title .h1 {
	font-size: 20px;
}
.single-title .schedule,
.single-title .date {
	font-size: 13px;
	font-weight: var(--demilight);
	margin-top: 20px;
	text-box: trim-both cap alphabetic;
}
.single-title .description {
	font-size: 16px;
	line-height: 1.8;
	font-weight: var(--demilight);
	letter-spacing: 0.02em;
	margin-top: 40px;
	text-box: trim-both cap alphabetic;
}
.single-title .event-schedule {
	margin-top: 40px;
	list-style: disc;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.single-title .event-schedule li {
	margin-left: 20px;
}
.single-title .event-schedule li h4 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	text-box: trim-both cap alphabetic;
}
.single-title .event-schedule li p {
	font-size: 16px;
	font-weight: var(--demilight);
	line-height: 1.5;
	text-box: trim-both cap alphabetic;
}
.single-title .event-schedule li * + p {
	margin-top: 15px;
}

.single-content {
	font-size: 16px;
	line-height: 1.8;
	font-weight: var(--demilight);
	word-break: break-all;
}
.single-content > * + * {
	margin-top: 40px;
}
.single-content > * + .wp-block-spacer {
	margin-top: 0;
}
.single-content > .wp-block-spacer + * {
	margin-top: 0;
}

.single-content .wp-block-separator {
	border-top: 1px solid var(--border);
}
.single-content > p {
	text-align: justify;
	text-box: trim-both cap alphabetic;
	letter-spacing: 0.02em;
}
.single-content p strong {
	font-weight: 700;
	background-color: #ffd1bb;
}
.single-content p a {
	color: var(--primary);
	text-decoration: underline;
}
.single-content p a:hover {
	text-decoration: none;
}
.single-content .wp-block-image {
	margin: 0 auto 80px;
}
.single-content * + .wp-block-image {
	margin-top: 80px;
}
.single-content .wp-block-column > * + * {
	margin-top: 30px;
}
.single-content .wp-block-column .wp-block-image {
	margin: 0 auto 40px;
}
.single-content .wp-block-column > * + .wp-block-image {
	margin-top: 40px;
}
.single-content .wp-block-column .wp-block-list {
	list-style: disc;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.single-content .wp-block-column .wp-block-list li {
	margin-left: 20px;
	text-box: trim-both cap alphabetic;
}
.single-content .wp-block-heading {
	text-align: justify;
	font-weight: 500;
	text-box: trim-both cap alphabetic;
	letter-spacing: 0.02em;
}
.single-content .wp-block-heading strong {
	font-weight: 700;
}
.single-content h1.wp-block-heading {
	font-size: 30px;
	line-height: 1.5;
	padding-bottom: 40px;
	border-bottom: 1px solid var(--border);
}
.single-content h2.wp-block-heading {
	color: var(--primary);
	font-size: 22px;
}
.single-content .wp-block-image :where(figcaption) {
	margin: 0;
	margin-top: 40px;
	font-size: 13px;
	line-height: 1.8;
	font-weight: var(--demilight);
	text-box: trim-both cap alphabetic;
	letter-spacing: 0.02em;
}
.single-content * + .wp-block-quote {
	margin: 120px 0 80px;
}
.single-content .wp-block-quote h2.wp-block-heading {
	padding: 40px;
	position: relative;
	font-size: 28px;
	font-weight: var(--demilight);
	line-height: 1.8;
	letter-spacing: 0.02em;
	text-box: trim-both cap alphabetic;
	color: var(--black);
}
.single-content .wp-block-quote h2.wp-block-heading::before {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	border-top: 1px solid var(--primary);
	border-left: 1px solid var(--primary);
	position: absolute;
	top: 0;
	left: 0;
}
.single-content .wp-block-quote h2.wp-block-heading::after {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	border-bottom: 1px solid var(--primary);
	border-right: 1px solid var(--primary);
	position: absolute;
	bottom: 0;
	right: 0;
}
.single-content .wp-block-quote cite {
	margin-top: 20px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.02em;
	text-box: trim-both cap alphabetic;
	padding: 0 40px;
}
.single-content .wp-block-embed {
	margin: 0 auto 80px;
}
.single-content * + .wp-block-embed {
	margin-top: 80px;
}

.single-content .wp-block-embed.wp-embed-aspect-16-9 iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}
.single-content :where(.wp-block-columns.is-layout-flex) {
	gap: 60px;
}


.single-back {
	margin-top: 80px;
	text-align: center;
}
.single-back a {
	font-family: var(--en);
	font-weight: 500;
	font-size: 30px;
	line-height: 0.6;
	display: inline-block;
	padding-right: 52px;
	position: relative;
	transition: 0.5s;
	cursor: pointer;
}
.single-back a:hover {
	color: rgba(0,0,0,0.5);
}
.single-back a i {
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	width: 40px;
	height: 7px;
	overflow: hidden;
}
.single-back a i::before {
	content: '';
	width: 100%;
	height: 1px;
	background: currentcolor;
	display: block;
	position: absolute;
	bottom: 0;
	right: 2px;
}
.single-back a i::after {
	content: '';
	width: 9px;
	height: 1px;
	background: currentcolor;
	display: block;
	position: absolute;
	bottom: -1px;
	right: 1px;
	transform: rotate(45deg);
	transform-origin: right bottom;	
}

/* === Seminar === */
.single-content.seminar-archive .wp-block-contact-form-7-contact-form-selector,
.single-content.seminar-past .wp-block-contact-form-7-contact-form-selector {
	display: none;
}
.single-content.seminar-archive .for-past,
.single-content.seminar-archive .for-future,
.single-content.seminar-future .for-archive,
.single-content.seminar-future .for-past,
.single-content.seminar-past .for-archive,
.single-content.seminar-past .for-future {
	display: none;
}

.single-content .profile-area {
	margin-top: 120px;
}
.single-content .profile-heading {
	font-family: var(--ttl);
	font-size: 24px;
	line-height: 1.3;
	letter-spacing: 0.02em;
	text-box: trim-both cap alphabetic;
	padding-top: 30px;
	border-top: 1px solid var(--primary);
	margin-bottom: 60px;
}
.single-content .profile-list {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.single-content .profile-item {
	display: flex;
	gap: 28px;
}
.single-content .profile-item .thumb {
	width: 266px;
}
.single-content .profile-item .thumb img {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: cover;
}
.single-content .profile-item .txt {
	flex: 1 1 0;
	font-weight: var(--demilight);
	padding-top: 2px;
}
.single-content .profile-item .profile-name {
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: 0.02em;
	text-box: trim-both cap alphabetic;
}
.single-content .profile-item .profile-title {
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.02em;
	text-box: trim-both cap alphabetic;
}
.single-content .profile-item * + .profile-title {
	margin-top: 15px;
}
.single-content .profile-item .profile-description {
	margin-top: 30px;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.02em;
	text-box: trim-both cap alphabetic;
}

/* === Seminar === */

@media screen and (max-width: 1024px) {
	.single-mv {
		margin-bottom: 30px;
	}
	.single-title {
		margin-bottom: 60px;
	}
	.single-title .condition,
	.single-title .cat {
		gap: 10px;
		font-size: 13px;
		margin-bottom: 30px;
	}
	.single-title .condition span,
	.single-title .cat li {
		height: 24px;
		padding: 0 18px 1px;
	}
	.single-title .h1 {
		font-size: 24px;
	}
	.single-title .description {
		font-size: 14px;
	}
	.report-download .single-title {
		margin-bottom: 30px;
	}
	.single-content {
		font-size: 14px;
	}
	.single-content .wp-block-image {
		margin: 0 auto 60px;
	}
	.single-content * + .wp-block-image {
		margin-top: 60px;
	}
	.single-content .wp-block-embed {
		margin: 0 auto 60px;
	}
	.single-content * + .wp-block-embed {
		margin-top: 60px;
	}
	.single-content h1.wp-block-heading {
		font-size: 24px;
	}
	.single-content h2.wp-block-heading {
		font-size: 20px;
	}
	.single-content .wp-block-image :where(figcaption) {
		margin-top: 30px;
		font-size: 12px;
	}
	.single-content * + .wp-block-quote {
		margin: 60px 0;
	}
	.single-content .wp-block-quote h2.wp-block-heading {
		padding: 30px;
		font-size: 20px;
		line-height: 1.5;
	}
	.single-content .wp-block-quote cite {
		padding: 0 0 0 30px;
		font-size: 14px;
	}
	.single-content .profile-area {
		margin-top: 100px;
	}
	.single-content .profile-heading {
		font-size: 20px;
	}
	.single-content .profile-list {
		gap: 30px;
	}
	.single-content .profile-item {
		gap: 20px;
	}
	.single-content .profile-item .thumb {
		width: 89px;
	}
	.single-content .profile-item .profile-name {
		font-size: 20px;
	}
	.single-content .profile-item .profile-title {
		font-size: 12px;
	}
	.single-content .profile-item .profile-description {
		font-size: 12px;
		margin-top: 20px;
	}
	.single-content .wp-block-column .wp-block-image {
		margin: 0 auto 30px;
	}
	.single-content .wp-block-column > * + .wp-block-image {
		margin-top: 30px;
	}
	.single-content .wp-block-column .wp-block-list {
		gap: 26px;
	}
	.single-content :where(.wp-block-columns.is-layout-flex) {
		gap: 40px;
	}
}


/*------------------------------------------------------------
	Single - Case Study
------------------------------------------------------------*/

.cs-dl {
	padding-top: 30px;
	border-top: 1px solid var(--primary);
	display: grid;
	grid-template-columns: 100px auto;
}
.single-content .cs-dl + .cs-dl {
	margin-top: 30px;
}
.cs-dl dt {
	font-size: 24px;
	line-height: 1.3;
	text-box: trim-both cap alphabetic;

}
.cs-dl ul {
	display: flex;
	flex-direction: column;
	gap: 30px;
	font-size: 16px;
	line-height: 1.8;
	font-weight: var(--demilight);
	letter-spacing: 0.02em;
	list-style: disc;
}
.cs-dl ul li {
	text-box: trim-both cap alphabetic;
	margin-left: 20px;
	position: relative;
}
* + .cs-person-area {
	margin-top: 80px;
}
.cs-person-area {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-bottom: 120px;
}
.cs-person-area h2 {
	border-top: 1px solid var(--border);
	padding-top: 30px;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-box: trim-both cap alphabetic;
}
.cs-person {
	display: grid;
	grid-template-columns: min(365px,40%) auto;
	gap: 25px;
}
.cs-person .txt {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.cs-person .txt h3 {
	font-size: 16px;
	line-height: 1.8;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-box: trim-both cap alphabetic;
}
.cs-person .txt p {
	font-size: 14px;
	line-height: 1.8;
	font-weight: var(--demilight);
	letter-spacing: 0.02em;
	text-box: trim-both cap alphabetic;
}
.cs-info {
	margin-top: 120px;
	width: 100vw;
	max-width: 100vw;
	position: relative;
	left: 50%;
	transform: translate(-50%,0);
	background: var(--black);
	color: var(--white);
	padding: var(--py) var(--px);
}
.cs-info .inner {
	display: grid;
	gap: 25px;
	grid-template-columns: min(360px,38%) auto;
	max-width: var(--cw);
	margin: auto;
}
.cs-info .logo img {
	max-width: 264px;
}
.cs-info .txt {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.cs-info .txt dl {
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.02em;
	display: grid;
	grid-template-columns: 100px auto;
}
.cs-info .txt dt {
	font-weight: 500;
	text-box: trim-both cap alphabetic;
}
.cs-info .txt dd {
	font-weight: var(--demilight);
	text-box: trim-both cap alphabetic;
}
.cs-info .txt a {
	text-decoration: underline;
	color: var(--white);
}
.cs-info .txt a:hover {
	text-decoration: none;
}
.cs-related {
	width: 100vw;
	max-width: 100vw;
	position: relative;
	left: 50%;
	transform: translate(-50%,0);
	padding: 120px var(--px) 0;
	margin-bottom: -60px;
}
.cs-related .related-title {
	max-width: var(--cww);
	margin: auto;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.02em;
	margin-bottom: 40px;
	text-box: trim-both cap alphabetic;
}
.cs-related .post-list {
	max-width: var(--cww);
	margin: auto;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 25px;
}
.cs-related .post-list .post-item {
	opacity: 1;
}
.cs-related .post-list .thumb img {
	width: 100%;
	height: auto;
	aspect-ratio: 3/2;
	object-fit: cover;
}
@media screen and (max-width: 1024px) {
	.cs-dl {
		grid-template-columns: 70px auto;
	}
	.cs-dl dt {
		font-size: 20px;
	}
	.cs-dl ul {
		font-size: 14px;
		gap: 26px;
	}
	.cs-person {
		grid-template-columns: 1fr;
		padding: 0 28px;
		gap: 20px;
	}
	.cs-person .txt {
		gap: 20px;
	}
	.cs-person .txt h3 {
		font-size: 12px;
	}
	.cs-person .txt p {
		font-size: 12px;
	}
	.cs-info {
		margin-top: 80px;
		padding: 60px var(--px);
	}
	.cs-info .inner {
		grid-template-columns: 1fr;
		gap: 60px;
	}
	.cs-info .logo {
		text-align: center;
	}
	.cs-info .txt dl {
		font-size: 12px;
		grid-template-columns: 90px auto;
	}
	.cs-related {
		padding-top: 80px;
	}
	.cs-related .post-list {
		grid-template-columns: repeat(2,1fr);
		gap: 40px 20px;
	}
}


/*------------------------------------------------------------
	Single - CTA Report Download
------------------------------------------------------------*/
#cta-rd {
	padding: 120px var(--px) 180px;
	color: var(--white);
}
#cta-rd .wrap {
	max-width: 756px;
	margin: auto;
}
#cta-rd .cta-title {
	text-align: center;
}
#cta-rd .cta-title .title {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
}
#cta-rd .cta-title .title .en {
	font-family: var(--en);
	font-size: 54px;
	line-height: 1.3;
	font-weight: 500;
	text-box: trim-both cap alphabetic;
}
#cta-rd .cta-title .title .ja {
	font-family: var(--ttl);
	font-size: 22px;
	line-height: 1.3;
	text-box: trim-both cap alphabetic;
}
#cta-rd .cta-title .description {
	margin-top: 40px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: var(--demilight);
	letter-spacing: 0.02em;
	text-box: trim-both cap alphabetic;
}
#cta-rd .cta-nav {
	margin-top: 50px;
}
#cta-rd .cta-list {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 28px;
}
#cta-rd .cta-list a {
	color: var(--white);
}
#cta-rd .cta-list a img {
	width: 100%;
	height: auto;
	aspect-ratio: 364/231;
	object-fit: cover;
	filter: grayscale(1);
	transition: 0.5s;
}
#cta-rd .cta-list a:hover img {
	filter: grayscale(0);
}
#cta-rd .cta-list a h3 {
	margin-top: 20px;
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--white);
	color: var(--white);
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.02em;
	transition: 0.5s;
}
#cta-rd .cta-list a h3 span {
	display: inline-block;
	text-box: trim-both cap alphabetic;
	position: relative;
	padding-right: 52px;
}
#cta-rd .cta-list a h3 span i {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 7px;
	overflow: hidden;
	transition: 0.5s;
}
#cta-rd .cta-list a:hover h3 span i {
	width: 60px;
	right: -20px;
}
#cta-rd .cta-list a h3 span i::before {
	content: '';
	width: 100%;
	height: 1px;
	background: currentcolor;
	display: block;
	position: absolute;
	bottom: 0;
	right: 2px;
}
#cta-rd .cta-list a h3 span i::after {
	content: '';
	width: 9px;
	height: 1px;
	background: currentcolor;
	display: block;
	position: absolute;
	bottom: -1px;
	right: 1px;
	transform: rotate(45deg);
	transform-origin: right bottom;	
}



@media screen and (max-width: 1024px) {
	#cta-rd .cta-title .title {
		gap: 20px;
	}
	#cta-rd .cta-title .title .en {
		font-size: 32px;
	}
	#cta-rd .cta-title .title .ja {
		font-size: 16px;
	}
	#cta-rd .cta-title .description {
		font-size: 16px;
	}
	#cta-rd .cta-nav {
		margin-top: 40px;
	}
	#cta-rd .cta-list {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}
/*------------------------------------------------------------
	Single - Method
------------------------------------------------------------*/

.author-area {
	margin-bottom: 60px;
	display: flex;
	gap: 30px;
}
.author-area .thumb {
	width: 168px;
}
.author-area .thumb img {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: cover;
}
.author-area .txt {
	flex: 1 1 0;
	font-weight: var(--demilight);
}
.author-area .author {
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.02em;
	text-box: trim-both cap alphabetic;
	margin-bottom: 15px;
}
.author-area .profile-name {
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: 0.02em;
	text-box: trim-both cap alphabetic;
}
.author-area .profile-title {
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.02em;
	text-box: trim-both cap alphabetic;
}
.author-area * + .profile-title {
	margin-top: 15px;
}
.author-area .profile-description {
	margin-top: 30px;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.02em;
	text-box: trim-both cap alphabetic;
}
.single-content * + .knowledge-area {
	margin-top: 80px;
}
.knowledge-area {
	margin-bottom: 80px;
}
.knowledge-area .knowledge-title {
	font-family: var(--ttl);
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0.02em;
	text-box: trim-both cap alphabetic;
	padding-top: 20px;
	margin-bottom: 40px;
	border-top: 1px solid var(--primary);
}
.knowledge-area ul {
	list-style: disc;
	font-size: 16px;
	line-height: 1.8;
	font-weight: var(--demilight);
	letter-spacing: 0.02em;
	text-box: trim-both cap alphabetic;
}
.knowledge-area ul li {
	margin-left: 20px;
}
@media screen and (max-width: 1024px) {
	.author-area {
		gap: 20px;
	}
	.author-area .thumb {
		width: 89px;
	}
	.author-area .author {
		font-size: 12px;
	}
	.author-area .profile-name {
		font-size: 20px;
	}
	.author-area .profile-title {
		font-size: 12px;
	}
	.author-area * + .profile-title {
		margin-top: 15px;
	}
	.author-area .profile-description {
		margin-top: 20px;
		font-size: 12px;
	}
	.single-content * + .knowledge-area {
		margin-top: 60px;
	}
	.knowledge-area {
		margin-bottom: 60px;
	}

}
/*------------------------------------------------------------
	Single - Easy Table of Contents
------------------------------------------------------------*/
.single-content #ez-toc-container {
	border: none;
	border-radius: 0;
	background: var(--grey3);
	padding: 30px;
	margin: 80px auto 120px;
}
.single-content #ez-toc-container .ez-toc-title,
.single-content #ez-toc-container .ez-toc-title-container {
	display: block;
	font-size: 16px;
	line-height: 1.3;
	text-box: trim-both cap alphabetic;
	font-weight: 400;
	font-family: var(--ttl);
}
.single-content #ez-toc-container .ez-toc-title-container {
	margin-bottom: 30px;
}
.single-content #ez-toc-container .ez-toc-list {
	overflow: visible;
}
#ez-toc-container .ez-toc-list li {
	overflow: visible;
}
#ez-toc-container .ez-toc-list li:not(:first-child) {
	margin-top: 18px;
}
#ez-toc-container .ez-toc-list li a {
	line-height: 1.8;
	font-size: 16px;
	font-weight: var(--demilight);
	overflow: visible;
	color: var(--black);
	display: block;
	text-box: trim-both cap alphabetic;
	position: relative;
}
#ez-toc-container .ez-toc-list li ul {
	margin-top: 18px;
	overflow: visible;
	margin-bottom: 24px;
}
#ez-toc-container .ez-toc-list li ul li a {
	font-size: 14px;
}
#ez-toc-container .ez-toc-list li a:visited {
	color: var(--black);
}