@charset "utf-8";

/* --------------------------------------------------
common
-------------------------------------------------- */
:root {
	--kaishin-main-orange: rgb(230, 111, 55);
	--kaishin-pale-orange: rgb(255, 250, 242);
	--kaishin-bright-orange: rgb(241, 153, 20);
	--kaishin-dark-orange: rgb(236, 108, 31);
	--kaishin-main-gray: rgb(64, 64, 64);
	--kaishin-pale-gray: rgb(247, 247, 247);
}

/* --------------------------------------------------
index
-------------------------------------------------- */
@media print,
screen and (min-width:64em) {
	#page_top .myBlockBusiness__body {
		font-size: 16px;
	}
}

@media print,
screen and (min-width:40em) and (max-width:63.9375em) {
	#page_top .myBlockBusiness__body {
		font-size: 14px;
	}
}

@media print,
screen and (max-width:77.5em) and (orientation:landscape) {
	#page_top .myBlockBusiness__body {
		font-size: 13px;
	}
}

@media print,
screen and (min-width:40em) and (max-width:63.9375em) and (orientation:landscape),
screen and (max-width:39.9375em) {
	#page_top .myBlockBusiness__body {
		font-size: 12px;
	}
}

#page_top .myBlockBusiness__body span,
#page_top .modListBusinessColumn__item > a {
	display: block;
}

#page_top .myBlockBusiness__body .container.-lg {
	max-width: 1200px;
	max-width: 75em;
	padding: 0;
}

@media only screen and (max-width:74.9375em) {
	#page_top .myBlockBusiness__body .container.-lg {
		max-width: calc((100vw/12)*11);
		margin: 0 auto;
	}
}

@media print,
screen and (max-width:39.9375em) {
	#page_top .myBlockBusiness__body .container.-lg {
		max-width: calc(100vw - 7vw*2);
	}
}

#page_top .modListBusinessColumn {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#page_top .modListBusinessColumn__item {
	width: 100%;
	max-width: calc((100% - 60px)/2);
	max-width: calc((100% - 3.75em)/2);
	margin: 0;
}

@media print,
screen and (max-width:39.9375em) {
	#page_top .modListBusinessColumn__item {
		max-width: 100%;
	}

	#page_top .modListBusinessColumn__item:not(:first-child) {
		margin-top: 7vw;
	}
}

#page_top .modListBusinessColumn__item > a,
#page_top .modListBusinessColumn__item > a * {
	text-decoration: none;
}

#page_top .modListBusinessColumn__item > .block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
	padding: 60px;
	padding: 3.75em;
	padding-top: 0;
}

@media print,
screen and (max-width:74.9375em) {
	#page_top .modListBusinessColumn__item > .block {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

#page_top .modListBusinessColumn__item > .block::before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: auto;
	height: calc(100% - 60px*2);
	height: calc(100% - 3.75em*2);
	background-color: var(--kaishin-pale-orange);
	content: '';
}

#page_top .modListBusinessColumn__item > .block > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	position: relative;
	z-index: 1;
}

#page_top .modListBusinessColumn__item > .block > figure.cutout,
#page_top .modListBusinessColumn__item > .block > figure + h3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

#page_top .modListBusinessColumn__item > .block > figure.cutout {
	position: relative;
	width: 100%;
	overflow: hidden;
}

@media print,
screen and (min-width:75em) {
	#page_top .modListBusinessColumn__item > .block > figure.cutout {
		height: calc(((1200px - 60px - 60px*4)/2)*0.5625);
		height: calc(((75em - 3.75em - 3.75em*4)/2)*0.5625);
	}
}

@media print,
screen and (max-width:74.9375em) {
	#page_top .modListBusinessColumn__item > .block > figure.cutout {
		height: calc(((((100vw/12)*10) - 60px - 60px*4)/2)*0.5625);
		height: calc(((((100vw/12)*10) - 3.75em - 3.75em*4)/2)*0.5625);
	}
}

@media print,
screen and (max-width:39.9375em) {
	#page_top .modListBusinessColumn__item > .block > figure.cutout {
		height: calc((100vw - 7vw*2 - 60px*2)*0.5625);
		height: calc((100vw - 7vw*2 - 3.75em*2)*0.5625);
	}
}

#page_top .modListBusinessColumn__item > .block > figure.cutout source,
#page_top .modListBusinessColumn__item > .block > figure.cutout img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 100%;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

