@charset "utf-8";
/* CSS Document */
.bg-gray {
	position: relative;
	margin-bottom:100px;
	/* background: #f2f2f2; */
}
.bg-gray::after {
	content: '';
	display: block;
	width: 200%;
	height: 2px;
	background: url(/parts/img/line_horizontal.png) repeat-x;
	background-size: 6px 2px;
	position: absolute;
	top: 110px;
	right: -100%;
	z-index: -1;
}
@media screen and (max-width: 768px) {
	.bg-gray {
		margin-bottom:50px;
	}
}

.title-wrap {
	position: relative;
}
.title-wrap::after {
	content: '';
	display: block;
	width: 168px;
	height: 82px;
	background: #f8f8f8 url(/parts/img/spoon_icon.png) no-repeat;
	position: absolute;
	right: -110px;
	top: -13px;
}

.main h1:after {
	width: 200%;
}

.cont .wrap{
	display: block !important;
	max-width:none;
}
.main.single-column {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	float: none;
}

/* ---------------------------------------
	index
--------------------------------------- */
#work .bg-gray {
	margin-bottom: 160px;
}

/* ---------------------------------------
	詳細
--------------------------------------- */
#work.single .bg-gray{
	margin-bottom: 0;
}
.main h2.title-ico {
	margin-bottom: 36px;
	padding-left: 36px;
}

/* top-img */
.works-top-img {
	margin-top: 500px;
	padding-bottom: 50px;
	background: #f1bd40;
	position: relative;
}
.works-top-img::before {
	content: '';
	display: block;
	width: 110px;
	height: 100%;
	background: #f1bd40;
	position: absolute;
	left: -110px;
	top: 0;
}
.top-pc-thumb,
.top-sp-thumb {
	background-repeat: no-repeat;
	background-size:  cover;
	text-align: center;
	position: absolute;
	z-index: 10;
}
.top-pc-thumb {
	width: 720px;
	height: 553px;
	background-image: url(/works/parts/img/pc_bg.png);
	left: 0;
	top: -500px;
}
.top-sp-thumb {
	width: 250px;
	height: 434px;
	background-image: url(/works/parts/img/sp_bg.png);
	right: 60px;
	top: -383px;
}
.top-pc-thumb .window,
.top-sp-thumb .window {
	display: inline-block;
	overflow-x: hidden;
	overflow-y: scroll;
}
.top-pc-thumb .window {
	width: 684px;
	height: 378px;
	margin-top: 18px;
	background: #fff;
}
.top-sp-thumb .window {
	width: 210px;
	height: 358px;
	margin-top: 42px;
}
.top-pc-thumb .window::-webkit-scrollbar,
.top-sp-thumb .window::-webkit-scrollbar {
	width: 5px;
}
.top-pc-thumb .window::-webkit-scrollbar-track,
.top-sp-thumb .window::-webkit-scrollbar-track {
	border-radius: 3px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}
.top-pc-thumb .window::-webkit-scrollbar-thumb,
.top-sp-thumb .window::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .5);
	border-radius: 10px;
	box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}
