@charset "utf-8";
/* CSS Document */
html {
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #000;
	font-size: 62.5%;
}
body {
	color: #0d1c26;
	letter-spacing: 1px;
	font-size: 1.6rem;
	line-height: 2.0;
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
	;
	font-feature-settings: 'palt'1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	scroll-behavior: smooth;
}

@media screen and (max-width: 780px) { /*---------------------------SP----- */
	body {
		font-size: 1.5rem;
		line-height: 1.875em;
		letter-spacing: 0.1em;
	}
}

@media only screen and (min-width: 781px) {
    .sp { display: none!important; }
    .pc { display: block; }
}
@media only screen and (max-width: 780px) {
    .pc { display: none!important; }
    .sp { display: block!important; }
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

/* header
--------------------------------------------------------*/
header {
	position: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding: 20px 30px;
	background: transparent;
	transition: background 0.3s;
	z-index: 100;
}
header .logo {
	width: 230px;
	margin-right: 20px;
}
header .head_btn {
	display: flex;
	justify-content: flex-end;
}
header .head_mail:hover {
	opacity: 0.7;
	transition: all 0.3s;
}
header .head_tel {
	width: 240px;
	margin-right: 20px;
}
header .head_shiryou {
	margin-right: 10px;
}
header .head_shiryou:hover {
	opacity: 0.7;
	transition: all 0.3s;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	header {
		width: 100%;
		padding: 3%;
	}
	header .logo {
		width: 204px;
	}
	header .head_tel {
		width: 40px;
		margin-right: 10px;
	}
	header .head_mail {
		width: 40px;
	}
}


/* mv
--------------------------------------------------------*/
.mv {
	background: url("image/mv_bg.jpg") center top no-repeat;
	background-size: 100%;
	z-index: 500;
}
h1 {
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
}


/* sec1
--------------------------------------------------------*/
.sec1 {
	padding: 0 30px 100px;
	margin-top: -6%;
}
.sec1 h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 36px;
	letter-spacing: 0.1em; 
}
.sec1 h2 span {
	font-size: 4.6rem;
	color: #D90313;
}
.sec1 ul {
	background-color: #fff;
	max-width: 800px;
	margin: 0 auto;
	padding: 46px 0 46px 90px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
@media screen and (max-width: 880px) { /*---------------------------SP----- */
	.sec1 ul {
		padding: 46px 0 46px 60px;
	}
}
.sec1 li {
	font-size: 2.4rem;
	background: url("image/sec1_icon.png") left center no-repeat;
	background-size: 24px 24px;
	padding-left: 36px;
	margin-bottom: 20px;
}
.sec1 li:last-child {
	margin-bottom: 0;
}
.sec1 li span {
	color: #D90313;
	font-weight: bold;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.sec1 {
		padding: 0 30px 4em;
		margin-top: 3%;
	}
	.sec1 h2 {
		font-size: 2.6rem;
		margin-bottom: 1em;
		line-height: 1.4;
	}
	.sec1 h2 span {
		font-size: 3.6rem;
	}
	.sec1 ul {
		max-width: 100%;
		padding: 0;
		box-shadow: none;
	}
	.sec1 li {
		font-size: 1.8rem;
		background: url("image/sec1_icon.png") left top 4px no-repeat;
		background-size: 20px 20px;
		padding-left: 30px;
		margin-bottom: 16px;
		text-align: justify;
	}
}


/* sec2
--------------------------------------------------------*/
.sec2 {
	background: url("image/sec2_bg.jpg") center top no-repeat;
	background-size: cover;
	padding: 140px 30px;
}
.sec2_wrap {
	max-width: 800px;
	margin: 0 auto;
	background-color: rgb(255,255,255,0.7);
}
.sec2 h2 {
	background-color: #D90313;
	font-family: 'Noto Serif JP', serif;
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 1.5;
	padding: 20px;
	letter-spacing: 0.1em;
}
.sec2 h2 span {
	font-size: 2.4rem;
	display: block;
}
.sec2 p {
	text-align: center;
	font-weight: bold;
	padding: 20px;
	line-height: 2.4;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.sec2 {
		padding: 4em 20px;
	}
	.sec2_wrap {
		max-width: 100%;
	}
	.sec2 h2 {
		font-size: 2.4rem;
		line-height: 1.5;
		padding: 20px 10px;
		letter-spacing: 0.04em;
	}
	.sec2 h2 span {
		font-size: 2.0rem;
	}
	.sec2 p {
		text-align: justify;
	}
	.sec2 p br {
		display: none;
	}
}


/* sec3
--------------------------------------------------------*/
.sec3 {
	background: url("image/sec3_ttl.png") center top 40px no-repeat;
	padding: 200px 30px 140px;
}
.sec3 h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 50px;
}
.sec3 ul {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.sec3 li {
	width: calc( 100% / 3 - 24px );
	padding: 80px 30px 30px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	display: flex;
    flex-direction: column; /* 子要素を縦に配置 */
    align-items: center;
}
.sec3 li:nth-child(1) {
	background: url("image/sec3_icon1.png") center top 30px no-repeat;
	background-size: 52px auto;
}
.sec3 li:nth-child(2) {
	background: url("image/sec3_icon2.png") center top 30px no-repeat;
	background-size: 42px auto;
}
.sec3 li:nth-child(3) {
	background: url("image/sec3_icon3.png") center top 30px no-repeat;
	background-size: 48px auto;
}
.sec3 h3 {
	color: #340004;
	font-size: 2.4rem;
	text-align: center;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}
.sec3 p {
	text-align: justify;
	margin-bottom: 30px;
}
.sec3 .openPopup, .sec4 .openPopup {
	width: 175px;
    margin: auto auto 0;
	padding: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
  }
.sec3 .btn:hover, .sec4 .btn:hover {
	opacity: 0.7;
	transition: all 0.3s;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.sec3 {
		background: url("image/sec3_ttl.png") center top 20px no-repeat;
		background-size: 40%;
		padding: 5em 20px 4em;
	}
	.sec3 h2 {
		font-size: 2.6rem;
		margin-bottom: 1em;
	}
	.sec3 ul {
		max-width: 100%;
		display: block;
	}
	.sec3 li {
		width: 100%;
		padding: 80px 20px 30px;
		margin-bottom: 30px;
	}
	.sec3 li:last-child {
		margin-bottom: 0;
	}
	.sec3 h3 {
		font-size: 2.0rem;
		margin-bottom: 1em;
	}
	.sec3 p {
		margin-bottom: 1.4em;
	}
	.sec3 .openPopup, .sec4 .openPopup {
		width: 140px;
	  }
}


/* sec4
--------------------------------------------------------*/
.sec4 {
	background: url("image/sec4_ttl.png") center top -10px no-repeat, url("image/sec4_bg.jpg") center top no-repeat;
	background-size: auto, cover;
	padding: 170px 30px 140px;
}
.sec4 h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
}
.sec4 ul {
	max-width: 760px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.sec4 li {
	width: calc( 100% / 2 - 24px );
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}
.sec4 h3 {
	background-color: rgb(217,3,19,0.8);
	font-size: 2.4rem;
	min-height: calc( 3em + 28px );
	padding: 14px;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sec4 div.sec4_wrap {
	background-color: rgb(255,255,255,0.85);
	padding: 30px;
	display: flex;
    flex-direction: column; /* 子要素を縦に配置 */
    align-items: center;
}
.sec4 p {
	text-align: justify;
	margin-bottom: 30px;
}
.sec4 .btn {
	width: 175px;
    margin: auto auto 0;
  }
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.sec4 {
		background: url("image/sec4_ttl.png") center top 10px no-repeat, url("image/sec4_bg.jpg") center top no-repeat;
		background-size: 40%, cover;
		padding: 5em 20px 4em;
	}
	.sec4 h2 {
		font-size: 2.6rem;
		margin-bottom: 1em;
	}
	.sec4 ul {
		max-width: 100%;
		display: block;
	}
	.sec4 li {
		width: 100%;
		margin-bottom: 30px;
	}
	.sec4 li:last-child {
		margin-bottom: 0;
	}
	.sec4 h3 {
		font-size: 2.0rem;
		min-height: auto;
		padding: 10px;
		line-height: 1.4;
	}
	.sec4 h3 br {
		display: none;
	}
	.sec4 div.sec4_wrap {
		padding: 20px 20px 30px;
	}
	.sec4 p {
		margin-bottom: 1.4em;
	}
	.sec4 .btn {
		width: 140px;
	}
}


/* sec5
--------------------------------------------------------*/
.sec5 {
	background: url("image/sec5_ttl.png") center top 70px no-repeat #F2F5FA;
	background-size: auto, cover;
	padding: 200px 30px 140px;
}
.sec5 h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 50px;
}
.sec5 ul {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px; /* セル間の間隔 */
}
@media screen and (max-width: 1040px) { /*---------------------------SP----- */
	.sec5 ul {
		grid-template-columns: repeat(3, 1fr);
	}
}
.sec5 li {
	background: url("image/sec5_icon.png") right 20px center no-repeat, url("image/sec5_btn.png") center center no-repeat;
	background-size: 12px 12px, cover;
    text-align: center;
	min-height: 74px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
  }