#page_top .modListBusinessColumn__item > .block > figure ~ * {
	margin-top: 20px;
	margin-top: 1.25em;
}

#page_top .modListBusinessColumn__item > .block > figure + h3 {
	margin-top: 20px;
	margin-top: 1.111111111111111em;
	font-size: 18px;
	font-size: 112.5%;
	font-weight: 700;
	line-height: 1.25;
}

#page_top .modListBusinessColumn__item > .block > figure + h3 > span.highlight {
	font-family: 'Lato', sans-serif;
	font-size: 54px;
	font-size: 300%;
	text-transform: capitalize;
}

#page_top .modListBusinessColumn__item > .block.reform > figure + h3 > span.highlight {
	color: var(--kaishin-main-orange);
}

#page_top .modListBusinessColumn__item > .block.business > figure + h3 > span.highlight,
#page_top .modListBusinessColumn__item > .block > figure ~ p:not([class]) {
	color: rgb(100, 100, 100);
}

@media print,
screen and (min-width:75em) {
	#page_top .modListBusinessColumn__item > .block > figure ~ p:not([class]) {
		max-width: calc(100% - 1em - (4em + 0.5em + 36px)*1.125);
		max-width: calc(100% - 1em - (4em + 0.5em + 2em)*1.125);
	}
}

@media print,
screen and (max-width:74.9375em) {
	#page_top .modListBusinessColumn__item > .block > figure ~ p {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

#page_top .modListBusinessColumn__item > .block > figure ~ p.more {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-size: 112.5%;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

@media print,
screen and (max-width:74.9375em) {
	#page_top .modListBusinessColumn__item > .block > figure ~ p.more {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
}

#page_top .modListBusinessColumn__item > .block.reform > figure ~ p.more {
	color: var(--kaishin-main-orange);
}

#page_top .modListBusinessColumn__item > .block.business > figure ~ p.more {
	color: var(--kaishin-main-gray);
}

#page_top .modListBusinessColumn__item > .block > figure ~ p.more > span:first-child {
	margin-right: 0.5em;
}

#page_top .modListBusinessColumn__item > .block > figure ~ p.more > span:last-child {
	position: relative;
	width: 36px;
	width: 2em;
	height: 12px;
	height: 0.6666666666666667em;
}

#page_top .modListBusinessColumn__item > .block > figure ~ p.more > span:last-child::before,
#page_top .modListBusinessColumn__item > .block > figure ~ p.more > span:last-child::after {
	position: absolute;
	right: 0;
	bottom: 0.05em;
	height: 2px;
	height: 0.1111111111111111em;
	background-color: var(--kaishin-main-gray);
	content: '';
}

#page_top .modListBusinessColumn__item > .block.reform > figure ~ p.more > span:last-child::before,
#page_top .modListBusinessColumn__item > .block.reform > figure ~ p.more > span:last-child::after {
	background-color: var(--kaishin-main-orange);
	content: '';
}

#page_top .modListBusinessColumn__item > .block > figure ~ p.more > span:last-child::before {
	left: 0;
	width: 36px;
	width: 2em;
}

#page_top .modListBusinessColumn__item > .block > figure ~ p.more > span:last-child::after {
	width: 14.6493px;
	width: 0.81385em;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
}

/* --------------------------------------------------
business / top
-------------------------------------------------- */
#page_business .modListBusinessColumn__item {
	width: calc(100%/3);
}

#page_business .modListBusinessColumn__item.-column3 {
	width: calc(100%/2);
}

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

	#page_business .modListBusinessColumn__item,
	#page_business .modListBusinessColumn__item.-column3 {
		width: 100%;
	}
}

/* --------------------------------------------------
works / top
-------------------------------------------------- */
#page_works .myBlockCategory__body {
	padding-bottom: calc(40px - 20px);
	white-space: normal;
}

#page_works .myBlockCategory__body .list {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

@media only screen and (max-width: 768px) {
	#page_works .myBlockCategory__body .list {
		margin-bottom: -14px;
	}
}

#page_works .myBlockCategory__body .list > .list__item {
	margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
	#page_works .myBlockCategory__body .list > .list__item {
		margin-right: 7px;
		margin-bottom: 14px;
	}

	#page_works .myBlockCategory__body .list > .list__item .tag {
		font-size: 10px;
	}
}
