@charset "utf-8";
/* CSS Document */


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

		$index　＊　mainvisual

==================================================================*/
#top_mainvisual {
	width: 100%;
	margin-top: 100px;
	text-align: center;
}
.bxslider {
	max-width: 1280px;
	margin: auto;
}

/*=============================== MIDDLE =============================== */
@media screen and (max-width:1280px) {
	#top_mainvisual {
		margin-top: 50px;
	}
}

/*=============================== SP =============================== */
@media screen and (max-width:640px) {
	#top_mainvisual {
		margin-top: 26px;
	}
}





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

		$index　＊　top_section01

==================================================================*/
#top_section01 {
	width: 95%;
	max-width: 1280px;
	margin: auto;
	padding-top: 30px;
	text-align: center;
}

/*=============================== SP =============================== */
@media screen and (max-width:640px) {
	#top_section01 { padding-top: 0;}
}



#top_section01 h2 {
	font-size: 45px;
	font-weight: 700;
	letter-spacing: 4px;
}
#top_section01 h3 {
	display: inline-block;
	margin-top: 15px;
	padding: 4px 15px 6px;
	font-size: 29px;
	font-weight: 700;
	background: #ffea3a;
	line-height: 1;
	letter-spacing: 2px;
}

/*=============================== MIDDLE =============================== */
@media screen and (max-width:700px) {
	#top_section01 h2 {
		font-size: 40px;
		letter-spacing: 3px;
	}
}

/*=============================== SP =============================== */
@media screen and (max-width:640px) {
	#top_section01 h2 {
		font-size: 25px;
		letter-spacing: 2px;
	}
	#top_section01 h3 {
		margin-top: 5px;
		font-size: 18px;
		letter-spacing: 1px;
	}
}



#top_section01 ul {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
#top_section01 ul li {
	width: 33%;
}
#top_section01 ul li dt {
	margin-bottom: 35px;
}
#top_section01 ul li dd img {
	margin-bottom: 25px;
}
#top_section01 ul li dd h4 {
	margin-bottom: 5px;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 2px;
}
#top_section01 ul li dd p {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 500;
}
#top_section01 ul li dd span {
	font-size: 12px;
	font-weight: 500;
	color: #777;
}

/*=============================== MIDDLE =============================== */
@media screen and (max-width:1120px) {
	#top_section01 ul li {
		width: 31%;
	}
	#top_section01 ul li img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	#top_section01 ul li dd img {
		max-width: 220px;
	}
}

/*=============================== SP =============================== */
@media screen and (max-width:640px) {
	#top_section01 ul {
		display: block;
		margin-top: 40px;
	}
	#top_section01 ul li {
		width: 75%;
		margin: auto;
		margin-bottom: 50px;
	}
	#top_section01 ul li dt {
		margin-bottom: 20px;
	}
	#top_section01 ul li dd img {
		max-width: 180px;
		margin-bottom: 15px;
	}
	#top_section01 ul li dd h4 {
		margin-bottom: 5px;
		font-size: 22px;
		letter-spacing: 1px;
	}
	#top_section01 ul li dd p {
		margin-bottom: 5px;
		font-size: 16px;
	}
	#top_section01 ul li dd span {
		font-size: 10px;
	}
}



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

		$index　＊　top_section02

==================================================================*/
#top_section02 {
	margin-top: 80px;
	background: #f1c6cb;
}
#top_section02 h2 {
	position: relative;
	padding: 30px 0;
	background: #c3172e;
	color: #FFF;
	font-size: 45px;
	font-weight: 500;
	letter-spacing: 4px;
	text-align: center;
}
#top_section02 h2::before {
	position: absolute;
	content: "";
	top: 25px;
	left: 50%;
	margin-left: -485px;
	width: 132px;
	height: 161px;
	background: url(../images/icon_01.png) no-repeat;
	background-size: 132px 161px;
}
#top_section02 h2::after {
	position: absolute;
	content: "";
	top: 25px;
	left: 50%;
	margin-left: 355px;
	width: 130px;
	height: 161px;
	background: url(../images/icon_02.png) no-repeat;
	background-size: 130px 161px;
}

/*=============================== MIDDLE =============================== */
@media screen and (max-width:1060px) {
	#top_section02 h2::before {
		left: 3%;
		margin: auto;
	}
	#top_section02 h2::after {
		left: auto;
		right: 3%;
		margin: auto;
	}
}
/*=============================== MIDDLE =============================== */
@media screen and (max-width:700px) {
	#top_section02 h2 {
		font-size: 40px;
	}
}

