@charset "utf-8";

/* ==========================================================================
   .page-work
   ========================================================================== */
/* --------------------
 * mv
 * -------------------- */
.page-work .page-mv {
	width: 100%;
	height: 460px;
	background: #0c1d83 url("/chuto/work/img/work/hero-pc.jpg") no-repeat center center / auto 100%;
}

.page-work .page-mv .lyt-inner {
	position: relative;
	height: 100%;
}

.page-work .page-title {
	width: 510px;
	position: absolute;
	top: 175px;
	right: 0;
}

.page-work .page-title_text01 {
	display: block;
	width: 140px;
	margin: 0 auto;
}

.page-work .page-title_text02 {
	color: #fff;
	font-size: 2.7rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
	display: block;
	margin: 80px 0 0 0;
}

@media only screen and (max-width: 768px) {
	.page-work .page-mv {
		height: 300px;
		background: #0c1d83 url("/chuto/work/img/work/hero-sp.jpg") no-repeat center right / cover;
	}

	.page-work .page-title {
		width: 100%;
		top: 121px;
		right: 0;
	}

	.page-work .page-title_text01 {
		width: 100px;
	}

	.page-work .page-title_text02 {
		font-size: 1.9rem;
		margin: 40px 0 0 0;
	}
}

/* --------------------
 * work
 * -------------------- */
.section-work {
	margin: 120px 0 120px 0;
}

@media only screen and (max-width: 768px) {
	.section-work {
		margin: 50px 0 75px 0;
	}
}

.blockW {
	width: 100%;
	position: relative;
}

.blockW + .blockW {
	margin: 30px 0 0 0;
}

.blockW_head {
	width: 100%;
	height: 240px;
	background: url("/chuto/work/img/work/bg01.jpg") no-repeat center center / cover;
}

.blockW_head .lyt-inner {
	height: 100%;
	position: relative;
}

.blockW_head_box {
	width: 100%;
	height: 100%;
	background: #010276 url("/chuto/work/img/work/thumb01-pc.jpg") no-repeat center right / auto 100%;
	position: absolute;
	top: 0;
	right: 660px;
}

.blockW-b .blockW_head_box {
	background-image: url("/chuto/work/img/work/thumb02-pc.jpg");
}

.blockW_num {
	width: 42px;
	position: absolute;
	top: 100px;
	right: 25px;
}

.blockW_hdg {
	color: #fff;
	font-size: 3.3rem;
	letter-spacing: 0.14em;
	width: 630px;
	position: absolute;
	top: 75px;
	right: 10px;
}

.blockW_hdg span {
	display: block;
}

.blockW_hdg span:nth-child(odd) {
	text-align: left;
}

.blockW_hdg span:nth-child(even) {
	text-align: right;
	margin: 25px 0 0 0;
}

.blockW_hdg i {
	font-size: 80%;
	vertical-align: 2px;
}

.blockW_body {
	width: 100%;
	display: none;
}

.blockW_btn {
	width: 100%;
	height: 60px;
	background: #e0e6ff;
	position: relative;
	cursor: pointer;
}

.blockW_btn:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #e0e6ff;
}

.blockW_btn .icon_arrow {
	display: block;
	width: 20px;
	height: 100%;
	position: absolute;
	left: calc(50% - 10px);
	top: 0;
}

.blockW_btn .icon_arrow:before {
	content: '';
	width: 20px;
	height: 20px;
	border-right: 1px solid #0c1d83;
	border-bottom: 1px solid #0c1d83;
	position: absolute;
	top: calc(50% - 15px);
	left: calc(50% - 10px);
	transform: rotate(45deg);
}

.blockW_btn .icon_text {
	display: block;
	width: 52px;
	height: 15px;
	position: absolute;
	right: calc(50% + 38px);
	top: 25px;
}

.blockW_btn .icon_text-open {
	display: block;
}

.blockW_btn .icon_text-close {
	display: none;
}

.blockW_btn .icon_text * {
	fill: #0d1d84;
}

.is-open .blockW_btn .icon_arrow {
	transform: rotateX(180deg);
}

.is-open .blockW_btn .icon_arrow:before {
	top: calc(50% - 18px);
}

.is-open .blockW_btn .icon_text-open {
	display: none;
}

.is-open .blockW_btn .icon_text-close {
	display: block;
}


.device-pc .blockW_btn,
.device-pc .blockW_btn .icon_arrow:before {
	transition: all 300ms;
}

.device-pc .blockW_btn:hover {
	background: #0c1d83;
}

.device-pc .blockW_btn:hover .icon_arrow:before {
	border-color: #fff;
}

.device-pc .blockW_btn:hover .icon_text * {
	fill: #fff;
}

