@charset "UTF-8";
/*-----------------------------------

	mainvisual_block

-----------------------------------*/
#mainvisual_block {
	width: 100%;
	height: 100vh;
	margin-bottom: 14.2vw;
	position: relative;
}
#mainvisual_block::before {
	content: '';
	display: block;
	background: url(../img/index/img_mv_bg.jpg) no-repeat center / cover;
	width: 61.6%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}
#mainvisual_block::after {
	content: '';
	display: block;
	background: #0D0D0D;
	background: linear-gradient(180deg, rgba(13, 13, 13, 1) 0%, rgba(5, 5, 5, 0) 50%, rgba(0, 0, 0, 0) 100%);
	width: 100%;
	height: 81.9%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
#mainvisual_block .wh_bg {
	background: #ffffff;
	width: 100%;
	height: 100%;
	clip-path: polygon(0 0, 50% 0, 40% 24%, 44% 33%, 48.5% 33%, 63% 66%, 58% 66%, 74% 100%, 0 100%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#mainvisual_block .text_bg {
	background: url(../img/index/img_mv_text_bg.svg) no-repeat center / contain;
	width: clamp(580px, 65.34%, 980px);
	height: clamp(580px, 65.34vw, 980px);
	position: absolute;
	top: 18.29vh;
	left: -16.59vw;
	z-index: 3;
}
#mainvisual_block .square_bg {
	background: url(../img/index/img_mv_square_bg.png) no-repeat center / contain;
	width: min(100%, 1500px);
	height: 100%;
	margin: auto;
	position: absolute;
	inset: 0;
	z-index: 4;
}
#mainvisual_block .scroll_bg {
	background: rgba(42, 71, 113, 0.9);
	width: 100px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}
