@charset "utf-8";
/* CSS Document */

/*ページ内共通
=============================*/

.sec {
	padding-bottom: 80px;
}

.h3 {
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-size: 5.3rem;
	color: #0d3d17;
	letter-spacing: 5px;
	text-align: center;
	margin: 0 auto 60px;
}

.h3:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  display: inline-block;
  width: 30px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0d3d17;
}

/*メインビジュアル
=============================*/
.background {
	text-align: center;
}
.background img {
	margin: 190px auto 0;
}

/*type
=============================*/
.type-box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 28px 18px;
	margin-top: -115px;
}

.type-box li {
	width: 229px;
	height: 229px;
	border-radius: 50%;
	position: relative;
}
.type-box-label {
	width: 75%;
	padding: 0.5em 1em;
	background: #0D3D17;
	color: #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 25px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transform: translateY(45%);
}

.type-box li a:hover {
	opacity: 1.0;
}

.type-box li:hover{
  transform: translateY(-7px);
  transition-duration: 0.5s;
}

.type-box li:nth-of-type(1) div.back-img {
	background: url("../img/circle-border01.png") repeat;
	padding: 10px 20px 10px 10px;
	border-radius: 50%;
	color: #003557;
}
.type-box li:nth-of-type(2) div.back-img {
	color: #990000;
	background: url("../img/circle-border02.png") repeat;
	padding: 10px 20px 10px 10px;
	border-radius: 50%;
}
.type-box li:nth-of-type(3) div.back-img {
	color: #004542;
	background: url("../img/circle-border04.png") repeat;
	padding: 10px 20px 10px 10px;
	border-radius: 50%;
}
.type-box li:nth-of-type(4) div.back-img {
	color: #606701;
	background: url("../img/circle-border03.png") repeat;
	padding: 10px 20px 10px 10px;
	border-radius: 50%;
}
.type-box li:nth-of-type(5) div.back-img {
	position: relative;
	span {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 50%;
		margin-inline: auto;
		transform: translateY(25%);
		color: #fff;
		text-align: center;
	}
}

.midashi {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.2;
}

.inner-txt {
	margin: auto;
	width: 209px;
	height: 209px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
}

.inner-txt > p {
	margin-bottom: 5px;
	&:first-child {
		padding-top: 10px;
	}
}

.inner-txt img {
	margin-bottom: 10px;
}

/*Contents
=============================*/
.contents-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: auto;
}

.contents-list li {
	width: 230px;
	text-align: center;
	background: #f1f1ef;
	height: 130px;
	margin-bottom: 20px;
	font-size: 1.3rem;
}

.contents-list li:hover {
  opacity: 0.8;
}

.contents-list li div {
	height: 98px;
	width: 100%;
}

.contents-list li p {
	color: #fff;
	text-align: center;
	padding: 6px 0;
}

.contents-list li:nth-of-type(1) div {
	background: url("../img/icon_top.png") top 15px center no-repeat;
}

.contents-list li:nth-of-type(1) p {
	background: #645d1a;
}

.contents-list li:nth-of-type(2) div {
	background: url("../img/icon-flow.png") top 15px center no-repeat;
}

.contents-list li:nth-of-type(2) p {
	background: #704b1a;
}

.contents-list li:nth-of-type(3) div {
	background: url("../img/icon-thanks.png") top 15px center no-repeat;
}

.contents-list li:nth-of-type(3) p {
	background: #6b3128;
}

.contents-list li:nth-of-type(4) div {
	background: url("../img/icon-bequest.png") top 15px center no-repeat;
}

.contents-list li:nth-of-type(4) p {
	background: #6b3128;
}

.contents-list li:nth-of-type(5) div {
	background: url("../img/icon-book.png") top 15px center no-repeat;
}

.contents-list li:nth-of-type(5) p {
	background: #5f2c3a;
}

.contents-list li:nth-of-type(6) div {
	background: url("../img/icon-clover.png") top 15px center no-repeat;
}

.contents-list li:nth-of-type(6) p {
	background: #252a4d;
}

.contents-list li:nth-of-type(7) div {
	background: url("../img/icon_poople.png") top 15px center no-repeat;
}

.contents-list li:nth-of-type(7) p {
	background: #073c51;
}

.contents-list li:nth-of-type(8) div {
	background: url("../img/icon-note.png") top 15px center no-repeat;
}

.contents-list li:nth-of-type(8) p {
	background: #004542;
}

.contents-list li:nth-of-type(9) div {
	background: url("../img/icon-qa.png") top 15px center no-repeat;
}

.contents-list li:nth-of-type(9) p {
	background: #18531b;
}