@media only screen and (max-width: 768px) {
	.blockW + .blockW {
		margin: 40px 0 0 0;
	}

	.blockW_head .lyt-inner {
		height: 100%;
		width: 100%;
		position: relative;
	}

	.blockW_head {
		width: 100%;
		height: 240px;
		background: url("/chuto/work/img/work/bg01.jpg") no-repeat center center / cover;
	}

	.blockW_head_box {
		width: 100%;
		height: 140px;
		background: #010276 url("/chuto/work/img/work/thumb01-sp.jpg") no-repeat center center / auto 100%;
		position: relative;
		top: 0;
		right: 0;
	}

	.blockW-b .blockW_head_box {
		background-image: url("/chuto/work/img/work/thumb02-sp.jpg");
	}

	.blockW_num {
		width: 46px;
		top: 45px;
		right: auto;
		left: 7%;
	}

	.blockW_hdg {
		font-size: 1.9rem;
		letter-spacing: 0.08em;
		width: 100%;
		max-width: 350px;
		margin: 25px auto 0 auto;
		position: relative;
		top: 0;
		right: 0;
	}

	.blockW_hdg span:nth-child(even) {
		margin: 15px 0 0 0;
	}

	.blockW_hdg i {
		vertical-align: 1px;
	}

	.blockW_btn .icon_text {
		width: 46px;
		right: calc(50% + 26px);
	}
}

.boxF_wrap {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 48px 0 40px 0;
}

.boxF {
	width: 50%;
	max-width: 720px;
	height: 675px;
	position: relative;
}

.boxF:nth-child(even) {
	border-left: 1px solid #c4dbf5;
}

.boxF_figure {
	display: block;
	position: absolute;
	bottom: 170px;
	left: 50%;
	transform: translateX(-50%);
}

.boxF_figure-a {
	width: 586px;
}

.boxF_figure-b {
	width: 485px;
}

.boxF_caption {
	color: #000;
	font-size: 2.4rem;
	letter-spacing: 0.2em;
	text-align: center;
	line-height: 1.5;
	width: 100%;
	position: absolute;
	top: 545px;
	left: 0;
}

