@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	list-style-type: none;
	word-break: break-all;
}
html,body{
	width: 100%;
	height: 100%;
}
body {
	position: relative;
	font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	font-weight: normal;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	letter-spacing: 0.03em;
	background: #fff;
	color: #333333;
}
.blinking{
	-webkit-animation:blink 1.5s infinite;
    -moz-animation:blink 1.5s infinite;
    animation:blink 1.5s infinite;}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}}
ul,
ol {
  padding: 0;
  margin: 0;
}
li {
  list-style-type: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
a img {
	color: #333333;
  text-decoration: none;
}
img{
	display:block;
	width: 100%;
	height: auto;
}
.pc{
	display: none;
}
.sp{
	display: block;
}
@media screen and (min-width: 750px) {
.pc{
	display: block;
}
.sp{
	display: none;
}
}
.contents{
	max-width: 750px;
	margin: 0 auto;
	overflow: hidden;
}
.relative{
	position: relative;
	z-index: 1;
}
/************************************
******fv
************************************/
.fv_bt{
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 4.3%;
}
.bt{
	max-width: 669px;
	width: 89.2%;
	margin: 0 auto;
}
.bt a{
	display: block;
	background: url("../img/bt.webp")no-repeat center center;
	background-size: cover;
	padding: 26.905829596% 0 0;
	border-radius: 3vw;
	box-shadow: 0 0.9vw 0 0 #00641e,0 1vw 12px 0 rgba(0,0,0,0.3);
	transition: .2s;
}
.bt a:hover{
	background: url("../img/bt_over.webp")no-repeat center center;
	background-size: cover;
}
.c-button._shiny {
    position: relative;
    overflow: hidden;
	transition: 300ms;
}
.c-button._shiny::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}
@-webkit-keyframes shinyshiny {
    from,0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100%,to { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.cta_bt{
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 10%;
}
.bt_text{
	position: absolute;
	z-index: 2;
	max-width: 542px;
	width: 81.016442451%;
	top: -30%;
	left: 0;
	right: 0;
	margin: auto;
}
.c03_3{
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 26%;
}
@media only screen and (min-width: 750px) {
.bt a{
	border-radius: 20px;
	box-shadow: 0 6px 0 0 #00641e,0 1vw 12px 0 rgba(0,0,0,0.3);
}
}
/******************************
** slide
*******************************/
.review_wrap{
	background: #21bbb0;
	padding: 0 0 8%;
}
.swiper_single{
	max-width: 750px;
	margin: 0 auto;
	padding: 3% 0 8%;
}
.swiper_single .swiper-slide {
  padding: 0;
}
.swiper-slide img {
	height: auto;
	max-width: 655px;
	margin: 0 auto;
}
.swiper-button-prev,
.swiper-button-next {
	max-width: 72px;
	width: 9.6%!important;
	cursor: pointer!important;
	height: 0!important;
}
.swiper-button-prev {
	left: 1%!important;
}
.swiper-button-next {
	right: 1%!important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
	cursor: pointer!important;
	content: ""!important;
	display: block!important;
	width: 100%!important;
	height: 0!important;
	padding: 100% 0 0!important;
}
.swiper-button-prev::after{
	background: url("../img/review_prev.webp")no-repeat center center!important;
	background-size: cover!important;
}
.swiper-button-next::after{
	background: url("../img/review_next.webp")no-repeat center center!important;
	background-size: cover!important;
}
/************************************
******フッター
************************************/
.footer_wrap{
	width: 100%;
	text-align: center;
	padding: 7% 0;
	font-size: 9px;
	line-height: 18px;
	font-weight: normal;
	color: #fff;
	margin: 0 0 0;
	background: #6c5a51;
}
.footer_wrap a{
	color: #fff;
	font-size: 12px;
	line-height: 32px;
	font-weight: 600;
}
.footer_wrap a:hover{
	text-decoration: underline;
}
span.copyright{
	margin: 0;
}
@media only screen and (min-width: 750px) {
.footer_wrap{
	padding: 40px 0;
	font-size: 11px;
	line-height: 22px;
}
.footer_wrap br{
	display: none;
}
.footer_wrap a{
	font-size: 12px;
}
span.copyright{
	margin: 0 0 0 24px;
}
}
/*********** footer_btn ***********/
.btm_bnr {
	max-width: 669px;
	width: 72%;
	box-sizing: border-box;
	text-align: center;
	padding: 0 0;
	position: fixed;
	bottom: -200px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.is-in .btm_bnr {
	bottom: 12px;
}
.btm_bnr a{
	display: block;
	background: url("../img/bt.webp")no-repeat center center;
	background-size: cover;
	padding: 26.905829596% 0 0;
	border-radius: 3vw;
	box-shadow: 0 0.9vw 0 0 #00641e,0 1vw 12px 0 rgba(0,0,0,0.3);
	transition: .2s;
}
.btm_bnr a:hover{
	background: url("../img/bt_over.webp")no-repeat center center;
	background-size: cover;
}
@media only screen and (min-width: 750px) {
.btm_bnr a{
	border-radius: 20px;
	box-shadow: 0 6px 0 0 #00641e,0 1vw 12px 0 rgba(0,0,0,0.3);
}
}
.white_inner{
	max-width: 800px;
	width: 94%;
	background: #fff;
	color:#494949;
	padding: 80px 20px;
	border-radius: 12px;
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
	box-sizing: border-box;
	margin: 50px auto;}
.white_inner h1{
	font-size: 120%;
	text-align: center;
	margin: 0 0 3%;
}
.white_inner h2{
	font-size: 112%;
	margin: 6% 0 3%;
}
table{
	border: 1px solid #999;
	font-size: 85%;
}
table th,table td{
	border-bottom: 1px solid #999;
	padding: 12px;
}
table th{
	border-right: 1px solid #999;
}
@media only screen and (min-width: 769px) {
.white_inner{
	width: 90%;
	padding: 80px 80px;
	margin: 50px auto;}
}