/*Topics
=============================*/

.sec-topics {
	background: #f1f1ef;
	padding: 60px 0 120px;
}

.topics-box {
	padding: 60px auto;
}

.topics-box dl:first-of-type {
	border-top: 1px solid #ccc;
}

.topics-box dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
}

.topics-box dt {
	width: 20%;
}

.topics-box dd {
	width: 80%;
}

.topics-box dd a {
	text-decoration: underline #0D3D17;
	color: #0D3D17;
	-webkit-text-decoration: underline #0D3D17;
	-webkit-color: #0D3D17;
}

.topics-box dd a:hover {
	text-decoration: none;
}

/*新着情報リンク
=============================*/
.topics-box a {color: #0D3D17;text-decoration: underline #0D3D17;}
.topics-box a:hover {text-decoration: underline;}

/* 別ウィンドウで開く */
.topics-box a[target="_blank"]::after {
  content: url("../common/img/external_icon.png");
  display: inline-block;
  margin: 0 3px;
}
.topics-box a[href$=".pdf"]::after {
  content: url("../common/img/pdf-icon.png");
  display: inline-block;
  margin: 0 3px;
}
.topics-box a[href$=".docx"]::after,.topics-box a[href$=".doc"]::after {
  content: url("../common/img/word-icon.png");
  display: inline-block;
  margin: 0 3px;
}

/*スマホ用お問い合わせ
=============================*/
.sp_contact {
	display: none;
}

@media screen and ( max-width: 767px ){

.h3 {
	font-size: 4rem		
}
	
.background {
	max-height: 526px;
	height: auto;
	}
	
.background img {
	margin-left: 0;
	width: 90%;
	margin-bottom: 100px;
	margin-top: 90px;
}
	
.type-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -30px;
}

/*type
=============================*/
.type-box {
	justify-content: center;
	margin-bottom: -50px;
	gap: 20px 10px;
}

.type-box li {
	margin-bottom: 15px;
	width: 155px;
	height: 155px;
	font-size: 1.1rem
}
.type-box li p img {
	max-height: 39px;
	width: auto;
}

.type-box li:nth-of-type(1) div.back-img {
	background: url("../img/circle-border01.png") repeat;
	padding: 5px 10px 5px 5px;
	border-radius: 50%;
	color: #003557;
}

.type-box li:nth-of-type(2) div.back-img {
	color: #990000;
	background: url("../img/circle-border02.png") repeat;
	padding: 5px 10px 5px 5px;
	border-radius: 50%;
}
.type-box li:nth-of-type(3) div.back-img {
	background: url("../img/circle-border04.png") repeat;
	padding: 5px 10px 5px 5px;
	border-radius: 50%;
	margin-top: -15px;
}
.type-box li:nth-of-type(4) div.back-img {
	color: #606701;
	background: url("../img/circle-border03.png") repeat;
	padding: 5px 10px 5px 5px;
	border-radius: 50%;
	margin-top: -15px;
}
.type-box li:nth-of-type(5) div.back-img {
	margin-top: -15px;
}
	
.midashi {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.4rem;
	font-weight: bold;
}

.inner-txt {
	margin: auto;
	width: 145px;
	height: 145px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
}
	
.inner-txt img {
	margin-bottom: 3px;
	width: 25%;
}
	
.inner-txt > p {
    margin-bottom: 3px;
}

/*content
=============================*/
.contents-list {
	justify-content: space-around;
	margin-top: 80px;
	width: 95%;
}

.contents-list li {
	max-width: 230px;
	width: 48%;
}
	
/*topics
=============================*/

.topics-box dl {
	width: 90%;	
	margin: auto;
}
	
.topics-box dt {
	width: 100%;
	padding-bottom:5px;
}

.topics-box dd {
	width: 100%;
}

.topics-box {
    padding: 60px auto 0;
}

.contents-list li:nth-of-type(7) p{
	padding: 16px 0;
}

.contents-list li:nth-of-type(8) {
	margin-bottom: 40px;
}

/*スマホ用お問い合わせ
=============================*/
.sp_contact {
	display: block;
	margin: 60px auto;
}

.sp_data-box {
	background: #0d3d17;
	width: 95%;
	margin: 0 auto;
	color: #fff;
	font-size:1.8rem;
}
	
.sp_merin-box {
	display: flex;
	align-items: center;
	width: 85%;
	padding: 19px 16px 29px;
	margin: 0 auto 20px;
	border: 3px solid  #0d3d17;
}

.sp_contact-box {
	position: relative;
	width: 94%;
	margin: auto;
	border: solid 2px #0d3d17;
}
	
}