@charset "UTF-8";

/*=====================

　　＜お墓づくり INDEX＞

　　01.共通
　　02.メインコピー
　　03.お墓ができるまで
　　04.よくある質問

=====================*/
.haikei {
	background: #caf3cc;
	background-size: contain;
}

.manga {
        font-size: 30px;
		text-align: center;
		font-family: 'Noto Serif JP', serif;
		margin-bottom: 10px;


}

.mangaa {
        font-size: 20px;
		text-align: center;
		font-family: 'Noto Serif JP', serif;
		margin-bottom: 30px;
}


.mangaab {
	font-size: 30px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 10px;
	text-decoration:underline;/*下線を引く*/
	text-decoration-color: rgb(248, 148, 144);/*下線を引く*/
	text-decoration-style:wavy;/*下線を波線で表示*/
	/*background:linear-gradient(transparent 70%, #f5b8f7 0%);*/
}



/*---------------------------------------------------

　　01.共通

---------------------------------------------------*/
main {
	background: #FFF;
}
#container {
	/*background: #FFF;*/
	background: #F1F4F3;
	color: #333;
}
.pan_bg {
	background: #F1F4F3;
}
#container .wrap {
	padding: 4rem 0;
}
#container .wrap_last {
	padding: 4rem 0 0;
}
#headArea .mainimg img {
    object-position: 50% 50%;
}

/*---- コンテンツタイトル ----*/
.conTtlArea {
	position: relative;
	width: 100%;
	height: 500px;
}
.conTtlArea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 100% 100%;
}
.conTtlArea .conTtl {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: #FFF;
	padding: 1.6rem 6rem;
	font-family: 'Noto Serif JP', serif;
}
.conTtlArea .conTtl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.conTtlArea .conTtl > li:first-child {
	border-right: solid 1px #333;
	padding-right: 1.5rem;
	margin-right: 1.5rem;
}
.conTtlArea .conTtl p {
	font-size: 25px;
	line-height: 1.4;
	color: #5e94b4;
}
.conTtlArea .conTtl h4 {
	font-size: 54px;
	font-weight: 500;
	line-height: 1.4;
	color: #333;
	border-bottom: solid 6px #5e94b4;
}

/*---- コンテンツテキスト ----*/
.mainTtl {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 1.8rem;
	letter-spacing: 1px;
}
.mainTxt {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	text-align: left;
	letter-spacing: 1px;
}


/*
	Tab
----------------------------------------*/
@media screen and (max-width: 1120px) {
	/*---- コンテンツタイトル ----*/
	.conTtlArea {
		height: 46vw;
	}
	.conTtlArea .conTtl {
		padding: 1.6vw 6vw;
	}
	.conTtlArea .conTtl p {
		font-size: 2.232vw;
	}
	.conTtlArea .conTtl h4 {
		font-size: 4.821vw;
	}

	/*---- コンテンツテキスト ----*/
	.mainTtl {
		font-size: 2.857vw;
		margin-bottom: 1.8rem;
	}
	.mainTxt {
		font-size: 1.429vw;
	}
}

/*
	sp
----------------------------------------*/
@media only screen and (max-width: 768px) {
	#container .wrap {
		padding: 3rem 0;
	}
	#container .wrap_last {
		padding: 3rem 0 0;
	}

	/*---- コンテンツタイトル ----*/
	.conTtlArea {
		height: 46vw;
	}
	.conTtlArea .conTtl {
		padding: 1.6vw 6vw;
	}
	.conTtlArea .conTtl p {
		font-size: 3.255vw;
	}
	.conTtlArea .conTtl h4 {
		font-size: 7.031vw;
	}

	/*---- コンテンツテキスト ----*/
	.mainTtl {
		font-size: 5.208vw;
		margin-bottom: 1.4rem;
	}
	.mainTxt {
		font-size: 3.125vw;
	}
}





/*---------------------------------------------------

　　02.メインコピー

---------------------------------------------------*/
#intro.wrap {
	padding: 3rem 0;
	text-align: center;
}
#intro .txtArea h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 38px;
	font-weight: 600;
	line-height: 1.6;
}
#intro .txtArea .txt {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 2.4;
}