.top-pc-thumb .window img,
.top-sp-thumb .window img {
	width: 100%;
	vertical-align: bottom;
}
.main .catch {
	margin-bottom: 40px;
	padding-top: 86px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	font-family:  "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	line-height: 1.43;
	position: relative;
}
.catch::after {
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	background: #fff;
	position: absolute;
	bottom: -10px;
	left: 0;
}
h2.site-name {
	display: inline-block;
	padding: 6px 15px;
	background: #fff;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}

/* data-table */
.main .detail {
	margin-top: 50px;
}
.main .detail p {
	margin-bottom: 10px;
}
.data-table-wrap {
	margin-top: 40px;
	background: #fff;
	padding: 3px 20px;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
}
.data-table {
	width: calc((100% - 20px) / 2);
}
.data-table th,
.data-table td {
	padding: 15px 0;
	border-bottom: 1px dotted #d8d8d8;
}
.data-table tr:last-of-type th,
.data-table tr:last-of-type td {
	border-bottom: none;
}
.data-table.right th,
.data-table.right td {
	padding: 14px 0;
}
.data-table th {
	width: 160px;
	color: #349440;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.data-table .link {
	padding-left: 24px;
	text-decoration: underline;
	background: url(/works/parts/img/link_icon.gif) left center /15px 15px no-repeat;
}
.data-table .link:hover {
	text-decoration: none;
}
.data-table .tag-link li {
	display: inline-block;
}
.data-table .tag-link a {
	display: inline-block;
	height: 26px;
	padding: 2px 10px;
	background: #e5f5e7;
	border-radius: 13px;
	font-size: 12px;
	line-height: 26px;
}
.data-table .tag-link a::before {
	content: '#';
	display: inline-block;
	margin-right: 4px;
}
.data-table .tag-link a:hover {
	background: #349440;
	color: #fff;
}
.data-table .tag-link a:hover::before {
	color: #fff;
}
.data-table .tags .tag-link a {
	margin: 0 5px 10px 0;
}

/* project */
.main .project {
	margin-top: 75px;
}
.project-steps {
	display: flex;
	justify-content: space-between;
}
.project-steps > li {
	box-sizing: border-box;
	width: calc((100% - (20px * 2)) / 3);
	padding: 20px 20px 24px;
	background: #fff;
	border-radius: 5px;
}
.project-steps h4 {
	padding-left: 48px;
	padding-bottom: 16px;
	border-bottom: 1px dotted #d8d8d8;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
.project-steps h4 .num {
	display: block;
	box-sizing: border-box;
	width: 48px;
	height: 72px;
	padding: 42px 0 0 16px;
	background: url(/works/parts/img/scop_icon.png) no-repeat;
	background-size: cover;
	color: #f1bd40;
	text-align: center;
	position: absolute;
	left: -10px;
	top: -42px;
}
.project-steps ul {
	margin-top: 24px;
	padding-left: 22px;
	list-style: disc;
}

/* voice */
.main .voice {
	width: 1190px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.voice h2 {
	margin-bottom: 15px;
	padding: 5px 0 0 52px;
	background: url(/works/parts/img/voice_icon.png) left top /40px 30px no-repeat;
	font-size: 20px;
	font-weight: bold;
	color: #f1bd40;
}
.voice > div {
	width: 510px;
}
.voice figure {
	width: 650px;
}
.voice figure img {
	width: calc(100% )
}

/* mock-up */
.mockup {
	max-width: 1080px;
	margin: 0 auto;
}
.mockup h2.title-line {
	font-size: 26px;
	border-bottom: dotted 2px #282828;
	position: relative;
	margin: 100px 0 60px 0;
	font-weight: 500;
	line-height: 60px;
}
.mockup h2.title-line::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #f1bd40;
	bottom: -2px;
	width: 50px;
}
.mockup h2.title-line span {
	color: #f1bd40;
}
.mockup figure img {
	width: 100%;
	vertical-align: bottom;
}
.pc-mock .box {
	display: flex;
	justify-content: space-between;
}
.pc-mock .box-left,
.pc-mock .box-right {
	width: calc((100% - 120px) / 2);
}
.pc-mock .box figure + figure {
	margin-top: 54px;
}
.pc-mock .box figure img {
	box-shadow: 0 0 17px rgba(0,0,0,.17);
}
.pc-mock .box figure figcaption {
	margin-top: 20px;
}
.sp-mock-list {
	display: flex;
	justify-content: space-between;
}
.sp-mock-list li {
	width: 280px;
	height: 570px;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 17px rgba(0,0,0,.17);
	border: 1px solid #f5f5f5;
	border-radius: 50px;
}
.sp-mock-list figure {
	width: 90%;
	height: 445px;
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
	margin: 63px auto 0;
	overflow: hidden;
}
.mockup a {
	display: block;
	width: 340px;
	height: 50px;
	box-sizing: border-box;
	margin: 60px auto 0;
	line-height: 50px;
	background: #000;
	border: 1px solid #000;
	border-radius: 25px;
	color: #fff;
	text-align: center;
}
.mockup a span {
	padding-right: 32px;
	background: url(/parts/img/target_blank.png) right center /12px 12px no-repeat;
}
.mockup a:hover {
	background: #fff;
	color: #282828;
}
.mockup a:hover span {
	background-image: url(/parts/img/target_blank_black.png);
}

/* list-item */
.list-item .pager {
	margin-top: 20px;
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
}
.list-item .pager a {
	display: block;
	margin-top: 0;
	box-sizing: border-box;
	width: calc((100% - (30px * 2)) / 3);
}
.list-item .pager a span {
	font-size: 12px;
	color: #888;
}
.list-item .pager a.disabled {
	opacity: 0;
	cursor: inherit;
}
.list-item .pager a.prev {
	padding-left: 30px;
	background: url(/parts/img/arrow_left_black.png) left center /6px 10px  no-repeat;
}
.list-item .pager a.next {
	padding-right: 30px;
	text-align: right;
	background: url(/parts/img/arrow_black.png) right center /6px 10px  no-repeat;
}
.list-item .pager a.prev:hover,
.list-item .pager a.next:hover {
	color: #ca3738;
}
.list-item .pager a.prev:hover {
	background: url(/parts/img/arrow_left_red.png) left center /6px 10px  no-repeat;
}
.list-item .pager a.next:hover {
	background: url(/parts/img/arrow_red.png) right center /6px 10px  no-repeat;
}
.list-item .pager a.prev:hover span,
.list-item .pager a.next:hover span {
	color: #ca3738;
}

@media screen and (max-width: 1080px) {
	.title-wrap::after {
		right: -4%;
	}
	/* ---------------------------------------
		index
	--------------------------------------- */
	.sample-list > li {
		width: calc((100% - 20px * 2) / 3);
	}

	/* ---------------------------------------
		詳細
	--------------------------------------- */
	/* top-img */
	.works-top-img {
		height: auto;
		margin-top: 430px;
		padding-bottom: 30px;
		margin-right: 3vw;
	}
	.top-pc-thumb,
	.top-sp-thumb {
		bottom: auto;
	}
	.top-pc-thumb {
		width: 640px;
		height: 491px;
		top: -430px;
		right: auto;
		left: 3vw;
	}
	.top-sp-thumb {
		width: 220px;
		height: 382px;
		right: 3vw;
		top: -320px;
	}
	.top-pc-thumb .window {
		width: 608px;
		height: 336px;
	}
	.top-sp-thumb .window {
		width: 184px;
		height: 316px;
	}
	.main .catch {
		margin: 0 2vw 30px 3vw;
	}
	.catch br {
		display: none;
	}
	h2.site-name {
		margin: 0 3vw;
	}

	.main .voice {
		width: auto;
	}
	.voice > div {
		width: 50%;
		margin-right: 20px;
	}
	.voice figure {
		width: 50%;
	}

	.mockup {
		width: 100%;
	}
	.pc-mock .box-left,
	.pc-mock .box-right {
		width: calc((100% - 40px) / 2);
	}
}

@media screen and (max-width: 767px) {
	.title-wrap::after {
		display: none;
	}
	/* ---------------------------------------
		index
	--------------------------------------- */
	#work .bg-gray {
		margin-bottom: 40px;
	}
	.selector {
		flex-wrap: wrap;
	}
	.selector > li {
		margin-bottom: 10px;
		width: calc((100% - 10px * 1) / 2);
	}
	.selector > li a span {
		right: 10px;
	}
	.service .under-selector {
		margin-top: -48px;
	}
	.genre .under-selector,
	.tag .under-selector {
		margin-top: 12px;
	}
	.service .under-selector:after,
	.service .under-selector:before {
		left: 75%;
	}
	.genre .under-selector:after,
	.genre .under-selector:before {
		left: 25%;
	}
	.tag .under-selector:after,
	.tag .under-selector:before {
		left: 75%;
	}
	.under-selector {
		padding: 10px 20px;
	}
	.under-selector ul li {
		width: calc((100% - 20px * 1) / 2);
	}
	.sample-list > li {
		margin-bottom: 10px;
		width: calc((100% - 10px * 1) / 2);
	}
	.sample-list .site-name {
		padding: 12px 24px 12px 0;
	}
	.page-num li + li {
		margin-left: 4px;
	}
	.page-num li a {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.page-num li a.prev-button {
		margin-right: 10px;
		padding-left: 20px;
	}
	.page-num li a.next-button {
		margin-left: 6px;
		padding-right: 20px;
	}

	/* ---------------------------------------
		詳細
	--------------------------------------- */
	.title-wrap::after {
		display: none;
	}
	/* top-img */
	.works-top-img {
		margin-top: 43vw;
		margin-right: 0;
	}
	.top-pc-thumb {
		width: 66vw;
		height: 50.66015vw;
		left: 0;
		top: -43vw;
		margin-left: 0;
	}
	.top-pc-thumb .window {
		width: 94%;
		margin-top: 2vw;
		height: 33vw;
	}
	.top-sp-thumb {
		width: 22vw;
		height: 38.2vw;
		top: -30vw;
		margin-right: 0;
	}
	.top-sp-thumb .window {
		margin-top: 2.6vw;
		width: 90%;
		height: 33vw;
	}
	.main .catch {
		margin: 0 3vw 30px 0;
		padding-top: 12vw;
		font-size: 4vw;
	}
	.catch::after {
		width: 30px;
		height: 2px;
	}
	h2.site-name {
		margin: 0 3vw 0 0;
	}

	/* detail */
	.main .detail {
		margin-top: 40px;
	}
	.data-table-wrap {
		flex-wrap: wrap;
	}
	.data-table {
		width: 100%;
	}
	.data-table.left tr:last-of-type th,
	.data-table.left tr:last-of-type td {
		border-bottom: 1px dotted #d8d8d8;
	}

	/* project */
	.project-steps {
		flex-wrap: wrap;
	}
	.project-steps > li {
		width: 100%;
	}
	.project-steps > li + li {
		margin-top: 20px;
	}

	/* voice */
	.main .voice {
		display: block;
	}
	.voice figure {
		width: 100%;
	}
	.voice h2 {
		margin-top: 10px;
	}
	.voice > div {
		width: 100%;
	}

	/* mock */
	.mockup {
		padding-bottom: 20px;
	}
	.pc-mock .box {
		display: block;
	}
	.pc-mock .box-left,
	.pc-mock .box-right {
		width: 100%;
	}
	.pc-mock .box-left {
		margin-bottom: 54px;
	}
	.pc-mock figure {
		width: 90%;
		margin: 0 auto;
	}
	.sp-mock-list {
		display: block;
	}
	.sp-mock-list li {
		margin: 0 auto;
	}
	.sp-mock-list li + li {
		margin-top: 40px;
	}
	.mockup a {
		margin-top: 40px;
	}

	/* list-item */
	.list-item .pager {
		width: 90%;
		margin: 20px auto;
		overflow: hidden;
	}
	.list-item .pager a {
		float: left;
		width: calc((100% - (50px + 10px * 2)) / 2);
	}
	.list-item .pager a.prev {
		margin-right: 10px;
		padding-left: 20px;
	}
	.list-item .pager a.next {
		margin-left: 10px;
		padding-right: 20px;
	}
	.list-item a.btn-black {
		width: 50px;
		font-size: 12px;
	}
	.list-item a.btn-black i {
		display: none;
	}
	.list-item a.btn-black:after {
		display: none;
	}
	.prev-name,
	.next-name {
		font-size: 12px;
	}
}

@media screen and (max-width: 600px) {
	/* ---------------------------------------
		index
	--------------------------------------- */
	.selector > li a {
		font-size: 12px;
	}
	.selector > li a span {
		width: 10px;
	}
	.selector > li a span::after {
		height: 10px;
	}
	.sample-list {
		margin-top: 40px;
	}
	.sample-list .bg-white {
		height: 34vw;
	}
	.sample-list .monitor {
		width: 40vw;
		height: 30.7vw;
		top: 2vw;
	}
	.sample-list .site-name {
		font-size: 12px;
		line-height: 1.4;
	}
}

@media screen and (max-width: 480px) {
	/* ---------------------------------------
		詳細
	--------------------------------------- */
	/* detail */
	.data-table th,
	.data-table td {
		display: block;
		width: 100%;
		padding: 10px 0;
	}
	.data-table.right tr:last-of-type th {
		border-bottom: 1px dotted #d8d8d8;
	}
	.sp-mock-list li {
		width: 70vw;
		height: 142.5vw;
	}
	.sp-mock-list figure {
		width: 64vw;
		height: 113.92vw;
		margin-top: 16vw;
	}
	.mockup a {
		width: 80vw;
	}
}


.main-catch{
	position: relative;
	z-index: 10;
	line-height: 1.4;
	font-size: 48px;
	letter-spacing: .05em;
	text-align: center;
	width: 1178px;
	margin: 0 auto;
	border: 1px solid #282828;
	padding: 25px 0;
	position: relative;
}
.main-catch strong{
	position: relative;
	display:inline-block;
	z-index: 10;
}
.main-catch strong:before{
	content: '';
	display: block;
	position: absolute;
	background: #f1be44;
	width: 98%;
	height: 12px;
	bottom: 6px;
	z-index: -1;
}
.main-catch:before{
	content:'';
	display:block;
	height: 5px;
	width: 1168px;
	background:#f8f8f8;
	position: absolute;
	left: 5px;
	top:-2px;
}
.main-catch:after{
	content:'';
	display:block;
	height: 5px;
	width: 1168px;
	background:#f8f8f8;
	position: absolute;
	left: 5px;
	bottom:-2px;
}
.main h1 span{
	/* background: none !important; */
}
@media screen and (max-width: 768px) {
	.main-catch{
		position: relative;
		z-index: 10;
		line-height: 1.4;
		font-size: 20px;
		letter-spacing: .05em;
		text-align: center;
		width: 92%;
		margin: 0 auto;
		border: 1px solid #282828;
		padding: 10px 15px;
		box-sizing: border-box;
		position: relative;
	}
	.main-catch strong{
		position: relative;
		display:inline-block;
		z-index: 10;
		text-decoration: underline;
		color: #f1be44;
	}
	.main-catch strong:before{
		display: none;
	}
	.main-catch:before{
		content:'';
		display:block;
		height: 5px;
		width: 96%;
		background:#f8f8f8;
		position: absolute;
		left: 2%;
		top:-2px;
	}
	.main-catch:after{
		content:'';
		display:block;
		height: 5px;
		width: 96%;
		background:#f8f8f8;
		position: absolute;
		left: 1%;
		bottom:-2px;
	}    
}


.wrap-section{
	background: #f2f2f2;
	position: relative;
	width: 100%;
	padding:120px 0 50px;
}
.wrap-section:before{
	content: '';
	display: block;
	width: 100%;
	height: 510px;
	position: absolute;
	left: 0;
	top:0;
	z-index: 0;
	background: #f8f8f8;
}

.main-catch+.wrap-section{
	padding-top:50px;    
}
.main-catch+.wrap-section:before{
	height: 440px;
}
@media screen and (max-width: 768px) {
	.wrap-section{
		background: #f2f2f2;
		position: relative;
		width: 100%;
		padding:50px 0 30px;
	}
	.wrap-section:before{
		content: '';
		display: block;
		width: 100%;
		height: 10vh;
		position: absolute;
		left: 0;
		top:0;
		z-index: 0;
		background: #f8f8f8;
	}
	.main-catch+.wrap-section{
		padding-top:30px; 
	}
	.main-catch+.wrap-section:before{
		height: 10vh;
	}
}
/* about */
.box-about{
	position: relative;    
}
.box-about .visual{
	height: 450px;
	position: relative;
	z-index: 1
}
.box-about .visual img{
	position: absolute;
	top:0;
	left: 50%;
	margin-left:-589px;
}
.box-about .box-title{
	margin: -20px auto 0;
	position: relative;
	z-index: 80;
	width: 1080px;
	display: flex;
	justify-content: space-between;
}
.box-about .box-title h2{
	width: 420px;
	line-height: 1.3;
	font-weight: normal;
}
.box-about .box-title h2 .point{
	font-size: 14px;
}
.box-about .box-title h2 .num{
	color: #f1be44;
	font-weight: bold;
	text-shadow: #282828 1px 1px 0px, #282828 -1px 1px 0px, #282828 1px -1px 0px, #282828 -1px -1px 0px;
	margin-right: 20px;
	font-size: 50px;
}
.box-about .box-title h2 .copy{
	font-size: 32px;
	line-height: 1.4;
	display: block;
	letter-spacing: .01em;
    font-weight: 500;
}
.box-about .box-title h2 .copy span{
    font-size: 17px;
    display: block;
    margin-bottom:5px;
}
.box-about.sec03 .box-title h2 .copy{
	letter-spacing: 0;
}
.box-about .box-title p{
	width: 600px;
	padding-top:65px;
	font-size: 14px;
}
@media screen and (max-width: 768px) {
	/* about */
	.box-about{
		position: relative;    
	}
	.box-about .visual{
		height: auto;
		position: relative;
		z-index: 1;
		text-align: center;
	}
	.box-about .visual img{
		position:inherit;
		top:0;
		left:0;
		margin: 0 auto;
		width: 100%;
		height: auto;
	}
	.box-about .box-title{
		margin: -25px auto 0;
		position: relative;
		z-index: 80;
		width: 90%;
		display: block;
	}
	.box-about .box-title h2{
		width: auto;
		line-height: 1.3;
		font-weight: normal;
		border-bottom: 1px solid #999;
		padding-bottom:10px;

	}
	.box-about .box-title h2 .point{
		font-size: 12px;
	}
	.box-about .box-title h2 .num{
		font-size: 40px;
	}
	.box-about .box-title h2 .copy{
		font-size: 18px;
		line-height: 1.2;
		display: block;
	}
	.box-about .box-title h2 .copy br{
		display:none;
	}    
	.box-about .box-title p{
		width: auto;
		padding-top:20px;
		font-size: 14px;
	}
}





.box-about .inner{
	font-size: 15px;
	width: 1080px;
	margin: 40px auto 0;
}
.box-about .inner p{
	margin-bottom:40px;
}
.box-about .list-flex{
	background: #fff;
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	counter-reset: num 0
}


.box-about.sec01 .list-flex li{
	margin-top:15px;
	position: relative;
}
.box-about.sec01 .list-flex li:nth-child(2n+1){
	width: 540px;
}
.box-about.sec01 .list-flex li span{
	font-size: 12px;
	line-height: 1.4;
	display: block;
	padding: 0 30px;
}
.box-about.sec01 .list-flex li:nth-child(1),
.box-about.sec01 .list-flex li:nth-child(2){
	margin-top:0;
}
.box-about.sec01 .box-toggle h3 {
	font-size: 20px;
	font-weight: bold;
	padding: 25px 30px 25px 55px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 1;
	font-family: "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	position: relative;
}
.box-about.sec01 .box-toggle h3 span {
	width: 15px;
	margin-right: 10px;
	color: #f1bd40;
	position: absolute;
	left: 30px;
}
.box-about.sec01 .box-toggle figure {
	padding: 30px;
	text-align: center;
}
.box-about.sec01 .box-toggle figure img {
	width: auto;
	max-width: 100%;
}

.box-about.sec02 .list-flex{
	justify-content: space-around;
}
.box-about.sec02 .list-flex li{
	padding: 0 2%;
	width: 33.33%;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.4;
}
.box-about.sec02 .list-flex li+li{
	border-left:1px dotted #d8d8d8
}
.box-about.sec02 .list-flex li strong{
    display: block;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: .2em;
}
.box-about.sec02 .list-flex li span{
	display: block;
	font-size:14px;
	padding-top:2em;
    text-align: left;
    line-height: 1.7;
}
.box-about.sec02 .inner + .inner {
	margin-top: 20px;
}
.box-about.sec02 .box-toggle > p {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 0;
	padding: 30px;
	background: #fff;
}
.box-about.sec02 .box-toggle > p:last-of-type {
	margin-top: 20px;
}
.box-about.sec02 .box-toggle > p + div {
	padding: 30px;
}
.box-about.sec02 .box-toggle > p + div ul {
	line-height: 1.6;
}
.box-about.sec02 .box-toggle > p + div ul li {
	padding-left: 18px;
	position: relative;
}
.box-about.sec02 .box-toggle > p + div ul li::before {
	content: '●';
	font-weight: bold;
	font-size: 10px;
	line-height: 22px;
	color: #f1bd40;
	position: absolute;
	top: 0;
	left: 0;
}
.box-about.sec02 .box-toggle > p + div ul li + li {
	margin-top: 10px;
}

.box-about.sec03 .box-toggle{
	padding:0 0 10px;
}
.box-about.sec03 .box-toggle > div:last-of-type > p {
	margin-bottom: 0;
	padding: 30px;
}
.box-about.sec03 .box-toggle div+p{
	margin: 40px 0 0;
}
.box-about.sec03 .box-toggle .sub{
	font-size: 12px;
	margin-bottom:0;
}
.box-about.sec03 .list-flex{    
	justify-content: space-around;
    align-items: center;
}
.box-about.sec03 .list-flex li{
	padding: 0 2%;
	width: 33.33%;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.4;
    margin-bottom:30px;
}
.box-about.sec03 .list-flex li+li{
	border-left:1px dotted #d8d8d8
}
.box-about.sec03 .list-flex.cell2{
	justify-content:flex-start;
}
.box-about.sec03 .list-flex.cell2 li{
	padding: 0 1%;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.3;
}
.box-about.sec03 .list-flex.cell2 li:nth-child(3),
.box-about.sec03 .list-flex:not(.cell2) li:nth-child(7){
	border: none;
}
.box-about.sec03 .list-flex.cell2 li:nth-child(n+3),
.box-about.sec03 .list-flex li:nth-child(n+7){
	margin-bottom:0;
}

.box-about.sec03 .sec03-table-wrap {
	border-top: 1px solid #e5e5e5;
	padding: 30px;
}
.box-about.sec03 .sec03-table-wrap table {
	width: 100%;
}
.box-about.sec03 .sec03-table-wrap table + table {
	margin-top: 10px;
}
.box-about.sec03 .sec03-table-wrap table th,
.box-about.sec03 .sec03-table-wrap table td {
	padding: 15px 0;
	vertical-align: middle;
}
.box-about.sec03 .sec03-table-wrap table th {
	width: 140px;
	font-size: 14px;
	font-weight: bold;
	background: #e5f5e7;
	line-height: 1.6;
	border-radius: 5px;
}
.box-about.sec03 .sec03-table-wrap table th span {
	display: inline-block;
	margin-top: 2px;
	font-size: 24px;
	color: #349440;
}
.box-about.sec03 .sec03-table-wrap table td {
	padding-left: 24px;
	position: relative;
}
.box-about.sec03 .sec03-table-wrap table tr td:first-of-type {
	color: #349440;
	font-weight: bold;
}
.box-about.sec03 .sec03-table-wrap table tr td:first-of-type::after {
	content: '';
	display: block;
	width: 1px;
	height: 36px;
	background: #d8d8d8;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.box-about.sec03 .sec03-table-wrap table tr:first-of-type td:nth-child(2) {
	width: 160px;
}
.box-about.sec03 .sec03-table-wrap table tr td:last-of-type {
	border-right: none;
}
.box-about.sec03 .box-toggle > p:last-of-type {
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
	.box-about .inner{
		width: 90%;
		margin: 30px auto 0;
		font-size: 14px;
	}
	.box-about .inner p{
		margin-bottom:30px;
		padding: 0;
	}
	.box-about .list-flex{
		background: #fff;
		padding: 20px 30px;
		display: block;
		counter-reset: num 0
	}
	.box-about .list-flex li:before{
		display: block;
	}
	.box-about.sec01 .list-flex li{
		margin-top:0;
		position: relative;
		text-align: center;
		padding-bottom:1em;
		line-height: 1.4
	}
	.box-about.sec01 .list-flex li:nth-child(2n+1){
		width: auto;
	}
	.box-about.sec01 .list-flex li span{
		font-size: 12px;
		line-height: 1.4;
		display: block;
		padding: 5px 0 0;
	}
	.box-about.sec01 .list-flex li span br{
		display: none
	}    
	.box-about.sec01 .list-flex li+li{
		padding-top:1em !important;
		border-top:1px dotted #d8d8d8;
		}
	.box-about.sec02 .list-flex{    
		justify-content: space-around;
	}
	.box-about.sec02 .list-flex li{
		padding: 0 0 1em;
		width: auto;
	}
	.box-about.sec02 .list-flex li+li{
		border-left: none;
		border-top:1px dotted #d8d8d8;
		padding-top:1em;
	}
	.box-about.sec02 .list-flex li span{
		display: block;
		padding-top:5px;
	}
	.box-about.sec02 .box-toggle > p {
		padding: 20px;
	}
	.box-about.sec02 .box-toggle > p + div {
		padding: 20px;
	}
	.box-about.sec03 .box-toggle{
		padding:20px 0 10px;
	}
	.box-about.sec03 .box-toggle div+p{
		margin: 30px 0 15px;
	}
	.box-about.sec03 .box-toggle .sub{
		font-size: 12px;
		margin-bottom:0;
	}
	.box-about.sec03 .list-flex{    
		justify-content: space-around;
	}
	.box-about.sec03 .list-flex li{
		padding: 0;
		width: auto;
		padding-bottom:1em;
		font-size: 14px;
        margin: 0;
		text-align: left !important;       
	}
	.box-about.sec03 .list-flex li br{
		display: none
	}    
	.box-about.sec03 .list-flex li+li{
		border-left:none;
		padding-top:1em;
		text-align: left;
		border-top:1px dotted #d8d8d8 !important;        
	}
	.box-about.sec03 .list-flex.cell2{
		display: block;
	}
	.box-about.sec03 .list-flex.cell2 li{
		padding: 1em 0;
		width: 100%;
		box-sizing: border-box;
		line-height: 1.3;
	}
	.box-about.sec03 .box-toggle > div:last-of-type > p {
		padding: 20px;
	}
	.box-about.sec03 .sec03-table-wrap {
		padding: 20px;
	}
	.box-about.sec03 .sec03-table-wrap table + table {
		margin-top: 20px;
	}
	.box-about.sec03 .sec03-table-wrap table th, .box-about.sec03 .sec03-table-wrap table td {
		display: block;
		box-sizing: border-box;
		width: 100%!important;
		padding-left: 0;
	}
	.box-about.sec03 .sec03-table-wrap table th {
		padding: 8px 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.box-about.sec03 .sec03-table-wrap table tr td:first-of-type {
		padding-bottom: 0;
	}
	.box-about.sec03 .sec03-table-wrap table tr td:first-of-type::after {
		display: none;
	}
	.box-about.sec03 .sec03-table-wrap table tr td:last-of-type {
		padding-top: 3px;
		border-bottom: 1px dotted #d8d8d8;
	}
	.box-about.sec03 .sec03-table-wrap table tr:last-of-type td:last-of-type {
		border-bottom: none;
	}
	.box-about.sec03 .sec03-table-wrap table th br {
		display: none;
	}
	.box-about.sec03 .sec03-table-wrap table th span {
		margin-top: 0;
		margin-left: 5px;
		font-size: 18px;
	}
    
    .box-about.sec02 .list-flex li strong{
        font-size: 16px;
    }
    .box-about.sec02 .list-flex li strong br{
        display:none
    }
    
}





.box-toggle div{
	background: #fff;
}
.box-toggle div+div{
	margin-top:20px;
}
.inner div.column{
	margin-bottom:20px;
}

.box-toggle h3.title-ico,
.inner h3.title-ico{
	font-size: 20px;
	font-weight: bold;
	padding: 25px 30px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 1;
    font-family: "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
.box-toggle h3.title-ico span,
.inner h3.title-ico span{
	padding-left: 35px;
	position: relative;
}
.box-toggle h3.title-ico span:before,
.inner h3.title-ico span:before{
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 10px;
	content: '';
	background: url(../../../parts/img/ico_h3_01.png) no-repeat;
	width: 20px;
	height: 20px;
	background-size: 100%;
	margin-right: 15px;
	top: 3px;
}

.box-about.sec02 .inner div > p {
	margin-bottom: 0;
	padding: 30px 0;
}

@media screen and (max-width: 768px) {
	.box-toggle h3.title-ico{
		font-size: 16px;
		font-weight: bold;
		padding: 24px 20px;
		border-bottom: 1px solid #e5e5e5;
		line-height: 1
	}
	.box-toggle h3.title-ico span{
		padding-left: 20px;
		position: relative;
		display: block;
	}
	.box-toggle h3.title-ico span:before{
		left: 0;
		content: '';
		background: url(../../../parts/img/ico_h3_01.png) no-repeat;
		width: 13px;
		height: 13px;
		background-size: 100%;
		margin-right:0;
		top: 0;
	}
	.box-about.sec01 .box-toggle h3 {
		padding: 15px 20px 15px 40px;
		font-size: 16px;
		line-height: 1.4;
	}
	.box-about.sec01 .box-toggle h3 span {
		left: 20px;
	}
	.box-about.sec01 .box-toggle figure {
		padding: 15px 20px;
	}
}


 a.btn-black{
	clear: both;
	display: block;
	background: #282828;
	color: #fff;
	text-align: center;
	height: 50px;
	line-height: 50px;
	position: relative;
	box-sizing:border-box;
	margin-top: 30px;
	border: 1px solid #282828;
}
a.btn-black:after{
	display: inline-block;
	content: '';
	background: url(/parts/img/arrow_white.png) no-repeat;
	width: 6px;
	height: 10px;
	background-size: 100%;
	margin-left: 20px;
}
a.btn-black:hover{
	background: #fff;
	color: #ca3738;
	border: 1px solid #ca3738;
}
a.btn-black:hover:after{
	content: '';
	background: url(/parts/img/arrow_red.png) no-repeat;
	width: 6px;
	height: 10px;
	background-size: 100%;
}
.text-center{
    text-align: center !important;
}


.btn-toggle {
	font-size: 26px;
	border-bottom: dotted 2px #282828;
	position: relative;
	margin: 60px 0 60px 0;
	font-weight: 500;
	line-height: 1.4;
}
.btn-toggle::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #f1bd40;
	bottom: -2px;
	width: 50px;
}
.btn-toggle span {
	color: #f1bd40;
}

@media screen and (max-width: 768px) {
    .btn-toggle {
        font-size: 18px;
        margin-bottom:0 !important;
        padding-bottom:8px;
    }
}

.list-sec02{
    display: flex;
    justify-content: space-between
}
.list-sec02 li{
    width: 32%;
    background: #fff;
}
.list-sec02 li strong{
	font-size: 20px;
	font-weight: bold;
	padding: 25px 20px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 1;
    font-family: "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    display: block;
}
.list-sec02 li strong span{
	padding-left: 35px;
	position: relative;
}
.list-sec02 li strong span:before{
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 10px;
	content: '';
	background: url(../../../parts/img/ico_h3_01.png) no-repeat;
	width: 20px;
	height: 20px;
	background-size: 100%;
	margin-right: 15px;
	top: 3px;
}
.list-sec02 li div{
    padding: 25px 20px;
}
.list-sec02 li div span{
    display: block;
}
.list-sec02 li div span+span{
    margin-top:20px;
}
@media screen and (max-width: 768px) {
    .list-sec02{
        display: block;
    }
    .list-sec02 li{
        width: 100%;
    }
    .list-sec02 li+li{
        margin-top:20px;
    }    
    .list-sec02 li strong{
        font-size: 16px;
        font-weight: bold;
        padding: 25px 20px;
        border-bottom: 1px solid #e5e5e5;
        line-height: 1;
        display: block;
    }
    .list-sec02 li strong span{
        padding-left: 35px;
        position: relative;
    }
    .list-sec02 li div{
        padding: 25px 20px;
    }
}