body {
font-family: 'Noto Sans JP',"Yu Gothic","游ゴシック",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック",Helvetica,Arial,Verdana,sans-serif;
letter-spacing: 0.1rem;
font-style: normal;
font-weight: 500;
background: #f7f7f7;
color:#444444;
}
p {
	font-size: 2rem;
	line-height: 2;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {

p {
	font-size: 1.4rem;
	line-height: 1.5;
}
}


.clear {
	clear:both;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	
}


@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}


/* --------------------------　ロード　-------------------------- */

body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .8s ease;
  transition: opacity .8s ease;
}
body.fadeout::after {
  opacity: 1;
}


/* --------------------------　メインスライダー　-------------------------- */

main {
	width: 800px;
	margin: auto;
}

.top_main {
  
}

.pcimg {
	display: block;
}
.spimg {
	display: none;
}

@media screen and (max-width: 768px) {
	
main {
	width: auto;
	margin: auto;
}

.top_main {
  
}

.pcimg {
	display: block;
}
.spimg {
	display: none;
}

	
}

/* --------------------------　CTAボタン　-------------------------- */

.cta01 {
	
}

.ctabg {
	position: relative;
}
.button {
	position: absolute;
	width: 85%;
	text-align: center;
	bottom:150px;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.button img {
  display: block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  animation: btn_animation 2s infinite;
}

@keyframes btn_animation {
    0% {
        transform: scale(1, 0.8);
    }
    30% {
        transform: scale(0.9, 1.0);
    }
    95% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1, 0.8);
    }
}


.cta01 p {
	text-align: center;
	color:#fff;
	font-size: clamp(1.2rem, 0.5rem + 1.25vw, 1.8rem);
	font-family: 'Noto Serif JP', serif;
	margin: 0;
}

.cta01 a img {
	margin: 30px 0;

}



.cont01 {
	position: relative;
}

.cont01 .fukidashi {
	position: absolute;
	width: 380px;
	top:-40px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.cont12 {
	background: #000;
	padding: 40px;
	box-sizing: border-box;
}
.cont12 .waku {
	border: 1px solid  #fff;
	padding:15px;
	box-sizing: border-box;
	margin-bottom: 20px;
	
}

table#table-01 {
    width: 100%;
    border: 0px;
	box-sizing: border-box;
	color:#fff;
	font-size: 1.6rem;
}

table#table-01 th {
    padding: 10px;
    border: 0px #E3E3E3 solid;
    font-weight: normal;
    line-height: 1.5;
	box-sizing: border-box;
	text-align: left;
	width: 15%;
}
table#table-01 td {
    padding: 10px;
     border: 0px #E3E3E3 solid;
	box-sizing: border-box;
}

.cont12 .title  {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
	color:#fff;
}

.cont12 ul  {
margin-left: 20px;
	margin-bottom: 20px;
}
.cont12 ul li  {
 list-style-type: disc;
	font-size: 1.6rem;
	color:#fff;
	line-height: 1.6;
	margin-bottom: 10px;
}
.cont12 .title02  {
	background: #fff;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
	color:#000;
}


.cont13 {
	padding: 40px;
	background: #000;
	box-sizing: border-box;
}

.cont13 h2 {
	font-size: 4rem;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	margin-bottom: 20px;
	color:#fff;
}



.accordion {
margin-bottom: 50px;
}

.accordion ul {
	width:100%;
	padding:0;
	margin: 0;
}
.accordion li {
	position:relative;
	list-style:none;
	margin-bottom: 10px;
	
}
.accordion > ul > li > a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 10px 20px;
	position: relative;
	background: #535353;
	color:#fff;
	font-size: 2.2rem !important;
}

.accordion > ul > li > div {
	display: none;
	text-align:left;
	line-height:1.8;
	padding: 15px 0;
}

.accordion li .accordion_icon,
.accordion li .accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.accordion li .accordion_icon {
	position: absolute;
	width: 40px;
	height: 40px;
	top:32px;
	right:10px;
}
.accordion li .accordion_icon span {
	position: absolute;
    width: 50%;
	height: 2px;
    background-color: #fff;
}
.accordion li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


.faq_txt {
	font-size: 1.8rem;
	background: #fff;
	padding: 15px;
	border-radius: 5px;
	box-sizing: border-box;
}

.accordion li i {
	color:#c9bc9c;
	margin-right: 10px;
}