.sec5 .openPopup {
	padding: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
	color: #fff;
	letter-spacing: 0.1em;
	width: 100%;
	height: 100%;
  }
.sec5 .btn:hover {
	opacity: 0.7;
	transition: all 0.3s;
}
.sec5 .popup-content {
	color: #000;
}
.sec5 .popup-content p {
	color: #000;
	line-height: 2.0;
	text-align: justify;
	margin-bottom: 40px;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.sec5 {
		background: url("image/sec5_ttl.png") center top 30px no-repeat #F2F5FA;
		background-size: 24%, cover;
		padding: 5em 14px 4em;
	}
	.sec5 h2 {
		font-size: 2.6rem;
		margin-bottom: 1em;
	}
	.sec5 ul {
		max-width: 100%;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px; /* セル間の間隔 */
	}
	.sec5 li {
		background: url("image/sec5_icon.png") right 10px center no-repeat, url("image/sec5_btn.png") center center no-repeat;
		background-size: 12px 12px, cover;
		min-height: 60px;
		padding-right: 20px;
		font-size: 14px;
	  }
	.sec5 .openPopup {
		padding: 0 0 0 10px;
		letter-spacing: 0.04em;
		text-align: left;
	  }
	.sec5 .popup-content p {
		margin-bottom: 2.4em;
	}
}