#mainvisual_block .text_box {
	width: max-content;
	max-width: 85%;
	height: 270px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 7.2vw;
	bottom: -16px;
	z-index: 5;
}
#mainvisual_block .text_box .en {
	display: inline-block;
	letter-spacing: 0.05em;
	color: #ffffff;
	background: #1C3D6E;
	padding: 4.5px 16px 6px;
	border-radius: 3px;
	margin-bottom: 13px;
}
#mainvisual_block .text_box h2 {
	font-size: 54px;
	font-weight: 700;
	line-height: 1.463;
	letter-spacing: 0;
	margin-bottom: 15px;
}
#mainvisual_block .text_box p {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
#mainvisual_block .news_box {
	background: #1C3D6E;
	padding: 13.5px 15px;
	width: 85%;
	max-width: 740px;
	margin: auto;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
}
#mainvisual_block .news_box a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 9px 0;
	background: #ffffff;
	padding: 20px 66px 20px 24.5px;
	border-radius: 3px;
	position: relative;
}
#mainvisual_block .news_box .none {
	font-size: 16px;
	background: #ffffff;
	padding: 24px 66px 24px 24.5px;
	border-radius: 3px;
}
#mainvisual_block .news_box a:hover {
    opacity: 1;
    background: #e3e3e3;
}
#mainvisual_block .news_box a::after {
	content: '';
	display: block;
	background: url(../img/common/icon_btn_bk.svg) no-repeat center center / contain;
	width: 20px;
	height: 20px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 26px;
	bottom: 0;
	z-index: 1;
}
#mainvisual_block .news_box time {
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: -0.01em;
	color: #959595;
	text-align: center;
	width: 32px;
	margin-right: 40px;
}
#mainvisual_block .news_box .category {
	display: inline-block;
	font-size: 13px;
	line-height: 1.462;
	letter-spacing: 0.05em;
	text-align: center;
	color: #1C3D6E;
	width: 85px;
	padding: 3px 0;
	border: 1px solid #1C3D6E;
	border-radius: 3px;
	margin-right: 36px;
}
#mainvisual_block .news_box h3 {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
	font-weight: 500;
	line-height: 1.429;
	letter-spacing: -0.01em;
	color: #232323;
	width: calc(100% - 193.5px);
}
#mainvisual_block .scroll_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 14px 0;
	background: #ffffff;
	width: 100px;
	height: 107px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 6;
}
#mainvisual_block .scroll_box::after {
	content: '';
	display: block;
	background: url(../img/common/icon_arw_bm.svg) no-repeat center / contain;
	width: 8px;
	height: 7px;
}
#mainvisual_block .scroll_box .txt {
	writing-mode: vertical-rl;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.43;
	letter-spacing: 0.03em;
}
@media screen and (min-width: 1700px) {
	#mainvisual_block .text_bg {
		top: 16.59vh;
		left: -11.09vw;
	}
}
@media screen and (max-width: 1024px) {
	#mainvisual_block .text_bg {
		top: 20.29vh;
		left: -23.59vw;
	}
	#mainvisual_block .text_box {
		left: 3.2vw;
	}
	#mainvisual_block .text_box .en {
		font-size: 12px;
	}
	#mainvisual_block .text_box h2 {
		font-size: 34px;
	}
	#mainvisual_block .text_box p {
		font-size: 13px;
	}
}
@media screen and (max-width: 640px) {
	#mainvisual_block {
		height: calc(100vh - 68px);
    	height: calc(100svh - 68px);
		margin-bottom: 114px;
	}
	#mainvisual_block::before {
		background: url(../img/index/sp/img_mv_bg.jpg) no-repeat center / cover;
		width: 88.5%;
		height: 57%;
		top: auto;
		bottom: 0;
	}
	#mainvisual_block .text2_bg {
		background: url(../img/index/sp/img_mv_text2_bg.svg) no-repeat center / contain;
		width: 200px;
		height: 359px;
		position: absolute;
		top: 81px;
		right: -12px;
		z-index: 3;
	}
	#mainvisual_block::after,
	#mainvisual_block .scroll_bg,
	#mainvisual_block .scroll_box {
		display: none;
	}
	#mainvisual_block .wh_bg {
		clip-path: polygon(0 0, 31% 0, 12% 24%, 73% 100%, 0 100%);
		height: 58%;
		top: auto;
		bottom: -1%;
	}
	#mainvisual_block .text_bg {
		width: clamp(360px, 92.3%, 430px);
		height: clamp(360px, 92.3vw, 430px);
		top: auto;
		left: -24.1vw;
		bottom: max(8.98vw, 35px);
	}
	#mainvisual_block .square_bg {
		background: url(../img/index/sp/img_mv_square_bg.png) no-repeat center top / cover;
		width: min(100%, 390px);
	}
	#mainvisual_block .text_box {
		height: auto;
		top: 11.73vh;
		left: 7.69vw;
		bottom: auto;
	}
	#mainvisual_block .text_box .en {
		font-size: 10px;
		padding: 3px 7px;
		margin-bottom: 6px;
	}
	#mainvisual_block .text_box h2 {
		font-size: 26px;
		line-height: 1.54;
		margin-bottom: 9px;
	}
	#mainvisual_block .text_box p {
		font-size: 13px;
		line-height: 2;
	}
	#mainvisual_block .news_box {
		background: none;
		padding: 0;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		border-radius: 3px;
		width: 88%;
		right: 0;
		bottom: 35px;
	}
	#mainvisual_block .news_box a {
		padding: 9.5px 40px 9.5px 15px;
		border: 1px solid #E6ECF2;
	}
	#mainvisual_block .news_box .none {
		font-size: 14px;
		padding: 9.5px 40px 9.5px 15px;
	}
	#mainvisual_block .news_box a::after {
		right: 14px;
	}
	#mainvisual_block .news_box time {
		font-size: 10px;
		line-height: 1.3;
		width: 27px;
		margin-right: 20px;
	}
	#mainvisual_block .news_box .category {
		font-size: 11px;
		width: 63px;
		padding: 4.5px 0;
		margin-right: 0;
	}
	#mainvisual_block .news_box h3 {
		font-size: 14px;
		width: 100%;
	}
	@media screen and (max-height: 760px) {
		#mainvisual_block::before {
			height: 48%;
		}
		#mainvisual_block .wh_bg {
			height: 49%;
		}
		#mainvisual_block .text_bg {
			width: 62.3%;
			height: 62.3vw;
			left: -5.1vw;
            bottom: 11vw;
		}
		#mainvisual_block .text2_bg {
			width: 170px;
			height: 270px;
			top: 76px;
			right: -27px;
		}
	}
}
/*-----------------------------------

	results_block

-----------------------------------*/
#results_block {
	padding: 157px 0 0;
	margin-bottom: 275px;
	position: relative;
}
#results_block::before {
	content: '';
	display: block;
	background: url(../img/index/icon_results_square_bg.svg) no-repeat center / contain;
	width: 19.4vw;
	height: 34.8vw;
	margin: auto;
	transform: rotate(90deg);
	position: absolute;
	top: -27vw;
	left: 14.5vw;
	z-index: -1;
}
#results_block::after {
	content: '';
	display: block;
	background: url(../img/index/img_results_bg.jpg) no-repeat center top / cover;
	width: 100%;
	height: 786px;
	clip-path: polygon(0 0, 72% 0, 100% 49%, 100% 100%, 0 100%);
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
#results_block .square_line_bg {
	content: '';
	display: block;
	background: url(../img/index/icon_results_bg.svg) no-repeat center top / cover;
	width: 100%;
	height: 5.87vw;
	margin: auto;
	position: absolute;
	top: -8.94vw;
	right: 0;
	z-index: 0;
}
#results_block .square_sm_bg {
	background: url(../img/common/icon_square.svg) no-repeat center / contain;
	width: max(0.6vw, 7px);
	height: max(0.6vw, 7px);
	position: absolute;
	top: -3.6vw;
	right: 96px;
	z-index: 1;
}
#results_block .ttl_box {
	margin-bottom: 114px;
}
#results_block .results_slider {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}
#results_block .swiper.tp {
	margin-bottom: 50px;
}
#results_block .swiper-wrapper {
    transition-timing-function: linear;
}
#results_block .swiper-slide {
	width: 400px;
	border-radius: 3px;
	overflow: hidden;
}
@media screen and (max-width: 1024px) {
	#results_block .square_bg {
		top: -3.7vw;
		right: 97px;
	}
}
@media screen and (max-width: 640px) {
	#results_block {
		padding: 96px 0 0;
		margin-bottom: 129px;
	}
	#results_block::before {
		display: none;
	}
	#results_block::after {
	    clip-path: polygon(0 0, 72% 0, 100% 17.3%, 100% 100%, 0 100%);
		height: 578px;
	}
	#results_block .square_line_bg {
		background: url(../img/index/sp/icon_results_bg.svg) no-repeat center top / cover;
		height: 22.14vw;
		top: -15.2vw;
	}
	#results_block .square_sm_bg {
		background: url(../img/common/sp/icon_square.svg) no-repeat center / contain;
		width: 1.87vw;
		height: 1.87vw;
		top: 1.87vw;
		right: 8px;
	}
	#results_block .ttl_box {
		margin-bottom: 31px;
	}
	#results_block .swiper.tp {
		margin-bottom: 22px;
	}
	#results_block .swiper-slide {
		width: 166px;
	}
}
/*-----------------------------------

	strengths_block

-----------------------------------*/
#strengths_block {
	padding: 403px 0 0;
	position: relative;
}
#strengths_block::after {
	content: '';
	display: block;
	background: url(../img/index/img_strengths_bg.jpg) no-repeat center top / cover;
	width: 100%;
	height: 930px;
	clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%, 0 39%);
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
#strengths_block .square_line_bg {
	content: '';
	display: block;
	background: url(../img/index/icon_strengths_bg.svg) no-repeat center top / cover;
	width: 100%;
	height: 5.87vw;
	margin: auto;
	position: absolute;
	top: -8.87vw;
	right: 0;
	z-index: 0;
}
#strengths_block .square_sm_bg {
	background: url(../img/common/icon_square.svg) no-repeat center / contain;
	width: max(0.6vw, 7px);
	height: max(0.6vw, 7px);
	position: absolute;
	z-index: 1;
}
#strengths_block .square_sm_bg01 {
	top: -8.9vw;
	right: 96px;
}
#strengths_block .square_sm_bg02 {
	top: -3.5vw;
	left: 96px;
}
#strengths_block .strengths_img {
	background: url(../img/index/img_strengths01.jpg) no-repeat center / cover;
	width: 44vw;
	height: min(28.94vw, 504px);
	clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%, 0 39%);
	position: absolute;
	top: 105px;
	right: 0;
	z-index: 1;
}
#strengths_block .ttl_box {
	margin-bottom: 74px;
}
#strengths_block .ttl_box.wh::before {
	top: -87px;
}
#strengths_block .strengths_wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	min-height: 540px;
	margin-bottom: 48px;
	position: relative;
	z-index: 0;
}
#strengths_block .strengths_box {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	color: #ffffff;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
}
#strengths_block .strengths_box:hover {
	opacity: 1;
}
#strengths_block .strengths_box::before,
#strengths_block .strengths_box::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	inset: 0;
	transition: 0.2s;
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
}
#strengths_block .strengths_box:hover::before {
	transform: scale(1.15);
}
#strengths_block .strengths_box::after {
	background: #0D0D0D;
	mix-blend-mode: multiply;
	z-index: -1;
}
#strengths_block .strengths01 {
	grid-area: 1 / 1 / 3 / 2;
	padding: 18px 67px 18px 43px;
}
#strengths_block .strengths01::before {
	background: url(../img/index/img_strengths02.jpg) no-repeat center center / cover;
	z-index: -2;
}
#strengths_block .strengths01::after {
	background: linear-gradient(0deg, rgba(13, 13, 13, 0.8) 0%, rgba(13, 13, 13, 0.3) 44%, rgba(13, 13, 13, 0.15) 100%);
}
#strengths_block .strengths02,
#strengths_block .strengths03 {
	padding: 25px 67px 25px 33px;
}
#strengths_block .strengths02 {
	grid-area: 1 / 2 / 2 / 3;
}
#strengths_block .strengths02::before {
	background: url(../img/index/img_strengths03.jpg) no-repeat center center / cover;
	z-index: -2;
}
#strengths_block .strengths02::after {
	background: linear-gradient(0deg, rgba(13, 13, 13, 0.8) 0%, rgba(13, 13, 13, 0.4) 44%, rgba(13, 13, 13, 0.25) 100%);
}
#strengths_block .strengths03 {
	grid-area: 2 / 2 / 3 / 3;
}
#strengths_block .strengths03::before {
	background: url(../img/index/img_strengths04.jpg) no-repeat center center / cover;
	z-index: -2;
}
#strengths_block .strengths03::after {
	background: linear-gradient(0deg, rgba(13, 13, 13, 0.8) 0%, rgba(13, 13, 13, 0.4) 44%, rgba(13, 13, 13, 0.25) 100%);
}
#strengths_block .strengths_box .text_box * {
	text-shadow: 0 0 12px #232323;
}
#strengths_block .strengths_box h3 {
	margin-bottom: 18px;
}
#strengths_block .strengths_box h3 span {
	display: block;
	line-height: 1.428;
}
#strengths_block .strengths_box h3 .en {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
}
#strengths_block .strengths_box h3 .ja {
	font-size: 28px;
	font-weight: 900;
}
#strengths_block .strengths_box p {
	font-weight: 700;
	line-height: 1.785;
}
#strengths_block .strengths_box .icon_bg {
	background: url(../img/common/icon_btn_wh.svg) no-repeat center center / contain;
	width: 35px;
	height: 35px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 1;
}
@media screen and (max-width: 840px) {
	#strengths_block .strengths_img {
		width: 49vw;
    	height: min(33.94vw, 504px);
		top: 55px;
	}
}
@media screen and (max-width: 640px) {
	#strengths_block {
		padding: 268px 0 0;
	}
	#strengths_block::after {
	    clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%, 0 17%);
		height: 578px;
	}
	#strengths_block .square_line_bg {
		background: url(../img/index/sp/icon_strengths_bg.svg) no-repeat center top / cover;
		height: 21.44vw;
		top: -15.13vw;
	}
	#strengths_block .square_sm_bg {
		background: url(../img/common/sp/icon_square.svg) no-repeat center / contain;
		width: 1.87vw;
		height: 1.87vw;
		right: 8px;
	}
	#strengths_block .square_sm_bg01 {
		top: -15.27vw;
		right: 8px;
	}
	#strengths_block .square_sm_bg02 {
		top: 2.37vw;
		left: 8px;
	}
	#strengths_block .strengths_img {
		width: 64.7vw;
		height: min(42.6vw, 196px);
		top: 50px;
	}
	#strengths_block .ttl_box {
		margin-bottom: 70px;
	}
	#strengths_block .ttl_box.wh::before {
		top: -36px;
	}
	#strengths_block .strengths_wrap {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(3, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 10px;
		width: 94.1vw;
		min-height: 500px;
		margin: 0 calc(50% - 47.05vw) 40px;
	}
	#strengths_block .strengths_box {
		padding: 14px 53px 14px 28px !important;
		min-height: 160px;
	}
	#strengths_block .strengths01 {
		grid-area: 1 / 1 / 2 / 2;
		padding: 18px 67px 18px 43px;
	}
	#strengths_block .strengths01::before {
    	background: url(../img/index/sp/img_strengths02.jpg) no-repeat center center / cover;
	}
	#strengths_block .strengths02 {
		grid-area: 2 / 1 / 3 / 2;
	}
	#strengths_block .strengths03 {
		grid-area: 3 / 1 / 4 / 2;
	}
	#strengths_block .strengths_box h3 {
		margin-bottom: 5px;
	}
	#strengths_block .strengths_box h3 .en {
		font-size: 11px;
	}
	#strengths_block .strengths_box h3 .ja {
		font-size: 20px;
		line-height: 1.45;
	}
	#strengths_block .strengths_box p {
		font-size: 12px;
		line-height: 1.67;
	}
	#strengths_block .strengths_box .icon_bg {
		width: 33px;
		height: 33px;
		right: 10px;
		bottom: 10px;
	}
}
/*-----------------------------------

	works_block

-----------------------------------*/
#works_block {
	padding: 251px 0 0;
	margin-bottom: 12.54vw;
	position: relative;
}
#works_block::after {
	content: '';
	display: block;
	background: url(../img/index/img_works_bg.svg) no-repeat center top / cover;
	width: clamp(628px, 75.2vw, 1128px);
	height: max(44.3vw, 370px);
	margin: auto;
	position: absolute;
	top: min(3.04vw, 46px);
	right: 0;
	z-index: -1;
}
#works_block .ttl_box {
	margin-bottom: 56px;
}
#works_block .works_wrap {
	justify-content: flex-start;
	gap: 30px 45px;
	margin-bottom: 69px;
}
#works_block .works_box {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	background: #ffffff;
	width: calc((100% - 90px) / 3);
	padding-bottom: 8px;
	border-bottom: 1px solid #2A4771;
}
#works_block .works_box:nth-of-type(n+4) {
	display: none;
}
#works_block .works_box:hover {
	opacity: 1;
}
#works_block .works_box:hover .img_box img {
	transform: scale(1.15);
}
#works_block .works_box * {
	color: #222222;
}
#works_block .works_box .img_box {
	height: min(19.75vw, 237px);
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 17px;
}
#works_block .works_box .img_box img {
	height: 100%;
	object-fit: cover;
	transition: 0.2s;
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
}
#works_block .works_box h3 {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.454;
	letter-spacing: 0.05em;
	margin-bottom: 13px;
}
#works_block .works_box p {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
	font-weight: 500;
	line-height: 1.785;
	letter-spacing: 0.05em;
	margin-bottom: 12px;
}
#works_block .works_box .tag_box {
	justify-content: flex-start;
	align-items: flex-start;
	gap: 5px;
	margin-bottom: 30px;
}
#works_block .works_box .tag {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.462;
	letter-spacing: 0.05em;
	color: #1C3D6E;
	padding: 3px 15px 5px;
	border: 1px solid #1C3D6E;
	border-radius: 3px;
}
#works_block .works_box .detail_txt {
	display: block;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.36;
	width: max-content;
	background: url(../img/common/icon_detail_arw_bk.svg) no-repeat center right 5px / 6px;
	width: 92px;
	margin-top: auto;
	padding-right: 22px;
	margin-left: auto;
}
#works_block .none {
	text-align: center;
	background: #ffffff;
	padding: 15px;
	width: max-content;
	margin: 0 auto 450px;
}
@media screen and (max-width: 640px) {
	#works_block {
		padding: 120px 0 0;
		margin-bottom: 115px;
	}
	#works_block::after {
		width: 115vw;
		height: 68vw;
		top: 9vw;
	}
	#works_block .ttl_box {
		margin-bottom: 46px;
	}
	#works_block .works_wrap {
		width: 94.1vw;
        margin: 0 calc(50% - 47.05vw) 40px;
	}
	#works_block .works_box {
		background: none;
		width: 100%;
		padding-bottom: 6px;
	    border-bottom: 1px solid rgba(112, 112, 112, 0.5);
	}
	#works_block .works_box .img_box {
		height: 47.95vw;
		border-radius: 0;
		margin-bottom: 13px;
	}
	#works_block .works_box h3,
	#works_block .works_box p,
	#works_block .works_box .tag_box {	
		padding: 0 10px;
	}
	#works_block .works_box h3 {
		font-size: 18px;
		margin-bottom: 9px;
	}
	#works_block .works_box p {
		margin-bottom: 8px;
	}
	#works_block .works_box .tag_box {
		margin-bottom: 20px;
	}
	#works_block .works_box .tag {
		font-size: 11px;
		padding: 2px 10px 4px;
	}
	#works_block .works_box .detail_txt {
		width: 87px;
		padding-right: 17px;
		margin-right: 10px;
	}
	#works_block .none {
		margin-bottom: 150px;
	}
}
/*-----------------------------------

	reason_block

-----------------------------------*/
#reason_block {
	padding: 121px 0 219px;
	margin-bottom: 99px;
	position: relative;
}
#reason_block::after {
	content: '';
	display: block;
	background: url(../img/index/img_reason_bg.jpg) no-repeat center bottom / cover;
	width: 100%;
	height: 100%;
	clip-path: polygon(0 0, 72% 0, 100% 37%, 100% 100%, 0 100%);
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
#reason_block .square_line_bg {
    content: '';
    display: block;
    background: url(../img/index/icon_reason_bg.svg) no-repeat center top / cover;
    width: 100%;
    height: 5.87vw;
    margin: auto;
    position: absolute;
    top: -8.34vw;
    right: 0;
    z-index: 0;
}
#reason_block .square_sm_bg {
	background: url(../img/common/icon_square.svg) no-repeat center / contain;
	width: max(0.6vw, 7px);
	height: max(0.6vw, 7px);
	position: absolute;
	z-index: 1;
}
#reason_block .square_sm_bg01 {
	top: -2.9vw;
	right: 96px;
}
#reason_block .square_sm_bg02 {
	top: -8.3vw;
	left: 96px;
}
#reason_block .ttl_box {
	margin-bottom: 75px;
}
#reason_block .ttl_box.wh::before {
	top: -58px;
}
#reason_block .reason_box {
	display: flex;
	align-items: center;
	color: #FFFFFF;
	padding-left: 300px;
	border-bottom: 1px solid #FFFFFF;
	position: relative;
	transition: 0.2s;
}	
#reason_block .reason_box:hover {
	opacity: 1;
	color: #FFFFFF;
	background: #ffffff;
}
#reason_block .reason_box:hover .detail_txt {
	border-color: #FFFFFF;
}
#reason_block .reason_box:hover .detail_txt::after {
    background: url(../img/common/icon_detail_arw_bk.svg) no-repeat center / contain;
}
#reason_block .reason_box:first-of-type {
	border-top: 1px solid #FFFFFF;
}
#reason_block .reason_box::before {
	content: '';
	display: block;
	width: 300px;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
}
#reason_block .reason01::before {
	background: url(../img/index/img_reason01.jpg) no-repeat center center / cover;
}
#reason_block .reason02::before {
	background: url(../img/index/img_reason02.jpg) no-repeat center center / cover;
}
#reason_block .text_box {
	width: calc(100% - 142px);
	padding: 31.5px 30px 67.5px 55px;
}
#reason_block .text_box h3 {
	margin-bottom: 20px;
}
#reason_block .text_box h3 span {
	display: block;
}
#reason_block .text_box h3 .en {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.417;
	letter-spacing: 0;
	margin-bottom: 5px;
}
#reason_block .text_box h3 .ja {
	font-size: 24px;
	font-weight: 900;
	line-height: 1.459;
	letter-spacing: 0.05em;
}
#reason_block .text_box p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
#reason_block .detail_txt {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 11px;
	width: 142px;
	height: 152px;
	border-left: 1px solid #222222;
	position: relative;
}
#reason_block .detail_txt::after {
	content: '';
	display: block;
	background: url(../img/common/icon_detail_arw_wh.svg) no-repeat center / contain;
	width: 6px;
	height: 7px;
	z-index: 1;
}
@media screen and (max-width: 840px) {
	#reason_block::after {
		clip-path: polygon(0 0, 72% 0, 100% 17%, 100% 100%, 0 100%);
	}
	#reason_block .reason_box {
		padding-top: 300px;
		padding-left: 0;
	}
	#reason_block .reason_box:first-of-type {
		border-top: 0;
		margin-bottom: 30px;
	}
	#reason_block .reason_box::before {
		width: 100%;
		height: 300px;
		bottom: auto;
	}
}
@media screen and (max-width: 640px) {
	#reason_block {
		padding: 91px 0 69px;
		margin-bottom: 79px;
	}
	#reason_block::after {
		background: url(../img/index/sp/img_reason_bg.jpg) no-repeat center bottom / cover;
		clip-path: polygon(0 0, 72% 0, 100% 8.3%, 100% 100%, 0 100%);
	}
	#reason_block .square_line_bg {
		background: url(../img/index/sp/icon_reason_bg.svg) no-repeat center top / cover;
		height: 22.14vw;
        top: -15.2vw;
	}
	#reason_block .square_sm_bg {
		background: url(../img/common/sp/icon_square.svg) no-repeat center / contain;
		width: 1.87vw;
		height: 1.87vw;
	}
	#reason_block .square_sm_bg01 {
		top: 1.87vw;
		right: 8px;
	}
	#reason_block .square_sm_bg02 {
		top: -15.43vw;
		left: 8px;
	}
	#reason_block .ttl_box {
		margin-bottom: 70px;
	}
	#reason_block .ttl_box.wh::before {
		top: -34px;
	}
	#reason_block .reason_box {
		padding-top: 200px;
	}
	#reason_block .reason_box::before {
		height: 200px;
	}
	#reason_block .text_box {
		padding: 17.5px 15px 27.5px 20px;
		width: 100%;
	}
	#reason_block .text_box h3 {
		margin-bottom: 17.5px;
	}
	#reason_block .text_box h3 .en {
		font-size: 11px;
	}
	#reason_block .text_box h3 .ja {
		font-size: 20px;
	}
	#reason_block .text_box p {
		font-size: 12px;
	}
	#reason_block .detail_txt {
		width: 85px;
		height: auto;
		border-left: none;
		margin-left: auto;
		margin-right: 10px;
		margin-bottom: 10px;
	}
}
/*-----------------------------------

	cta_block

-----------------------------------*/
#cta_block {
	margin-bottom: 100px;
	position: relative;
}
#cta_block .square_sm_bg {
	background: url(../img/common/icon_square.svg) no-repeat center / contain;
	width: max(0.6vw, 7px);
	height: max(0.6vw, 7px);
	position: absolute;
	z-index: 1;
}
#cta_block .square_sm_bg01 {
	top: -2.87vw;
	right: 96px;
}
#cta_block .square_sm_bg02 {
	left: 96px;
	bottom: -2.27vw;
}
#cta_block .cta_wrap {
	align-items: center;
	gap: 30px 0;
	color: #ffffff;
	background: #1C3D6E;
	padding: 30px 30px 30px 60px;
	border-radius: 3px;
}
#cta_block .text_box {
	width: calc(100% - 270px);
}
#cta_block .text_box h2 span {
	display: block;
}
#cta_block .text_box h2 .en {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.417;
	letter-spacing: 0;
	margin-bottom: 8px;
}
#cta_block .text_box h2 .ja {
	font-size: 44px;
	font-weight: 900;
	line-height: 1.455;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