/*
	Tab
----------------------------------------*/
@media screen and (max-width: 1120px) {
	#intro.wrap {
		padding: 3rem 0;
	}
	#intro .txtArea h3 {
		font-size: 3.393vw;
	}
	#intro .txtArea .txt {
		font-size: 1.429vw;
		line-height: 2.4;
	}
}

/*
	sp
----------------------------------------*/
@media only screen and (max-width: 768px) {
	#intro.wrap {
		padding: 2rem 0;
	}
	#intro .txtArea h3 {
		font-size: 4.688vw;
	}
	#intro .txtArea .txt {
		font-size: 3.125vw;
		line-height: 2.4;
	}
}


/*---------------------------------------------------

　　03.お墓ができるまで

---------------------------------------------------*/
/* アコーディオン全体 */
.accordion {
	width: 100%;
  	max-width: 1200px;
  	margin: 0 auto 8rem;
}
/* アコーディオン */
.accordion__item {
  cursor: pointer;
}
/* アコーディオンのタイトル */
.accordion__title {
  position: relative;
  padding: 36px 60px 36px 30px;
  cursor: pointer;
  font-size: 28px;
  background: #5E94B4;
  color: #FFF;
  font-family: 'Noto Serif JP', serif;
  border-bottom: 1px solid #fff;
}
.accordion__title .sankaku {
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
	bottom: -20px;
	width: 40px;
	z-index: 1;
}
/* (+)アイコン */
.accordion__title::before,
.accordion__title::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #fff;
  width: 35px;
  height: 2px;
  font-size: 16px;
  transition: all 0.3s;
}
.accordion__title::after {
  transform: rotate(90deg);
}
/* アコーディオンのコンテンツ */
.accordion__content {
  padding: 45px 50px;
  display: none;
  cursor: pointer;
  font-family: 'Noto Serif JP', serif;
  background: #fff;
}
.accordion__content.is-open {
  display: block;
}
.accordion__content ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.accordion__content li:nth-child(1) {
	width: 32%;
}
.accordion__content li:nth-child(2) {
	width: 64%;
	font-size: 16px;
	text-align: left;
	line-height: 1.8;
}
.accordion__content .aco_btn {
	width: 100%;
	max-width: 500px;
	margin: 2rem auto 0;
}
.accordion__content .aco_btn a:hover {
	opacity: 0.6;
	transition: 0.3s;
}
/* アコーディオン展開時の(-)アイコン */
.accordion__item.is-active .accordion__title::before {
  transform: rotate(180deg);
}
.accordion__item.is-active .accordion__title::after {
  transform: rotate(180deg);
  opacity: 0;
}

/*
	Tab
----------------------------------------*/
@media screen and (max-width: 1120px) {
.accordion {
	width: 90%;
  	max-width: initial;
}
.accordion__content {
	padding: 45px 30px;
}
}

/*
	sp
----------------------------------------*/
@media only screen and (max-width: 768px) {
.accordion {
  	margin: 0 auto 5rem;
}
.accordion__title {
	padding: 36px 30px 36px 15px;
	font-size: 4vw;
}
.accordion__title::before,
.accordion__title::after {
  content: "";
  position: absolute;
  right: 15px;
  width: 25px;
}
.accordion__title::after {
  transform: rotate(90deg);
}
.accordion__content {
	padding: 45px 20px;
}
.accordion__content ul {
	display: block;
}
.accordion__content li:nth-child(1) {
	width: 100%;
	margin-bottom: 1.5rem;
}
.accordion__content li:nth-child(2) {
	width: 100%;
	font-size: 3.125vw;
}
.accordion__content .aco_btn {
	width: 100%;
	max-width: initial;
}
}