/* sec12
--------------------------------------------------------*/
.sec12 {
	background: url("image/sec12_ttl.png") center top 70px no-repeat, url("image/sec12_bg.jpg") center top no-repeat;
	background-size: auto 120px, cover;
	padding: 190px 30px 140px;
}
.sec12_wrap {
	max-width: 1000px;
	margin: 0 auto;
}
.sec12 h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 30px;
}
.reason_wrap {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.sec12 h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 0;
	background-color: #D90313;
	padding: 24px 0;
	line-height: 1;
}
.sec12 .reason {
	background-color: rgb(255,255,255,0.87);
	/*border: 1px solid #D90313;*/
	padding: 50px;
	margin-bottom: 40px;
}
.sec12 .reason p {
	margin-bottom: 1.2em;
}
.sec12 .reason ul {
	margin-bottom: 1.2em;
}
.sec12 .reason li {
	list-style-type: disc;
	color: #D90313;
	font-weight: bold;
	margin-left: 2em;
}
.sec12 .reason p:last-child {
	margin-bottom: 0;
}
.sec12 table {
	border-collapse: collapse;
	padding: 0;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	border-left: 1px solid #D90313;
	background-color: rgb(255,255,255,0.90);
}
.sec12 table th, .sec12 table td {
	width: 50%;
	vertical-align: middle;
	padding: 30px 40px;
}
.sec12 table td {
	border-right: 1px solid #D90313;
	border-bottom: 1px solid #D90313;
}
.sec12 h4 {
	color: #340004;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin-bottom: 0.8em;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.sec12 {
		background: url("image/sec12_ttl.png") center top 30px no-repeat, url("image/sec12_bg.jpg") left top no-repeat;
		background-size: 22%, cover;
		padding: 5em 20px 4em;
	}
	.sec12 h2 {
		font-size: 2.6rem;
		margin-bottom: 1em;
	}
	.sec12 h3 {
		font-size: 1.9rem;
		padding: 18px 0;
	}
	.sec12 .reason {
		padding: 6%;
		margin-bottom: 30px;
	}
	.sec12 .reason p {
		text-align: justify;
	}
	.sec12 .reason ul {
		text-align: justify;
	}
	.sec12 .reason li {
		margin-bottom: 0.7em;
		line-height: 1.4;
	}
	.sec12 table td {
		display: block;
		width: 100%;
		padding: 6%;
	}
	.sec12 table td p {
		text-align: justify;
	}
	.sec12 h4 {
		font-size: 1.8rem;
		margin-bottom: 0.6em;
	}
}