/*=============================== SP =============================== */
@media screen and (max-width:640px) {
	#top_section02 {
		margin-top: 50px;
	}
	#top_section02 h2 {
		padding: 20px 0;
		font-size: 25px;
		letter-spacing: 2px;
	}
	#top_section02 h2::before {
		top: 20px;
		width: 66px;
		height: 80px;
		background: url(../images/icon_01.png) no-repeat;
		background-size: 66px 80px;
	}
	#top_section02 h2::after {
		top: 20px;
		width: 65px;
		height: 80px;
		background: url(../images/icon_02.png) no-repeat;
		background-size: 65px 80px;
	}
}



#top_section02 .inner {
	width: 95%;
	max-width: 1280px;
	padding-top: 40px;
	margin: auto;
}
#top_section02 .inner p {
	width: 85%;
	background: #FFF;
	padding: 45px 0;
	text-align: center;
	margin: auto;
}
#top_section02 .inner p img {
	width: 100%;
	max-width: 980px;
	height: auto;
}
#top_section02 .inner span {
	display: block;
	padding: 30px 135px 40px 0;
	font-size: 12px;
	font-weight: 500;
	text-align: right;
}

/*=============================== MIDDLE =============================== */
@media screen and (max-width:1280px) {
	#top_section02 .inner p {
		width: 95%;
		padding: 35px 20px;
	}
	#top_section02 .inner span {
		padding: 20px 0 40px 0;
		font-size: 10px;
	}
}

/*=============================== SP =============================== */
@media screen and (max-width:640px) {
	#top_section02 .inner {
		padding-top: 12px;
	}
	#top_section02 .inner p {
		width: 100%;
		padding: 25px 10px;
		box-sizing: border-box;
	}
	#top_section02 .inner p img {
		width: 100%;
		max-width: 460px;
	}
	#top_section02 .inner span {
		padding: 20px 0 40px 0;
		font-size: 10px;
	}
}





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

		$index　＊　top_section03

==================================================================*/
#top_section03 {
	background: #f7f7f7;
	padding: 50px 0 60px;
}
#top_section03 .inner {
	display: flex;
	justify-content: space-between;
	width: 95%;
	max-width: 1200px;
	margin: auto;
}

/*=============================== SP =============================== */
@media screen and (max-width:760px) {
	#top_section03 {
		padding: 40px 0 30px;
	}
	#top_section03 .inner {
		display: block;
	}
}



/*------------------------------ btn01・2共通 ------------------------------*/
.top_btn01 , .top_btn02 {
	width: 47%;
}
.top_btn01 a , .top_btn02 a {
	position: relative;
	display: block;
	width: 100%;
	background: #ec5308;
	border-radius: 55px;
	color: #FFF;
	font-size: 22px;
	box-sizing: border-box;
	padding: 34px 10px;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: center;
}
.top_btn01 a img , .top_btn02 a img {
	position: relative;
	top: -6px;
	margin-right: 15px;
}
.top_btn01 a::after , .top_btn02 a::after {
	position: absolute;
	content: "";
	right: 40px;
	top: 50%;
	margin-top: -6px;
	width: 8px;
	height: 13px;
	background: url(../images/icon_05.png) no-repeat;
	background-size: 8px 13px;
	transition: 0.3s ease-out;
}
.top_btn01 a:hover , .top_btn02 a:hover {
	background: #d42705;
}
.top_btn01 a:hover::after , .top_btn02 a:hover::after {
	right: 30px;
}

/*=============================== MIDDLE =============================== */
@media screen and (max-width:1280px) {
	.top_btn01 , .top_btn02 {
		width: 49%;
	}
	.top_btn01 a , .top_btn02 a {
		font-size: 20px;
		padding: 30px 10px;
		letter-spacing: 1px;
	}
	.top_btn01 a img , .top_btn02 a img {
		top: -5px;
		margin-right: 8px;
		width: 24px;
		height: auto;
	}
	.top_btn01 a::after , .top_btn02 a::after {
		display: none;
	}
}
@media screen and (max-width:950px) {
	.top_btn01 a , .top_btn02 a {
		font-size: 17px;
	}
}