/*---------------------------------------------------

　　04.よくある質問

---------------------------------------------------*/
/* アコーディオン全体 */
.accordion.accordion_02 {
    margin: 0 auto;
}
.accordion.accordion_02 .accordion__title {
	padding: 25px 90px 25px 40px;
}
.accordion.accordion_02 .accordion__content {
    padding: 40px 90px 70px 40px;
	font-family: 'Noto Sans JP', sans-serif;
}
.bg_qa {
	width: 100%;
	background: #fff;
	margin: 0 auto;
}
.andQ_A {
	width: 100%;
	max-width: 1200px;
	padding: 8rem 0;
	margin: 0 auto;
}
.andQ_A .txtArea {
	padding-bottom: 6rem;
    text-align: center;
}
.andQ_A .txtArea h3 {
	position: relative;
    font-family: 'Noto Serif JP', serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.6;
}
.andQ_A .txtArea h3::after {
    background-color: #333333;
    content: "";
    height: 2px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
}
.question {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	background: #5E94B4;
	color: #fff;
	font-size: 24px;
	line-height: 1.6;
	font-family: 'Noto Serif JP', serif;
}
.andQ_A .maru {
	width: 8.5%;
}
.answer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
	color: #333;
	font-size: 16px;
	line-height: 1.6;
}
.andQ_A p {
	width: 89%;
}

/*
	Tab
----------------------------------------*/
@media screen and (max-width: 1120px) {
.andQ_A {
	width: 90%;
	max-width: initial;
}
.accordion.accordion_02 {
    width: 100%;
}
}

/*
	sp
----------------------------------------*/
@media only screen and (max-width: 768px) {
.accordion.accordion_02 .accordion__title {
	padding: 25px 15px 25px 15px;
}
.accordion.accordion_02 .accordion__content {
    padding: 25px 15px 45px 15px;
}
.andQ_A {
	padding: 5rem 0;
}
.andQ_A .txtArea h3 {
	font-size: 4.688vw;
}
.andQ_A .txtArea h3::after {
    width: 44px;
}
.andQ_A .txtArea {
	padding-bottom: 4rem;
}
.question {
	display: block;
	font-size: 4vw;
}
.question p {
	padding-right: 30px;
}
.andQ_A .maru {
	width: 15%;
	margin: 0 auto 10px;
}
.answer {
	font-size: 3.125vw;
}
.andQ_A p {
	width: 100%;
}
}


/*=====================

　　＜公共事業の実績 INDEX＞

　　01.共通
　　02.メインコピー
　　03.公共事業の実績 ボタン
　　04.公共事業の実績


=====================*/


/*---------------------------------------------------

　　01.共通

---------------------------------------------------*/
main {
	background: #FFF;
}
#container {
	background: #FFF;
	color: #333;
}
#container .wrap {
	padding: 4rem 0;
}
#container .wrap_last {
	padding: 4rem 0 0;
}
#headArea .mainimg img {
    object-position: 50% 50%;
}
/*---- コンテンツタイトル ----*/
.conTtlArea {
	position: relative;
	width: 100%;
	height: 500px;
}
.conTtlArea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 100% 100%;
}
.conTtlArea .conTtl {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: #FFF;
	padding: 1.6rem 6rem;
	font-family: 'Noto Serif JP', serif;
}
.conTtlArea .conTtl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.conTtlArea .conTtl > li:first-child {
	border-right: solid 1px #333;
	padding-right: 1.5rem;
	margin-right: 1.5rem;
}
.conTtlArea .conTtl p {
	font-size: 25px;
	line-height: 1.4;
	color: #5e94b4;
}
.conTtlArea .conTtl h4 {
	font-size: 54px;
	font-weight: 500;
	line-height: 1.4;
	color: #333;
	border-bottom: solid 6px #5e94b4;
}

/*---- コンテンツテキスト ----*/
.mainTtl {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 1.8rem;
	letter-spacing: 1px;
}
.mainTxt {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	text-align: left;
	letter-spacing: 1px;
}


/*
	Tab
----------------------------------------*/
@media screen and (max-width: 1120px) {
	/*---- コンテンツタイトル ----*/
	.conTtlArea {
		height: 46vw;
	}
	.conTtlArea .conTtl {
		padding: 1.6vw 6vw;
	}
	.conTtlArea .conTtl p {
		font-size: 2.232vw;
	}
	.conTtlArea .conTtl h4 {
		font-size: 4.821vw;
	}

	/*---- コンテンツテキスト ----*/
	.mainTtl {
		font-size: 2.857vw;
		margin-bottom: 1.8rem;
	}
	.mainTxt {
		font-size: 1.429vw;
	}
}