.boxF_btnArea {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.boxF_btnArea .text-note {
	color: #000;
	font-size: 1.2rem;
	text-align: center;
	margin: 10px 0 0 0;
}

.boxF_btn {
	height: 38px;
	margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
	.boxF {
		height: calc(675/1200 * 100vw);
	}

	.boxF_figure {
		bottom: calc(170/1200 * 100vw);
	}

	.boxF_figure-a {
		width: calc(586/600 * 100%);
	}

	.boxF_figure-b {
		width: calc(485/600 * 100%);
	}

	.boxF_caption {
		font-size: calc(24/1200 * 100vw);
		top: calc(535/1200 * 100vw);
	}

	.boxF_btn {
		height: 36px;
	}
}

@media only screen and (max-width: 768px) {
	.boxF_wrap {
		display: block;
		padding: 25px 0 0 0;
	}

	.boxF {
		width: 94%;
		margin: 0 auto;
		height: auto;
		padding: 25px 0 30px 0;
	}

	.boxF:not(:first-of-type) {
		border-top: 1px solid #c4dbf5;
	}

	.boxF:nth-child(even) {
		border-left: none;
	}

	.boxF_figure {
		margin: 0 auto;
		position: relative;
		bottom: 0;
		left: 0;
		transform: translateX(0);
	}

	.boxF_figure-a {
		width: 353px;
	}

	.boxF_figure-b {
		width: 303px;
	}

	.boxF_caption {
		font-size: 1.75rem;
		letter-spacing: 0.1em;
		margin: 22px 0 0 0;
		position: relative;
		top: 0;
		left: 0;
	}

	.boxF_btnArea {
		margin: 25px 0 0 0;
		position: relative;
		bottom: 0;
		left: 0;
	}

	.boxF_btnArea .text-note {
		font-size: 1.0rem;
		margin: 10px 0 0 0;
	}

	.boxF_btn {
		width: calc(458/750 * 100%);
		min-width: 230px;
		height: 32px;
		margin: 0 auto;
	}
}

.blankBtn {
	display: block;
	width: 540px;
	margin: 40px auto;
	text-decoration: none;
	text-align: center;
	font-size: 1.8rem;
	border: 1px solid #0d1d84;
	color: #0d1d84;
	padding: 20px 0;
	transition: all 300ms;
	position: relative;
}
.blankBtn:hover {
	background: #0d1d84;
	color: #ffffff;
}
.blankBtn::before {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 1px solid #0d1d84;
	border-right: 1px solid #0d1d84;
	position: absolute;
	top: 21px;
	right: 16px;
}
.blankBtn:hover::before {
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.blankBtn::after {
	content: "";
	width: 10px;
	height: 10px;
	border: 1px solid #0d1d84;
	position: absolute;
	top: 25px;
	right: 20px;
}
.blankBtn:hover::after {
	border: 1px solid #ffffff;
}
@media only screen and (max-width: 768px) {
	.blankBtn {
		font-size: 1.3rem;
		width: calc(458/750 * 100%);
		min-width: 280px;
		height: 32px;
		margin: 40px auto;
		padding: 9px 0;
	}
	.blankBtn::after {
		width: 6px;
		height: 6px;
		top: 10px;
		right: 10px;
	}
	.blankBtn::before {
		width: 6px;
		height: 6px;
		top: 8px;
		right: 8px;
	}
}

.wData {
	padding: 40px 0 20px 0;
}

.wData .text01 {
	color: #000;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: center;
	padding: 0 20px;
	margin: 0 0 45px 0;
}

.wData .text02 {
	color: #000;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: center;
	padding: 0 20px;
}
.wData .text02:nth-of-type(1) {
	margin: 45px 0 0 0;
}
.wData .text02:nth-of-type(2) {
	margin: 15px 0 0 0;
}
.wData .text02 a {
	color: #203192;
	text-decoration: underline;
}
.wData .text02 a:hover {
	text-decoration: none;
}

.wData_list {
	display: flex;
	justify-content: center;
	align-items: stretch;
	width: 100%;
}

.wData_list > li {
	width: 25%;
	position: relative;
}

.wData_list > li:not(:last-child):after {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background: #c4dbf5;
	position: absolute;
	top: 0;
	right: 0;
}

.wDataItem {
	text-align: center;
	width: 100%;
	padding: 25px 0 30px 0;
}

.wDataItem_img {
	width: 140px;
	margin: 0 auto;
}

.wDataItem_text01 {
	text-align: center;
	margin: 26px 0 0 0;
}

.wDataItem_text01 img {
	height: 50px;
	width: auto;
}

.wDataItem_text02 {
	font-weight: bold;
	color: #0d1d84;
	font-size: 2.1rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 8px 0 0 0;
	padding: 0 10px;
}

.wDataItem_text-note {
	color: #000;
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0 10px;
}

@media only screen and (max-width: 768px) {
	.wData {
		padding: 25px 0 25px 0;
	}

	.wData .text01 {
		font-size: 1.3rem;
		letter-spacing: 0.05em;
		line-height: 1.75;
		text-align: justify;
		padding: 0 4%;
		margin: 0 auto 45px auto;
	}

	.wData .text02 {
		font-size: 1.0rem;
		letter-spacing: 0;
		line-height: 1.5;
		text-align: left;
		padding: 0 4%;
		margin: 25px auto 0 auto;
	}

	.wData_list {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: stretch;
		width: 94%;
		margin: 0 auto;
	}

	.wData_list > li {
		width: 50%;
		min-height: 200px;
	}

	.wData_list > li:not(:last-child):after {
		display: none;
	}

	.wData_list > li:nth-of-type(2):after {
		content: '';
		display: block;
		width: 1px;
		height: calc(100% - 12px);
		background: #c4dbf5;
		position: absolute;
		top: 0;
		left: 0;
	}

	.wData_list > li:nth-of-type(3):before {
		content: '';
		display: block;
		width: calc(100% - 12px);
		height: 1px;
		background: #c4dbf5;
		position: absolute;
		top: 0;
		left: 0;
	}

	.wData_list > li:nth-of-type(4):after {
		content: '';
		display: block;
		width: 1px;
		height: calc(100% - 12px);
		background: #c4dbf5;
		position: absolute;
		top: 12px;
		left: 0;
	}

	.wData_list > li:nth-of-type(4):before {
		content: '';
		display: block;
		width: calc(100% - 12px);
		height: 1px;
		background: #c4dbf5;
		position: absolute;
		top: 0;
		left: 12px;
	}

	.wDataItem {
		text-align: center;
		width: 100%;
		padding: 15px 0 12px 0;
	}

	.wDataItem_img {
		width: 90px;
		margin: 0 auto;
	}

	.wDataItem_text01 {
		text-align: center;
		margin: 20px 0 0 0;
	}

	.wDataItem_text01 img {
		height: 32px;
	}

	.wDataItem_text02 {
		font-size: 1.3rem;
		margin: 5px 0 0 0;
	}

	.wDataItem_text-note {
		font-size: 1.0rem;
		line-height: 1.5;
		text-align: center;
		margin: 10px 0 0 0;
	}
}