/* sec14
--------------------------------------------------------*/
.sec14 {
	background: url("image/sec14_ttl.png") center top 70px no-repeat #F2F5FA;
	background-size: auto 120px;
	padding: 190px 30px 140px;
}
.sec14_wrap {
	max-width: 1200px;
	margin: 0 auto;
}
.sec14 h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 30px;
}
.jirei_wrap {
	display: flex;
	justify-content: space-between;
}
.jirei_box {
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	width: 48%;
}
.sec14 h3 {
	text-align: center;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	padding: 14px 0;
	background-color: #D90313;
}
.sec14 h3 span {
	font-size: 2.4rem;
}
.sec14 dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 20px;
}
.sec14 dt {
	width: 100px;
	background-color: #ddd;
	text-align: center;
	margin-bottom: 6px;
	margin-right: 20px;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.4;
	padding: 4px 0;
}
.sec14 dd {
	width: calc( 100% - 120px );
	line-height: 1.4;
	margin-bottom: 6px;
	padding: 4px 0;
}
.sec14 h4.kaiketu {
	font-size: 1.8rem;
	font-weight: bold;
	color: #D90313;
	border-bottom: 2px solid #D90313;
	margin: 0 20px 20px;
	text-align: center;
	line-height: 1;
	padding-bottom: 8px;
}
.sec14 ul {
	padding: 0 20px 30px;
}
.sec14 ul li {
	line-height: 1.6;
	margin-bottom: 10px;
	list-style: circle;
	margin-left: 1.6em;
	text-align: justify;
}
.sec14 ul li:last-child {
	margin-bottom: 0;
}
.sec14 ul li strong {
	font-weight: bold;
	color: #D90313;
}
.sec14 h4.seika {
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	background-color: #D90313;
	margin: 0 0 20px;
	text-align: center;
	line-height: 1;
	padding: 8px 0;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.sec14 {
		background: url("image/sec14_ttl.png") center top 30px no-repeat #F2F5FA;
		background-size: 18%;
		padding: 5em 20px 4em;
	}
	.sec14_wrap {
		max-width: 100%;
	}
	.sec14 h2 {
		font-size: 2.6rem;
		margin-bottom: 1em;
	}
	.jirei_wrap {
		display: block;
	}
	.jirei_box {
		width: 100%;
		margin-bottom: 30px;
	}
	.jirei_box:last-child {
		margin-bottom: 0;
	}
	.sec14 h3 {
		font-size: 1.5rem;
	}
	.sec14 h3 span {
		font-size: 2.0rem;
	}
	.sec14 dt {
		width: 80px;
		margin-bottom: 4px;
		margin-right: 14px;
		font-size: 1.3rem;
	}
	.sec14 dd {
		width: calc( 100% - 94px );
		line-height: 1.4;
		margin-bottom: 6px;
		padding: 4px 0;
	}
	.sec14 h4.kaiketu {
		font-size: 1.6rem;
	}
	.sec14 ul li {
		margin-bottom: 12px;
	}
	.sec14 h4.seika {
		font-size: 1.6rem;
	}
}



/* sec6
--------------------------------------------------------*/
.sec6 {
	background: url("image/sec6_ttl.png") center top 60px no-repeat;
	background-size: auto, cover;
	padding: 200px 30px 140px;
}
.sec6 h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 30px;
}
.sec6 p {
	text-align: center;
	margin-bottom: 40px;
}
.sec6 table {
	border-collapse: collapse;
	padding: 0;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	border-left: 1px solid #D90313;
	border-top: 1px solid #D90313;
}
.sec6 table th, .sec6 table td {
	text-align: center;
	vertical-align: middle;
	padding: 24px;
	line-height: 1;
}
.sec6 table th {
	color: #fff;
	background-color: #D90313;
	border-bottom: 1px solid #fff;
}
.sec6 table tr:last-child th {
	border-bottom: 1px solid #D90313;
}
.sec6 table td {
	font-size: 2.4rem;
	font-weight: bold;
	border-right: 1px solid #D90313;
	border-bottom: 1px solid #D90313;
}
.sec6 table td span {
	font-size: 1.6rem;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.sec6 {
		background: url("image/sec6_ttl.png") center top 30px no-repeat;
		background-size: 16%, cover;
		padding: 5em 20px 4em;
	}
	.sec6 h2 {
		font-size: 2.6rem;
		margin-bottom: 1em;
	}
	.sec6 p {
		margin-bottom: 1.4em;
		text-align: justify;
	}
	.sec6 table {
		max-width: 100%;
	}
	.sec6 table th, .sec6 table td {
		padding: 10px;
		line-height: 1.4;
	}
	.sec6 table th {
		white-space: nowrap;
	}
	.sec6 table td {
		font-size: 1.8rem;
	}
	.sec6 table td span {
		font-size: 1.3rem;
	}
}