/*
	sp
----------------------------------------*/
@media only screen and (max-width: 768px) {
	#container .wrap {
		padding: 3rem 0;
	}
	#container .wrap_last {
		padding: 3rem 0 0;
	}

	/*---- コンテンツタイトル ----*/
	.conTtlArea {
		height: 46vw;
	}
	.conTtlArea .conTtl {
		padding: 1.6vw 6vw;
	}
	.conTtlArea .conTtl p {
		font-size: 3.255vw;
	}
	.conTtlArea .conTtl h4 {
		font-size: 7.031vw;
	}

	/*---- コンテンツテキスト ----*/
	.mainTtl {
		font-size: 5.208vw;
		margin-bottom: 1.4rem;
	}
	.mainTxt {
		font-size: 3.125vw;
	}
}





/*---------------------------------------------------

　　02.メインコピー

---------------------------------------------------*/
#intro.wrap {
	padding: 3rem 0;
	text-align: center;
}
#intro .txtArea h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 38px;
	font-weight: 600;
	line-height: 1.6;
}
#intro .txtArea .txt {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 2.4;
}


/*
	Tab
----------------------------------------*/
@media screen and (max-width: 1120px) {
	#intro .txtArea h3 {
		font-size: 3.393vw;
	}
	#intro .txtArea .txt {
		font-size: 1.429vw;
		line-height: 2.4;
	}
}

/*
	sp
----------------------------------------*/
@media only screen and (max-width: 768px) {
	#intro.wrap {
		padding: 2rem 0;
	}
	#intro .txtArea h3 {
		font-size: 4.688vw;
	}
	#intro .txtArea .txt {
		font-size: 3.125vw;
		line-height: 2.4;
	}
}