#cta_block .text_box p {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.82;
	letter-spacing: 0.05em;
}
#cta_block .cta_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 15px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.44;
	letter-spacing: 0.05em;
	color: #ffffff;
	background: #2A4771;
	width: 240px;
	height: 222px;
	border-radius: 3px;
	position: relative;
	transition: 0.2s;
}
#cta_block .cta_btn:hover {
	opacity: 1;
	color: #2A4771;
	background: #ffffff;
}
#cta_block .cta_btn:hover::after {
	background: url(../img/common/icon_btn_bk.svg) no-repeat center center / contain;
}
#cta_block .cta_btn::after {
	content: '';
	display: block;
	background: url(../img/common/icon_btn_wh.svg) no-repeat center center / contain;
	width: 35px;
	height: 35px;
	transition: 0.1s;
}
@media screen and (max-width: 840px) {
	#cta_block .text_box,
	#cta_block .cta_btn {
		width: 100%;
	}
	#cta_block .cta_btn {
		height: 182px;
	}
}
@media screen and (max-width: 640px) {
	#cta_block {
		margin-bottom: 79px;
	}
	#cta_block .contents_inner {
		width: 94.1%;
	}
	#cta_block .square_sm_bg {
		background: url(../img/common/sp/icon_square.svg) no-repeat center / contain;
		width: 1.87vw;
		height: 1.87vw;
	}
	#cta_block .square_sm_bg01 {
		top: -11.13vw;
		right: 8px;
	}
	#cta_block .square_sm_bg02 {
		left: 8px;
		bottom: -11.27vw;
	}
	#cta_block .cta_wrap {
		padding: 35px 20px;
	}
	#cta_block .text_box h2 .en {
		font-size: 11px;
		margin-bottom: 6px;
	}
	#cta_block .text_box h2 .ja {
		font-size: 32px;
		margin-bottom: 18px;
	}
	#cta_block .text_box p {
		font-size: 18px;
	}
	#cta_block .cta_btn {
		font-size: 16px;
		height: 152px;
	}
	#cta_block .cta_btn::after {
		width: 33px;
		height: 33px;
	}
}
/*-----------------------------------

	flow_block

-----------------------------------*/
#flow_block {
	background: #f5f5f5;
	padding: 99px 0 107px;
}
#flow_block .ttl_box {
	margin-bottom: 41px;
}
#flow_block .flow_wrap {
	margin-bottom: 58px;
	gap: 20px 0;
	position: relative;
}
#flow_block .flow_wrap::before {
	content: '';
	display: block;
	background: rgba(42, 71, 113, 0.37);
	width: 100%;
	height: 8px;
	margin: auto;
	position: absolute;
	inset: 0;
	z-index: 0;
}
#flow_block .flow_box {
	background: #ffffff;
	width: calc((100% - 120px) / 4);
	padding: 23px 19px 24px;
	border: 1px solid rgba(42, 71, 113, 0.37);
	border-radius: 3px;
	position: relative;
	z-index: 1;
}
#flow_block .flow_box h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.05em;
	padding: 1px 0 1px 41px;
	margin-bottom: 9px;
}
#flow_block .flow01 h3 {
	background: url(../img/index/icon_flow01.svg) no-repeat center left / 30px;
}
#flow_block .flow02 h3 {
	background: url(../img/index/icon_flow02.svg) no-repeat center left / 30px;
}
#flow_block .flow03 h3 {
	background: url(../img/index/icon_flow03.svg) no-repeat center left / 30px;
}
#flow_block .flow04 h3 {
	background: url(../img/index/icon_flow04.svg) no-repeat center left / 30px;
}
#flow_block .flow_box p {
	line-height: 1.572;
}
@media screen and (max-width: 840px) {
	#flow_block .flow_wrap::before {
		width: 8px;
		height: 100%;
	}
	#flow_block .flow_box {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	#flow_block {
		padding: 60px 0;
	}
	#flow_block .flow_wrap {
		margin-bottom: 44px;
	}
	#flow_block .flow_wrap::before {
		width: 6px;
	}
	#flow_block .flow_box {
		padding: 18px 14px;
	}
	#flow_block .flow_box h3 {
		font-size: 18px;
		background-size: 26px;
		padding-left: 36px;
		margin-bottom: 8px;
	}
}
/*-----------------------------------

	news_block

-----------------------------------*/
#news_block {
	background: #ffffff;
	padding: 100px 0 86px;
}
#news_block .news_wrap {
	align-items: flex-start;
}
#news_block .left_box {
	width: 235px;
}
#news_block .ttl_box {
	margin-bottom: 102px;
}
#news_block .right_box {
	width: calc(100% - 383px);
	margin-top: 12px;
}
#news_block .news_box {
	width: 100%;
	border-bottom: 1px solid #E6ECF2;
}
#news_block .news_box a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 9px 0;
	background: #ffffff;
	padding: 21.5px 66px 21.5px 24.5px;
	position: relative;
}
#news_block .news_box a:hover {
	opacity: 1;
	background: #f5f5f5;
}
#news_block .news_box a::after {
	content: '';
	display: block;
	background: url(../img/common/icon_btn_bk.svg) no-repeat center center / contain;
	width: 20px;
	height: 20px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 26px;
	bottom: 0;
	z-index: 1;
}
#news_block .news_box time {
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: -0.01em;
	color: #959595;
	text-align: center;
	width: 32px;
	margin-right: 40px;
}
#news_block .news_box .category {
	display: inline-block;
	font-size: 13px;
	line-height: 1.462;
	letter-spacing: 0.05em;
	text-align: center;
	color: #1C3D6E;
	border: 1px solid #1C3D6E;
	width: 85px;
	padding: 4px 0;
	border-radius: 3px;
	margin-right: 36px;
}
#news_block .news_box h3 {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.429;
	letter-spacing: -0.01em;
	color: #232323;
	width: calc(100% - 193.5px);
}
#news_block .sp {
	display: none;
}
@media screen and (max-width: 840px) {
	#news_block .pc {
		display: none;
	}
	#news_block .sp {
		display: block;
	}
	#news_block .left_box,
	#news_block .right_box {
		width: 100%;
	}
	#news_block .right_box {
		margin-bottom: 60px;
	}
	#news_block .ttl_box {
		margin-bottom: 62px;
	}
}
@media screen and (max-width: 640px) {
	#news_block {
		padding: 60px 0;
	}
	#news_block .ttl_box {
		margin-bottom: 40px;
	}
	#news_block .right_box {
		margin-top: 0;
		margin-bottom: 40px;
	}
	#news_block .news_box a {
		padding: 9.5px 40px 9.5px 0;
	}
	#news_block .news_box a::after {
		right: 14px;
	}
	#news_block .news_box time {
		font-size: 10px;
		line-height: 1.3;
		width: 27px;
		margin-right: 20px;
	}
	#news_block .news_box .category {
		font-size: 11px;
		width: 63px;
		padding: 4.5px 0;
		margin-right: 0;
	}
	#news_block .news_box h3 {
		font-size: 14px;
		width: 100%;
	}
}
/*-----------------------------------

	others_block

-----------------------------------*/
#others_block .contents_inner {
	width: 100%;
	max-width: initial;
}
#others_block .others_wrap {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	min-height: 676px;
	position: relative;
	z-index: 0;
}
#others_block .others_box {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	color: #ffffff;
	overflow: hidden;
	position: relative;
}
#others_block .others_box:hover {
	opacity: 1;
}
#others_block .others_box:hover::before {
	transform: scale(1.075);
}
#others_block .others_box::before,
#others_block .others_box::after {
	content: '';
	display: block;
	width: 100%;
	margin: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 0.2s;
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
}
#others_block .others_box::before {
	height: 100%;
}
#others_block .others_box::after {
	height: 189px;
	background: #3D3D3D;
	mix-blend-mode: multiply;
	z-index: -1;
}
#others_block .others01 {
	grid-area: 1 / 1 / 3 / 2;
	padding: 22px 67px 22px 43px;
}
#others_block .others01::before {
	background: url(../img/index/img_others01.jpg) no-repeat center center / cover;
	z-index: -2;
}
#others_block .others01::after {
	background: linear-gradient(0deg, rgba(13, 13, 13, 0.8) 0%, rgba(13, 13, 13, 0.3) 44%, rgba(13, 13, 13, 0.0) 100%);
}
#others_block .others02,
#others_block .others03 {
	padding: 20px 67px 20px 33px;
}
#others_block .others02 {
	grid-area: 1 / 2 / 2 / 3;
}
#others_block .others02::before {
	background: url(../img/index/img_others02.jpg) no-repeat center center / cover;
	z-index: -2;
}
#others_block .others02::after {
	background: linear-gradient(0deg, rgba(13, 13, 13, 0.8) 0%, rgba(13, 13, 13, 0.3) 34%, rgba(201, 201, 201, 0) 100%);
}
#others_block .others03 {
	grid-area: 2 / 2 / 3 / 3;
}
#others_block .others03::before {
	background: url(../img/index/img_others03.jpg) no-repeat center center / cover;
	z-index: -2;
}
#others_block .others03::after {
	background: linear-gradient(0deg, rgba(13, 13, 13, 0.8) 0%, rgba(13, 13, 13, 0.3) 34%, rgba(201, 201, 201, 0) 100%);
}
#others_block .others_box .text_box * {
	text-shadow: 0 0 12px #232323;
}
#others_block .others_box h3 span {
	display: block;
	line-height: 1.428;
}
#others_block .others_box h3 .en {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px;
}
#others_block .others_box h3 .ja {
	font-size: 28px;
	font-weight: 900;
}
#others_block .others_box .icon_bg {
	background: url(../img/common/icon_btn_wh.svg) no-repeat center center / contain;
	width: 35px;
	height: 35px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	#others_block .others_wrap {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(3, 1fr);
		min-height: 600px;
	}
	#others_block .others_box {
		padding: 10px 53px 10px 28px !important;
		min-height: 200px;
	}
	#others_block .others_box::after {
		height: 100px;
	}
	#others_block .others01 {
		grid-area: 1 / 1 / 2 / 2;
		padding: 18px 67px 18px 43px;
	}
	#others_block .others02 {
		grid-area: 2 / 1 / 3 / 2;
	}
	#others_block .others03 {
		grid-area: 3 / 1 / 4 / 2;
	}
	#others_block .others_box h3 {
		margin-bottom: 5px;
	}
	#others_block .others_box h3 .en {
		font-size: 11px;
	}
	#others_block .others_box h3 .ja {
		font-size: 20px;
		line-height: 1.45;
	}
	#others_block .others_box p {
		font-size: 12px;
		line-height: 1.67;
	}
	#others_block .others_box .icon_bg {
		width: 33px;
		height: 33px;
		right: 10px;
		bottom: 10px;
	}
}