/* sec7
--------------------------------------------------------*/
.sec7 {
	background: url("image/sec7_bg.jpg") center top no-repeat;
	background-size: cover;
	padding: 0 30px 140px;
}
.sec7 h2 {
	max-width: 692px;
	margin: 0 auto 20px;
}
.sec7 div {
	max-width: 800px;
	margin: 0 auto 40px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.sec7 div:last-child {
	margin: 0 auto;
}
.sec7 h4 {
	width: 126px;
	margin: 0 auto;
	padding: 20px 0 5px;
}
.sec7 h3 {
	background-color: #D90313;
	font-family: 'Noto Serif JP', serif;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
	line-height: 1;
	padding: 16px;
}
.sec7 p {
	text-align: justify;
	padding: 20px 40px 30px;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.sec7 {
		padding: 0 20px 4em;
	}
	.sec7 h2 {
		max-width: 94%;
		margin: 0 auto 20px;
	}
	.sec7 div {
		max-width: 100%;
		margin: 0 auto 30px;
	}
	.sec7 h4 {
		width: 100px;
		padding: 5px 0;
	}
	.sec7 h3 {
		font-size: 2.0rem;
		line-height: 1.4;
		padding: 14px;
	}
	.sec7 p {
		text-align: justify;
		padding: 20px;
	}
}


/* sec8
--------------------------------------------------------*/
.sec8 {
	background: url("image/sec8_ttl.png") center top 30px no-repeat, url("image/sec8_bg.jpg") center top no-repeat;
	background-size: auto, cover;
	padding: 180px 30px 100px;
}
.sec8 h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
}
.sec8 p {
	max-width: 1106px;
	margin: 0 auto;
	line-height: 1;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.sec8 {
		background: url("image/sec8_ttl.png") center top 20px no-repeat, url("image/sec8_bg.jpg") center top no-repeat;
		background-size: 30%, cover;
		padding: 5em 20px 3em;
	}
	.sec8 h2 {
		font-size: 2.6rem;
		margin-bottom: 1em;
	}
	.sec8 p {
		max-width: 100%;
	}
}


/* sec9
--------------------------------------------------------*/
.sec9 {
	background: url("image/sec9_ttl.png") center top 30px no-repeat;
	padding: 170px 30px 140px;
}
.sec9 h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 50px;
}
.sec9 p.sec9_img1 {
	max-width: 1200px;
	margin: 0 auto 50px;
	line-height: 1;
}
.sec9_exp {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.sec9_exp1, .sec9_exp2 {
	width: 48%;
	border: 1px solid #D90313;
	padding: 2%;
}
.sec9 h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #D90313;
	margin-bottom: 20px;
}
.sec9_exp p {
	text-align: justify;
}
.sec9_exp2 ul {
	margin-top: 0.6em;
	margin-left: 1.8em;
	display: flex;
	flex-wrap: wrap;
}
.sec9_exp2 li {
	list-style-type: disc;
	margin-right: 3em;
}
.sec9_img2 {
	margin-bottom: 10px;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.sec9 {
		background: url("image/sec9_ttl.png") center top 20px no-repeat;
		background-size: 30%;
		padding: 5em 20px 4em;
	}
	.sec9 h2 {
		font-size: 2.6rem;
		margin-bottom: 1em;
	}
	.sec9 p.sec9_img1 {
		max-width: 100%;
		margin-bottom: 30px;
	}
	.sec9_exp {
		max-width: 100%;
		display: block;
	}
	.sec9_exp1, .sec9_exp2 {
		width: 100%;
		padding: 0;
	}
	.sec9_exp1 {
		margin-bottom: 20px;
	}
	.sec9 h3 {
		padding: 5px 0;
		margin-bottom: 0;
	}
	.sec9_img2 {    
		margin-bottom: 0;
	}
	.sec9_exp2 ul {
		display: block;
		padding: 0 5% 5%;
	}
	.sec9_exp2 li {
		margin-right: 0;
	}
	.sec9_exp1 p {
		padding: 5%;
	}
	.sec9_exp2 p {
		padding: 5% 5% 0;
	}
}


/* sec10
--------------------------------------------------------*/
.sec10 {
	background: url("image/sec10_ttl.png") center top 30px no-repeat #F2F5FA;
		padding: 180px 30px 140px;
}
.sec10 h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 50px;
}
.sec10 dl {
	max-width: 800px;
	margin: 0 auto;
}
.sec10 dt {
	background: url("image/sec10_icon1.png") left center no-repeat #fff;
	font-weight: bold;
	padding: 14px 14px 14px 80px;
	border-bottom: 1px solid #F2F5FA;
	position: relative;
	margin-bottom: 20px;
}
.sec10 dt.open {
	margin-bottom: 0;
}
.sec10 dd {
	background: url("image/sec10_icon2.png") left center no-repeat #fff;
	margin-bottom: 20px;
	padding: 14px 14px 14px 70px;
}
.sec10 dd:last-child {
	margin-bottom: 0;
}

/* プラスとマイナスのアイコン */
.sec10 dt::after {
    content: "+";
    display: inline-block;
	position: absolute;
	right: 30px;
	font-size: 2.0rem;
}
.sec10 dt.open::after {
    content: "−";
}