/*---------------------------------------------------

　　03.公共事業の実績 ボタン

---------------------------------------------------*/
.public_btn {
	width: 100%;
	max-width: 770px;
	margin: 4rem auto;
}
.public_btn ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.public_btn li {
	width: 240px;
	margin-bottom: 0;
}
.public_btn li:nth-child(-n+3) {
	margin-bottom: 1.5rem;
}
.public_btn li a {
	display: block;
	text-align: left;
	color: #333;
	border: 1px solid #333;
	border-radius: 10px;
}
.public_btn a.arrow-bottom {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    color: #333;
    vertical-align: middle;
    text-decoration: none;
    padding: 1rem 0 1rem 1rem;
}
.public_btn a.arrow-bottom::after {
    position: absolute;
    top: -5px;
    bottom: 0;
    right: 15px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 0.7em;
    height: 0.7em;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.public_btn li a:hover {
	color: #fff;
	background: #333;
}
.public_btn a.arrow-bottom:hover:after {
	border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

/*
	Tab
----------------------------------------*/
@media screen and (max-width: 1120px) {

}
/*
	sp
----------------------------------------*/
@media only screen and (max-width: 768px) {
.public_btn {
	width: 92%;
	max-width: initial;
	margin: 2rem auto 3rem;
}
.public_btn li {
	width: 49%;
	margin-bottom: 1rem;
}
.public_btn li:nth-child(-n+3) {
	margin-bottom: 1rem;
}
.public_btn li:nth-child(5) {
	margin-bottom: 0;
}
.public_btn li:nth-child(6) {
	margin-bottom: 0;
}
.public_btn a.arrow-bottom {
	font-size: 3.125vw !important;
	padding: 1.2rem 0 1.2rem 0.6rem;
}
.public_btn a.arrow-bottom::after {
    position: absolute;
    right: 10px;
}
}

/*---------------------------------------------------

　　04.公共事業の実績

---------------------------------------------------*/
.bg_g {
	background: #F1F4F3;
}
.pub_con01 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 8rem 0 5rem;
}
.main_ttl {
	text-align: center;
    font-size: 44px;
	padding-bottom: 5rem;
	font-family: 'Noto Serif JP', serif;
}
.pub_con01 ul {
	display: flex;
	flex-wrap: wrap;
}
.pub_con01 li {
	width: 31%;
	margin: 0 3.5% 4% 0;
}
.pub_con01 li:nth-child(3n) {
	margin: 0 0 4% 0;
}
.pub_con01 li p {
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
	padding: 10px 0 0;
}
.pub_con01 li p strong {
	font-size: 22px;
	font-weight: bold;
}
.pub_con01 li p span {
	font-size: 18px;
	font-weight: bold;
	display: block;
}
/**/
.pub_con02 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 8rem 0 5rem;
}
.pub_con02_con {
	margin-bottom: 5rem;
}
.pub_con02_con:last-child {
	margin-bottom: 3rem;
}
.pub_con02_con .pub_ttl {
	text-align: left;
	font-size: 34px;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	margin: 0 auto 2rem;
}
.pub_con02_con .pub_ttl span {
	font-size: 24px;
}
.pub_con02_con ul {
	display: flex;
	flex-wrap: wrap;
}
.pub_con02_con li {
	width: 18%;
	margin-right: 2.5%;
}
.pub_con02_con li:last-child {
	margin-right: 0;
}
.pub_con02_con li p {
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
	padding: 10px 0 0;
}
.pub_con02_con li p strong {
	font-size: 22px;
	font-weight: bold;
}
.pub_con02_con li p span {
	font-size: 18px;
	font-weight: bold;
	display: block;
}
/*
	Tab
----------------------------------------*/
@media screen and (max-width: 1200px) {
.pub_con01 {
	width: 92%;
	max-width: initial;
}
/**/
.pub_con02 {
	width: 92%;
	max-width: initial;
}
}
/*
	sp
----------------------------------------*/
@media only screen and (max-width: 768px) {
.pub_con01 {
	padding: 3rem 0 2rem;
}
.main_ttl {
    font-size: 5.729vw;
	padding-bottom: 2rem;
}
.pub_con01 li {
	width: 49%;
	margin: 0 2% 6% 0;
}
.pub_con01 li:nth-child(2) {
	margin: 0 0 6% 0;
}
.pub_con01 li:nth-child(3) {
	margin: 0 2% 6% 0;
}
.pub_con01 li:nth-child(4) {
	margin: 0 0 6% 0;
}
.pub_con01 li:nth-child(5) {
	margin: 0 2% 6% 0;
}
.pub_con01 li:nth-child(6) {
	margin: 0 0 6% 0;
}
.pub_con01 li:nth-child(7) {
	margin: 0 2% 6% 0;
}
.pub_con01 li:nth-child(8) {
	margin: 0 0 6% 0;
}
.pub_con01 li:nth-child(9) {
	margin: 0 2% 6% 0;
}
.pub_con01 li:nth-child(10) {
	margin: 0 0 6% 0;
}
.pub_con01 li:nth-child(11) {
	margin: 0 2% 6% 0;
}
.pub_con01 li:nth-child(12) {
	margin: 0 0 6% 0;
}
.pub_con01 li p {
	font-size: 3.125vw !important;
}
.pub_con01 li p strong {
	font-size: 3.5vw !important;
}
.pub_con01 li p span {
	font-size: 3.2vw !important;
}
/**/
.pub_con02 {
	padding: 3rem 0 2rem;
}
.pub_con02_con {
	margin-bottom: 1rem;
}
.pub_con02_con:last-child {
	margin-bottom: 0;
}
.pub_con02_con .pub_ttl {
	font-size: 4vw !important;
	margin: 0 auto 2rem;
}
.pub_con02_con .pub_ttl span {
	font-size: 3.5vw !important;
}
.pub_con02_con li {
	width: 49%;
	margin: 0 2% 6% 0;
}
.pub_con02_con li:nth-child(2) {
	margin: 0 0 6% 0;
}
.pub_con02_con li:nth-child(3) {
	margin: 0 2% 6% 0;
}
.pub_con02_con li:nth-child(4) {
	margin: 0 0 6% 0;
}
.pub_con02_con li:nth-child(5) {
	margin: 0 2% 6% 0;
}
.pub_con02_con li:last-child {
	margin-right: auto;
}
.pub_con02_con li p {
	font-size: 3.125vw !important;
}
.pub_con02_con li p strong {
	font-size: 3.5vw !important;
}
.pub_con02_con li p span {
	font-size: 3.2vw !important;
}
}




