@charset "UTF-8";

/* -----------------------------------
page.support-subsidy.html
----------------------------------- */
/*#header_logo img {
    width: 221px;
	margin: 0 0;
}

@media screen and (max-width: 767px) {
	#header .outer {
		height: 100%;
		box-sizing: border-box;
	}
	#header_logo img {
		width: 45vw;
	}
}*/


.page_subsidy {}

.page_subsidy .cv_outer:last-of-type {
    padding: 0 0 3.0em;
}
@media screen and (max-width: 767px) {
	
}



.subsidy_heading {
    margin-top: 122px;
    padding: 3.5em 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.subsidy_heading::before,
.subsidy_heading::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 3.5em;
}
.subsidy_heading::before {
	width: 159px;
	height: 178px;
	background: url("../images/subsidy/heading_l.png") no-repeat;
	background-size: contain;
	left: 0;
}
.subsidy_heading::after {
	width: 159px;
	height: 178px;
	background: url("../images/subsidy/heading_r.png") no-repeat;
	background-size: contain;
	right: 0;
}

.subsidy_heading .catch {
    font-size: 40px;
    line-height: 1.2em;
    font-family: "Noto Serif JP", serif;
    font-family: "Zen Old Mincho", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 30px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.subsidy_heading .catch::before,
.subsidy_heading .catch::after {
	background-color: #333; /* 線の色 */
	border-radius: 2px; /* 線の両端を丸く */
	content: "";
	height: 3px; /* 線の高さ */
	width: 55px; /* 線の長さ */
}
.subsidy_heading .catch::before {
	margin-right: 5px; /* 文字との余白 */
	transform: rotate(60deg); /* 傾ける */
}
.subsidy_heading .catch::after {
	margin-left: 0; /* 文字との余白 */
	transform: rotate(-60deg); /* 傾ける */
}

.subsidy_heading .subsidy_heading_title {
    font-size: 42px;
    padding: 0.5em 0.5em;
    border-radius: 13px;
}
.subsidy_heading .subsidy_heading_title span {
    font-size: 32px;
    padding-right: 0.5em;
}
.subsidy_heading .text {
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 500;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.subsidy_heading {
        margin-top: 50px;
		padding: 1.5em 0 0;
	}
	.subsidy_heading::before,
	.subsidy_heading::after {
		top: 3em;
	}
	.subsidy_heading::before {
		width: 18vw;
		height: 18vw;
		left: 2vw;
	}
	.subsidy_heading::after {
		width: 18vw;
    	height: 20vw;
		right: 0;
	}

	.subsidy_heading .catch {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.subsidy_heading .catch::before,
	.subsidy_heading .catch::after {
		height: 2px;
		width: 1.5em;
	}
	
	.subsidy_heading .subsidy_heading_title {
		font-size: 26px;
		line-height: 1.2em;
		padding: 0.25em 0.5em;
	}
	.subsidy_heading .subsidy_heading_title span {
		font-size: 18px;
		padding-right: 0;
		display: block;
	}
	.subsidy_heading .text {
		font-size: 18px;
		margin-top: 10px;
	}

}


.subsidy_item_list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 3em 3em;
}
.subsidy_item_list .item {
    width: calc((100% - 6em) / 3);
    text-align: left;
    padding: 1em 1em;
    box-sizing: border-box;
}
.subsidy_item_list .item .title {
    color: #fff;
    padding-bottom: 20px;
}
.subsidy_item_list .item .title p {
    font-size: 18px;
    font-weight: 500;
	padding-bottom: 5px;
}
.subsidy_item_list .item .title h3 {
    font-size: 28px;
    font-weight: 500;
}

.subsidy_item_list .item .inner {
    padding: 1em 1em;
    height: 12em;
}
.subsidy_item_list .item .price {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.subsidy_item_list .item .price + .content-text {
    font-size: 20px;
}
@media screen and (max-width: 1195px) {
	.subsidy_item_list .item .title h3 {
        font-size: 28px;
		height: 60px;
		display: flex;
		align-items: center;
	}
	.subsidy_item_list .item .inner {
		height: 13.5em;
	}
}
@media screen and (max-width: 930px) {
    .subsidy_item_list .item .title p { font-size: 15px; }
    .subsidy_item_list .item .title h3 {
        font-size: 24px;
    }
    
    .subsidy_item_list .item .inner {
        padding: 1em 0.74em;
        height: 15em;
    }
    .subsidy_item_list .item .price + .content-text {
        font-size: 18px;
    }
    
}
@media screen and (max-width: 767px) {
	.subsidy_item_list {
		gap: 1.0em 1.0em;
	}
	.subsidy_item_list .item {
		width: 100%;
		padding: 0.5em 0.5em;
	}
	
	.subsidy_item_list .item .title {
		padding-bottom: 10px;
	}
	.subsidy_item_list .item .title p {
		font-size: 14px;
		line-height: 1.4em;
	}
	.subsidy_item_list .item .title h3 {
		font-size: 20px;
		line-height: 1.4em;
		height: inherit;
	}
	
	.subsidy_item_list .item .inner {
		padding: 0.5em 0.5em;
		height: fit-content;
	}
	.subsidy_item_list .item .price {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.subsidy_item_list .item .content-text {
		font-size: 15px;
	}
}


.cv_outer { padding: 5em 0; }
.cv_outer > figure {
    margin-bottom: 30px;
}
.cv_outer .btn {
    font-size: 26px;
    font-weight: 600;
    width: 500px;
    padding: 0.75em 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 5px solid #b44e7b;
    border-radius: 13px;
    margin: auto;
}
.cv_outer .btn::before {
	content: "";
	display: inline-block;
	width: 45px;
	height: 32px;
	background: url("../images/i_cv_btn.png") no-repeat;
	background-size: contain;
	margin-right: 0.5em;
}

@media screen and (max-width: 767px) {
	.cv_outer { padding: 2.0em 0; }
	.cv_outer > figure {
		width: 100%;
		margin-bottom: 20px;
	}
	.cv_outer .btn {
		font-size: 18px;
		width: 100%;
		padding: 0.5em 1em;
		box-sizing: border-box;
	}
	.cv_outer .btn::before {
		width: 35px;
		height: 21px;
	}
	
}



.subsidy_cont { padding: 5em 0; }
.subsidy_cont .content-title::after {
    display: block;
    font-size: 36px;
    margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
	.subsidy_cont {
		padding: 2.0em 0;
	}
	.subsidy_cont .content-title::after {
		font-size: 24px;
		margin: 0 auto 10px;
	}
}


/* 奨励金の支給事例 */
.subsidy_item_list.case .item .inner {
    height: 13.0em;
}
.subsidy_item_list.case .item .price {
    margin: 15px 0 0;
}
@media screen and (max-width: 1195px) {
    .subsidy_item_list.case .item .inner {
        height: 18.0em;
    }
}
@media screen and (max-width: 767px) {
    .subsidy_item_list.case .item .inner {
        height: auto;
    }
}


/* 料金 */
.price {}
.price .head_title {
    font-size: 32px;
    line-height: 1.8em;
    font-weight: bold;
    letter-spacing: 0.07em;
    width: fit-content;
    padding: 0.25em 0.75em;
    margin: 0 auto 20px;
    border-radius: 15px;
}
.price .head_title em {
    font-size: 40px;
}
.price .head_title span {
    font-size: 24px;
    font-weight: 500;
}
.price_lead_text {
    font-size: 20px;
}

.price .sticker {
    margin: 30px auto;
    gap: 0 2.5em;
}
@media screen and (max-width: 767px) {
	.price .head_title {
		font-size: 20px;
		width: 100%;
		box-sizing: border-box;
	}
	.price .head_title em {
		font-size: 38px;
	}
	.price .head_title span {
		font-size: 18px;
		line-height: 1.6em;
		display: block;
	}
	.price_lead_text {
		font-size: 15px;
		line-height: 1.6em;
	}
	
	.price .sticker {
		margin: 20px auto;
		gap: 0 1.5em;
	}
	.price .sticker figure { width: 33.33%; }
}


.price .price_outer {
    margin-top: 50px;
	padding: 1em 0 3.5em;
	background: url("../images/subsidy/price_img03.png") no-repeat;
	background-size: 226px auto;
}

.price .price_outer .title {
    font-size: 50px;
    line-height: 1.4em;
    font-family: "Noto Serif JP", serif;
    font-family: "Zen Old Mincho", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
	margin: 0 0 50px;
}

.price .price_outer .check_list {
	width: fit-content;
    margin-left: 30%;
}
.price .price_outer .check_list li {
	font-size: 27px;
	font-weight: 600;
    width: fit-content;
	min-width: 530px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.price .price_outer .check_list li::before {
	content: "";
	display: inline-block;
	width: 42px;
    height: 42px;
    background: url(../images/i_check.png) no-repeat;
    background-size: contain;
	margin-right: 0.75em;
}
@media screen and (max-width: 767px) {
	.price .price_outer {
        margin-top: 30px;
		padding: 0 0 0;
		/*background: url(../images/subsidy/price_img03.png) no-repeat;
		background-size: 20vw auto;
		background-position: bottom left;*/
		background: none;
	}
	.price .price_outer .title {
		font-size: 5.5vw;
		margin: 0 0 10px;
	}
	.price .price_outer .check_list {
		/*width: calc(100% - (20vw + 2.5vw));
        margin-left: 22.5vw;*/
		width: 100%;
        margin: 0 0;
	}
	.price .price_outer .check_list li {
		font-size: 16px;
		width: 100%;
        min-width: inherit;
	}
	.price .price_outer .check_list li::before {
		width: 20px;
		height: 20px;
		margin-right: 0.5em;
	}

}