/* 初期状態でddは非表示 */
.sec10 dd {
    display: none;
	max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s; 
}
.sec10 dd.open {
    display: block;
	max-height: 1000px;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.sec10 {
		background: url("image/sec10_ttl.png") center top 24px no-repeat #F2F5FA;
		background-size: 20%;
			padding: 5em 20px 4em;
	}
	.sec10 h2 {
		font-size: 2.6rem;
		margin-bottom: 1em;
	}
	.sec10 dl {
		max-width: 100%;
	}
	.sec10 dt {
		background: url("image/sec10_icon1.png") left center no-repeat #fff;
		background-size: 40px auto;
		padding: 10px 30px 10px 60px;
	}
	.sec10 dd {
		background: url("image/sec10_icon2.png") left center no-repeat #fff;
		background-size: 40px auto;
		padding: 20px 20px 20px 60px;
		line-height: 1.8;
		text-align: justify;
	}
	/* プラスとマイナスのアイコン */
	.sec10 dt::after {
		right: 12px;
	}
}


/* sec15
--------------------------------------------------------*/
.sec15 {
	max-width: 900px;
	margin: 0 auto;
	padding: 100px 30px;
}
.sec15_wrap {
	border: 1px dotted #ccc;
	padding: 50px;
}
.sec15 h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.0rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 20px;
}
.sec15 table {
	width: 100%;
	margin: 0 auto 60px;
}
.sec15 th {
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #D90313;
	padding: 20px 20px 10px;
}
.sec15 td {
	border-bottom: 1px solid #ddd;
	padding: 20px 20px 10px;
}
.sec15 h3 {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	background-color: #F2F5FA;
}
.sec15 p.img {
	max-width: 400px;
	margin: 0 auto 30px;
}
.sec15 p {
	text-align: justify;
}
.sec15 h4 {
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 30px;
	background-color: #F2F5FA;
}
.sec15 li {
	list-style: disc;
	margin-left: 1.8em;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.sec15 {
		max-width: 100%;
		padding: 2em 20px;
	}
	.sec15_wrap {
		padding: 30px;
	}
	.sec15 h2 {
		font-size: 2.6rem;
	}
	.sec15 table {
		margin: 0 auto 30px;
	}
	.sec15 th, .sec15 td {
		display: block
	}
	.sec15 th {
		padding: 0 20px 4px;
	}
	.sec15 td {
		border-bottom: none;
		padding: 10px 20px 30px;
	}
	.sec15 h3 {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	.sec15 p.img {
		max-width: 100%;
		margin: 0 auto 10px;
	}
	.sec15 h4 {
		font-size: 1.6rem;
		margin-bottom: 10px;
		margin-top: 30px;
	}
	.sec15 li {
		list-style: disc;
		margin-left: 1.8em;
	}
}

/* cta
--------------------------------------------------------*/
.cta {
background: url(image/cta_bg.jpg) center top no-repeat;
    background-size: cover;
	padding: 70px 30px;
}
.cta_wrap {
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 70px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.cta h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1;
}
.cta_main {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
.cta_img {
	width: 40%;
	padding-top: 6px;
}
.cta_txt {
	width: 56%;
}
.cta_txt p {
	text-align: justify;
	margin-bottom: 1.4em;
}
.cta_txt p:last-child {
	margin-bottom: 0;
}
.cta_btn {
	width: 400px;
	margin: 0 auto;
}
.cta_btn a:hover {
	opacity: 0.7;
	transition: all 0.3s;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.cta {
		background: url(image/cta_bg.jpg) center top no-repeat;
		background-size: cover;
		padding: 3em 20px;
	}
	.cta_wrap {
		max-width: 100%;
		padding: 30px 24px;
	}
	.cta h2 {
		font-size: 2.2rem;
		margin-bottom: 24px;
	}
	.cta_main {
		margin-bottom: 30px;
		display: block;
	}
	.cta_img {
		width: 80%;
		margin: 0 auto 14px;
		padding-top: 0;
	}
	.cta_txt {
		width: 100%;
	}
	.cta_txt p {
		margin-bottom: 1.4em;
	}
	.cta_btn {
		width: 100%;
	}
}


/* form
--------------------------------------------------------*/
.form {
	background: url("image/sec11_ttl.png") center top 50px no-repeat;
		padding: 180px 30px 140px;
}
.form h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 50px;
}

form#mailformpro {
    max-width: 680px;
    margin: 0 auto;
}
form#mailformpro input, form#mailformpro select {
	width: 100%;
	padding: 10px 14px;
	background-color: #F2F5FA;
	border: none;
}
form#mailformpro textarea {
	width: 100%;
	padding: 10px 14px;
	background-color: #F2F5FA;
	border: none;
}
form#mailformpro .agree {
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 30px;
}
form#mailformpro .agree a {
	color: #D90313;
}
form#mailformpro button {
	width: 240px;
	margin: 0 auto;
	padding: 0;
	border: none;
	background-color: transparent;
	display: block;
	cursor: pointer;
}
form#mailformpro button img:hover {
	opacity: 0.7;
	transition: all 0.3s;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.form {
		background: url("image/sec11_ttl.png") center top 30px no-repeat;
		background-size: 22%;
			padding: 5em 30px 4em;
	}
	.form h2 {
		font-size: 2.6rem;
		margin-bottom: 1em;
	}
	form#mailformpro {
		max-width: 100%;
	}
	form#mailformpro .agree {
		margin-bottom: 20px;
		text-align: justify;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	form#mailformpro button {
		max-width: 100%;
		width: 70%;
	}
	form#mailformpro dl {
		margin-bottom: 24px!important;
	}
}