@media screen and (max-width: 834px) {
	
/* --------------------------　CTAボタン　-------------------------- */

.cta01 {
	
}

.ctabg {
	position: relative;
}
.button {
	position: absolute;
	width: 85%;
	text-align: center;
	bottom:13%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.cta01 p {
	text-align: center;
	color:#fff;
	font-size: clamp(1.2rem, 0.5rem + 1.25vw, 1.8rem);
	font-family: 'Noto Serif JP', serif;
	margin: 0;
}

.cta01 a img {
	margin: 30px 0;

}



.cont01 {
	position: relative;
}

.cont01 .fukidashi {
	position: absolute;
	width: 50%;
	top:-20px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.cont12 {
	background: #000;
	padding: 20px;
	box-sizing: border-box;
}
.cont12 .waku {
	border: 1px solid  #fff;
	padding:15px;
	box-sizing: border-box;
	margin-bottom: 15px
	
}

table#table-01 {
    width: 100%;
    border: 0px;
	box-sizing: border-box;
	color:#fff;
	font-size: 1.4rem;
}

table#table-01 th {
    padding: 5px;
    border: 0px #E3E3E3 solid;
    font-weight: normal;
    line-height: 1.5;
	box-sizing: border-box;
	text-align: left;
	width: 30%;
	vertical-align: top;
}
table#table-01 td {
    padding: 5px;
     border: 0px #E3E3E3 solid;
	box-sizing: border-box;
}

.cont12 .title  {
	text-align: center;
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 10px;
	color:#fff;
}

.cont12 ul  {
margin-left: 20px;
	margin-bottom: 20px;
}
.cont12 ul li  {
 list-style-type: disc;
	font-size: 1.5rem;
	color:#fff;
	line-height: 1.5;
	margin-bottom: 10px;
}
.cont12 .title02  {
	background: #fff;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.5;
	color:#000;
	padding: 10px;
	box-sizing: border-box;
	
	
}


.cont13 {
	padding: 15px;
	background: #000;
	box-sizing: border-box;
}

.cont13 h2 {
	font-size: 2rem;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	margin-bottom: 10px;
	color:#fff;
}
	
	

.accordion {
margin: 0;

}

.accordion ul {
	width:100%;
	padding:0;
	margin: 0;
}
.accordion li {
	position:relative;
	list-style:none;
	margin-bottom: 8px;
	line-height: 1.5;
}
.accordion > ul > li > a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 10px 20px 10px 10px;
	position: relative;
	color:#fff;
	font-size: 1.5rem !important;
}

.accordion > ul > li > div {
	display: none;
	text-align:left;

	line-height:1.8;
	padding: 15px 0;
}

.accordion li .accordion_icon,
.accordion li .accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.accordion li .accordion_icon {
	position: absolute;
	width: 25px;
	height: 25px;
	top:50%;
	right:0px;
}
.accordion li .accordion_icon span {
	position: absolute;
    width: 50%;
	height: 2px;
    background-color: #fff;
}
.accordion li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


.faq_txt {
	font-size: 1.5rem;
	margin-top: 0px;
	margin-left: 0px;
}

.accordion li i {
	color:#c9bc9c;
	margin-right: 0px;
	display: none;
}
	
}


.sitelink {
	text-align: center;
}





footer {
	margin: 0 !important;
	padding: 0 !important;
}
.footer {
	background:#fff;
	min-width: 1000px;
	margin: 0 !important;
	padding: 30px 0 !important;
}
.footer_copy {
	text-align: center;
	font-size: 1rem;
	margin: 0;
	padding: 0;
	padding: 10px 0;
}


@media screen and (max-width: 834px) {
.sitelink {
	text-align: center;
	font-size: 1.3rem;
}

footer {
	margin: 0 !important;
	padding: 0 !important;
}
.footer {
	background:#fff;
	min-width: auto;
	margin: 0 !important;
	padding: 30px 0 150px 0 !important;
}
.footer_copy {
	text-align: center;
	font-size: 1rem;
	margin: 0;
	padding: 0;
	padding: 10px 0;
}
	
}























.floating-banner {
  position: fixed; /* バナーを追従させる */
  z-index: 99999; /* 他の要素の下に隠れないように */
  bottom: 20px; /* バナーの上下の位置 */
right:20px;
display:block;
width:250px;
margin:10px;
}
.floating-banner image {
  width: 100%; /* 画像の最大幅 */
}

@media screen and (max-width: 768px) {
.pcimg {
			display:none;
		}
.spimg {
			display:block;
		}
.floating-banner {
  position: fixed; /* バナーを追従させる */
  z-index: 99999; /* 他の要素の下に隠れないように */
  bottom: 0px; /* バナーの上下の位置 */
right:0px;
display:block;
width:auto;
margin:10px;
}
.floating-banner image {
  width: 100%; /* 画像の最大幅 */
}
}

.responce_bnr {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.responce_bnr li {
	width: 49%;
margin:0 10px;
	list-style-type: none;
}
.responce_bnr li img {
	width: 100%;
	height: auto
}

@media screen and (max-width: 834px) {
	
.responce_bnr {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 30px;
}
.responce_bnr li {
	width: auto;
margin:0 0px;
	margin-bottom: 10px;
}
.responce_bnr li img {
	width: 100%;
	height: auto
}
	
}


@media screen and (max-width: 640px) {
	
.button {
	position: absolute;
	width: 85%;
	text-align: center;
	bottom:10%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
	
}





