/*=============================== SP =============================== */
@media screen and (max-width:760px) {
	.top_btn01 , .top_btn02 {
		width: 100%;
		margin-bottom: 15px;
	}
	.top_btn01 a , .top_btn02 a {
		border-radius: 55px;
		font-size: 17px;
		padding: 24px 0;
	}
	.top_btn01 a img , .top_btn02 a img {
		top: -8px;
		width: 18px;
	}
}



/*------------------------------ btn02のみ上書き ------------------------------*/
.top_btn02 a {
	background: #c3172e;
}
.top_btn02 a img {
	top: -8px;
}
.top_btn02 a:hover {
	background: #9f0000;
}

/*=============================== SP =============================== */
@media screen and (max-width:640px) {
}





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

		$index　＊　top_section04

==================================================================*/
#top_section04 {
	width: 95%;
	max-width: 980px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 80px;
}
#top_section04 h2 {
	margin-bottom: 40px;
	font-size: 45px;
	font-weight: 700;
	letter-spacing: 4px;
	text-align: center;
}

/*=============================== SP =============================== */
@media screen and (max-width:640px) {
	#top_section04 {
		padding-top: 40px;
		padding-bottom: 60px;
	}
	#top_section04 h2 {
		margin-bottom: 30px;
		font-size: 25px;
		letter-spacing: 2px;
	}
}



/*------------------------------アコーディオン設定------------------------------*/
.accordion-hidden {
  display: none;
}

/* ＋アイコン */
.accordion-title::before,.accordion-title::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 5%;
  width: 20px;
  height: 3px;
  background: #333;
  transform: translateY(-50%);
}
.accordion-title::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}
.accordion-hidden:checked+.accordion-title:after {
  transform: translateY(-50%) rotate(0);
}

/*質問部分*/
.accordion-title {
	position: relative;
  	display: block;
  	margin: 5px 0;
	height: auto;
	box-sizing: border-box;
  	background: #FFF;
	border: 1px solid #222;
	border-radius: 10px;
	font-size: 20px;
	font-weight: 500;
  	overflow: hidden;
  	cursor: pointer;
}
.accordion-title p {
	padding: 15px 50px 18px 100px;
}

/* 回答部分 */
.accordion-inner {
	position: relative;
  	display: block;
  	height: 0;
  	background: #FFF;
	border: 1px solid #222;
	border-radius: 10px;
	font-size: 18px;
  	overflow: hidden;
  	opacity: 0;
  	transition: 0.5s;
  	cursor: pointer;
}
.accordion-inner p {
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 16px;
}
.accordion-hidden:checked+.accordion-title+.accordion-inner {
  	height: auto;
  	opacity: 1;
  	padding: 0 10px 0 100px !important;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* Q&Aの文字 */
.accordion_qa .Q,.accordion_qa .A {
  	position: relative;
	display: block;
}
.accordion_qa .Q::before {  
  position: absolute;
	content: 'Q';
	width: 70px;
	height: 500px;
	background: #ffea3a;
	text-align: center;
	box-sizing: border-box;
	padding-top: 10px;
	font-size: 24px;
}
.accordion_qa .A::before {  
  position: absolute;
	content: 'A';
  	left: -100px;
	width: 70px;
	height: 500px;
	background: #c3172e;
	color: #FFF;
	text-align: center;
	box-sizing: border-box;
	padding-top: 3px;
	font-size: 24px;
}
.accordion_qa .accordion-hidden:checked+.accordion-title+.accordion-inner {
  	height: auto;
  	opacity: 1;
  	padding: 0 10px 0 100px !important;
}

/*=============================== SP =============================== */
@media screen and (max-width:640px) {
	/*質問部分*/
	.accordion-title {
		font-size: 17px;
	}
	.accordion-title p {
		padding: 15px 50px 18px 65px;
	}
	/* 回答部分 */
	.accordion-inner {
		font-size: 14px;
	}
	.accordion-inner p {
		padding-right: 10px;
	}
	.accordion-hidden:checked+.accordion-title+.accordion-inner {
		padding: 0 10px 0 65px !important;
	}

	/* Q&Aの文字 */
	.accordion_qa .Q::before {  
		content: 'Q';
		width: 50px;
		font-size: 20px;
	}
	.accordion_qa .A::before {  
		content: 'A';
		left: -65px;
		width: 50px;
		font-size: 20px;
	}
	.accordion_qa .accordion-hidden:checked+.accordion-title+.accordion-inner {
		padding: 0 10px 0 65px !important;
	}
}