/* seikyu
--------------------------------------------------------*/
.seikyu {
	background: url("image/sec13_ttl.png") center top 80px no-repeat;
	background-size: auto 140px;
	padding: 210px 30px 140px;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.seikyu {
		background: url("image/sec13_ttl.png") center top 70px no-repeat;
		background-size: auto 60px;
			padding: 140px 30px 4em;
	}
}


/* footer
--------------------------------------------------------*/
footer {
	background: url("image/foot_bg.jpg") center top no-repeat;
	background-size: cover;
	padding: 40px 30px;
}
.foot_flex {
	max-width: 1200px;
	margin: 0 auto 30px;
	display: flex;
	justify-content: space-between;
}
.footL {
	
}
.footL h2 {
	width: 320px;
	margin-bottom: 30px;
}
.footL p {
	color: #fff;
	line-height: 1.5;
}
.footR {
	
}
.footR h3 {
	color: #fff;
	font-size: 1.6rem;
	font-weight: normal;
	margin-bottom: 8px;
}
.footR ul {
}
.footR li {
	margin-bottom: 6px;
}
.footR li:last-child {
	margin-bottom: 0;
}
.footR li a {
	color: #fff;
	text-decoration: none;
}
.footR li a:hover {
	text-decoration: underline;
}
.copyright {
    text-align: center;
	color: #fff;
    font-size: 1.1rem;
    line-height: 1;
    padding-top: 26px;
    letter-spacing: 0.1em;
}
.pagetop {
	position: fixed;
	z-index: 99;
	right: 20px;
	bottom: 20px;
	width: 60px;
}
.foot_btn {
	display: none;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	footer {
		padding: 3em 20px 6em;
	}
	.foot_flex {
		max-width: 100%;
		margin: 0 auto 30px;
		display: block;
	}
	.footL {
		margin-bottom: 30px
	}
	.footL h2 {
		width: 200px;
		margin: 0 auto 20px;
	}
	.footL p {
		text-align: center;
	}
	.footR h3 {
		font-size: 1.5rem;
		text-align: center;
	}
	.footR li {
		text-align: center;
	}
	.pagetop {
		right: 10px;
		bottom: 10px;
		width: 40px;
	}
	.foot_btn {
		display: flex;
		position: fixed;
		z-index: 99;
		left: 0;
		bottom: 0;
		width: 100%;
	}
}



/* サンクスページ
--------------------------------------------------------*/
.thanks {
	max-width: 800px;
	margin: 0 auto 160px;
	padding-top: 140px;
}
.thanks h1 {
	text-align: center;
	border-bottom: 2px solid #D90313;
	font-size: 3.0rem;
	margin-bottom: 60px;
	padding-bottom: 20px;
}
.thanks p {
	text-align: center;
	line-height: 2.0;
	margin-bottom: 1.4em;
}
.thanks_btn a {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 320px;
	margin: 60px auto 20px;
	padding: 1rem 1rem;
	font-weight: bold;
	border: 2px solid #D90313;
	color: #D90313;
	transition: 0.5s;
}
.thanks_btn a:hover {
	color: #fff;
	background: #D90313;
}
.thanks_btn2 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 320px;
	margin: auto;
	padding: 1rem 1rem;
	font-weight: bold;
	border: 2px solid #D90313;
	background: #D90313;
	color: #fff;
	transition: 0.5s;
}
.thanks_btn2 a:hover {
	color: #D90313;
	background: #fff;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.thanks {
		max-width: 100%;
		margin: 0 auto 5em;
		padding: 8em 20px 0;
	}
	.thanks h1 {
		font-size: 1.8rem;
		margin-bottom: 40px;
		padding-bottom: 14px;
	}
	.thanks p {
		text-align: justify;
		line-height: 2.0;
		margin-bottom: 1.4em;
	}
	.thanks p br {
		display: none;
	}
	.thanks_btn a {
		width: 84%;
	}
	.thanks_btn2 a {
		width: 84%;
	}
}



/* ポップアップ表示
+++++++++++++++++++++++++++++++++++++ */
.popup {  /* ポップアップの背景 */
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 0, 0, 0.7);
    z-index: 500;
    text-align: center;
    opacity: 0; /* 最初は透明 */
    transition: opacity 0.3s; /* アニメーションを適用 */
}
.popup-content {  /* ポップアップコンテンツ */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 3% 5%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	width: 60%;
	max-width: 800px;
}
.popup-content h4 {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
	line-height: 1.4;
}
.popup-content h4::after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: #D90313;
    position: absolute;
    left: 50%; /* 横方向の中央揃え */
    transform: translateX(-50%); /* 横方向の中央揃え */
    bottom: 0; /* 下に配置 */
}
.popup-content .txt {
	overflow-y: scroll;
	height: 220px;
	margin-bottom: 50px;
	padding-right: 30px;
}
.popup-content .txt::-webkit-scrollbar{
	width: 6px;
}
.popup-content .txt::-webkit-scrollbar-track{
	background-color: #ccc;
}
.popup-content .txt::-webkit-scrollbar-thumb{
	background-color: #BB494B;
}
.popup-content .txt p:last-child {
	margin-bottom: 0;
}
.popup-content .txt .btn a {
	text-decoration: none;
	display: inline;
	background-color: #F2F5FA;
	color: #000;
	padding: 10px 20px;
	line-height: 1;
	font-weight: bold;
}
.popup-content .txt .btn a::before {
    content: "";
    display: inline-block;
    background: url('image/popup_icon.png') no-repeat; /* アイコン画像のURLを指定 */
    width: 16px; /* アイコンの幅 */
    height: 16px; /* アイコンの高さ */
    margin-right: 10px; /* テキストとアイコンの間隔を調整 */
}
.close-popup {  /* 閉じるボタン */
    font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
    cursor: pointer;
	line-height: 1;
	padding: 10px 50px;
	background-color: #D90313;
}
.close-popup:hover {
	opacity: 0.7;
	transition: all 0.3s;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.popup-content {  /* ポップアップコンテンツ */
		padding: 8% 5%;
		width: 90%;
		max-width: 100%;
	}
	.popup-content h4 {
		font-size: 2.0rem;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.popup-content h4::after {
		width: 80px;
	}
	.popup-content .txt {
		overflow-y: scroll;
		height: 220px;
		margin-bottom: 40px;
		padding-right: 14px;
	}
	.close-popup {  /* 閉じるボタン */
		font-size: 1.4rem;
	}
}



/* プライバシーポリシー
--------------------------------------------------------*/
.privacy {
	max-width: 800px;
	margin: 0 auto 160px;
	padding-top: 140px;
}
.privacy h1 {
	text-align: center;
	border-bottom: 2px solid #D90313;
	font-size: 3.0rem;
	margin-bottom: 60px;
	padding-bottom: 20px;
}
.privacy h2 {
	border-bottom: 1px dotted #D90313;
	font-size: 2.0rem;
	line-height: 1;
	margin-top: 50px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.privacy p {
	text-align: justify;
	line-height: 2.0;
	margin-bottom: 1.4em;
}
.privacy li {
    padding-left: 1.7rem;
    text-indent: -1.7rem;
	line-height: 1.6;
	margin-bottom: 10px;
	text-align: justify;
}
.link_privacy {
	text-align: center;
	font-size: 15px;
	margin-top: 40px;
}
.link_privacy a {
	font-weight: bold;
	color: #0064AC;
}
@media screen and (max-width: 780px) { /*---------------------------SP----- */
	.privacy {
		max-width: 100%;
		margin: 0 auto 5em;
		padding: 8em 20px 0;
	}
	.privacy h1 {
		font-size: 1.8rem;
		margin-bottom: 40px;
		padding-bottom: 14px;
	}
	.privacy h2 {
		font-size: 1.8rem;
		line-height: 1.4;
		margin-top: 50px;
		margin-bottom: 10px;
		padding-bottom: 6px;
	}
	.privacy p {
		line-height: 2.0;
		margin-bottom: 1.4em;
	}
	.link_privacy {
		text-align: center;
		font-size: 14px;
		line-height: 1.6;
	}
}


