@charset "utf-8";

/*===============================
 Base
===============================*/
html {
	height: 100%;
}
body {
	color: black;
	height: 100%;
}
a {
	color: black;
	text-decoration: none;
	transition: .5s;
}
a:hover {
	color: black;
	text-decoration: none;
}
img {
	width: 100%;
	height: auto;
}


/*===============================
 Clear
===============================*/
img {
	border: 0;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
ol, ul {
	list-style: none!important;
}
* {
	margin: 0;
	padding: 0;
}

/*===============================
 Font
===============================*/
html {
	font-size: 10px;
}
body {
	font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    font-feature-settings: "palt";
    line-height: 1.533;
    color: #000;
    background-color: #f7f390;
}
@media screen and (max-width: 768px) {
	body {
		 background-color: #fff;
	}
}
.mincho {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}
h1, h2, h3, h4, h5 {
	line-height: 1.5;
	font-weight: 400;
}
p, li, dt, dd, th, td {
	line-height: 1.5;
}

/*===============================
 Wrapper
===============================*/
.wrapper {
	position: relative;
    overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
@media screen and (min-width: 769px) {
	.wrapper {
		max-width: 1366px;
        margin: 0 auto;
	}
}
@media screen and (max-width: 768px) {
	.wrapper {
		width: 100% !important;
		overflow-x: hidden;
	}
}

/*===============================
 container
===============================*/

.container {
	padding: 0;
	/* background-color: #e5ddc3; */
	line-height: 1.714;
	font-weight: 500;
	font-size: 14px;
}

@media screen and (min-width: 769px) {
.container {
	margin-left: auto;
	margin-right: 12.99414%;
	padding: 0;
	max-width: 40.11713%;
}
}

/*===============================
 m-contents
===============================*/

.m-contents {
	padding: 0 8vw;
	background-size: 8px auto;
	overflow: hidden;
}

@media screen and (min-width: 769px) {
.m-contents {
	background-size: 100% auto, 16px auto;
	background-color: #fff;
	padding: 0 30px;
}
}

/*===============================
 PCのみ表示のロゴ、メニュー
===============================*/

.pc_header {
	position: fixed;
    z-index: 2;
    bottom: 75px;
    left: calc(50% + 505px);
    width: 100%;
    max-width: 120px;
}
.pc_h-fixlogo {
  position: fixed;
  z-index: 10000;
  top: 30px;
  left: 3.14788%;
  width: 170px;
}
.pc_nav {
    position: fixed;
    z-index: 10;
    top: 50%;
    left: calc(50% - 513px);
    width: 21.52269%;
    max-width: 325px;
    transform: translateY(-50%);
}
.pc_nav_list {
    margin-top: 35px;
}
.pc_nav_list li:first-child {
	border-top: 1px dashed #74512D;
}
.pc_nav_list li {
	border-bottom: 1px dashed #74512D;
}
.pc_nav_list li a::after{
		position: absolute;
		content: '';
		top: 45%;
		right: 10%;
		display: block;
		display: inline-block;
		width: 12px;/*画像の幅*/
		height: 12px;/*画像の高さ*/
		background-image: url(../img/btn_arrow_p.svg);
		background-size: contain;
		background-repeat: no-repeat;
}
.pc_nav_list > li {
    line-height: 1;
}
.pc_nav_list > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
    font-family: ab-kokoro-no1, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.8rem;
    font-feature-settings: normal;
    color: #74512D;
}
.pc_nav_list > li > a:hover {
  color: #CD5656;
}
.sp_h1_logo {
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
    .pc_nav {
        left: 12.81113%;
    }
}

@media screen and (max-width: 768px) {
.sp_h1_logo {
	width: 50%;
	height: auto;
	display: block;
	padding: 20px;
}
.sp_h1_logo img {
	width: 100%;
}
.pc_h-fixlogo {
	display: none;
}
.pc_header {
    display: none;
  }
.pc_nav {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  .pc_header {
    left: 87.11567%;
  }
  .lp-pcnav {
    left: 12.81113%;
  }
}

/*===============================
 Header
===============================*/
.header {
	/* width: 100%; */
	height: auto;
	position: relative;
	margin: 0 auto;
	/* z-index: 100; */
	/* left: 0;
	top: 0; */
}

.page-top {
	width: 15%;
	margin: 0 ;
	padding: 0 ;
	position: fixed;
	top: 60%;
	left: 0;
	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}

@media screen and (max-width: 768px) {
	.header {
		height: auto;
		/* z-index: 1; */
	}

	.page-top {
		display: none !important;
	}
}

/*===============================
 Key visual 
===============================*/

.kv_back {
	position: relative;
	z-index: 10;
	background-color: #FF7396;
	/* border-radius: 0 0 10px 20px; */
	margin-top: 1.6vw;
}
@media print, screen and (min-width: 768px) {
    .kv_back {
        margin-top: 0;
        padding-top: 25px;
    }
}
.kv_back-clear {
    margin-right: -30px;
    margin-left: -30px;
}
@media screen and (max-width: 767px) {

}
.kv {
	position: relative;
	width: 66%;
	margin-left: auto;
	margin-right: auto;
	/* padding-top: 30px; */
}
.kv_circle {
	background: url("../img/mv_back_sp.jpg?date=240101") center center / 100% no-repeat;
	margin-top: -100px;
}
.kv_catch {
	/* position: absolute;
    top: 0px;
    left: calc(50% - 27%); */
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    height: auto;
}
.kv_catch img {
	width: 100%;
	height: auto;
}
.kv_catch_sp img {
	display: none;
}
.kv_cam {
	left: 23.04%;
	bottom: 81.53%;
	width: 64.36%;
}

@media screen and (max-width: 768px) {
	.kv_back {
		margin-top: 0;
	}
	.kv {
		/* background: url("../img/mv_back_sp.jpg?date=240101") center top / contain no-repeat; */
        position: relative;
		/* background-color: #F5F5F5; */
		width: 70%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 0px;
		margin-top: -20px;
		padding-right: 10px;
	}
	.kv_circle {
		background: url("../img/mv_back_sp.jpg?date=250101") center center / 100% no-repeat;
		margin-top: -100px;
		/* height: 100vh; */
}
    .kv_back-clear {
        margin-right: -8vw;
        margin-left: -8vw;
    }
	.kv_catch {
		/* position: absolute;
		top: 40px; */
    	width: 90%;
		/* left: 5%; */
		margin-top: -60px;
	}
	/* .kv_catch_sp {
		position: absolute;
		top: 10px;
    	width: 95%;
		left: 2%;
	} */

}

.mab20 {
    margin-bottom: 20px;
}
.mab60 {
    margin-bottom: 20px;
}
.conf{
	margin-top: 30px;
}


/*===============================
 bg
===============================*/
.bg_navy {
	background-color: #0F1C37;
}
.bg_wh {
	background-color: #fff;
}

/*===============================
 reservation_area
===============================*/
#reservation_area {
	/* background: url("../img/back.jpg") center top / auto repeat; */
	/* margin: -20px 0 0 0; */
	background-color: #FF7396;
	padding: 0 4.66666%;
}
.r_area-clear {
	margin-top: -20px;
    margin-right: -30px;
    margin-left: -30px;
}
#reservation_area .inner {
	padding: 0px 5.58% 90px;
	margin: 0 auto;
	display: block;
}
/* @media screen and (min-width: 769px) {
	#reservation_area .inner {
		width: 1200px;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
} */
.showrooms_list {
	/* display: flex;
	flex-wrap: wrap;
	-webkit-justify-content:space-between;
	justify-content: space-between; */
	padding: 0px 1.28% 0px;
	align-items: stretch;
	margin-bottom: 60px;
}
.itemCard {
	width: 100% !important;
	position: relative;
	padding: 1.6rem;
	/* border: 1px solid #000; */
	background-color: #F2F2F2;
	position: relative;
	/* min-height: 680px; */
	margin-top: 24px;
	padding-bottom: 120px;
	box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.25);
}
.itemCard p {
	font-size: 1.4rem;
}
.showrooms_list:after {
    content: "";
    display: block;
    width: 32%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}
.catmark01 {
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: #FFFF00;
	border: 1px solid #000;
	border-radius: 2rem;
	padding: .7rem 1.5rem;
	font-size: 1.6rem;
	font-family: zen-maru-gothic, sans-serif;
	font-style: normal;
    font-weight: 700;
	color: #000;
}
.catmark02 {
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: #8FD14F;
	border: 1px solid #000;
	border-radius: 2rem;
	padding: .7rem 1.5rem;
	font-size: 1.6rem;
	font-family: zen-maru-gothic, sans-serif;
	font-style: normal;
    font-weight: 700;
	color: #000;
}
.catmark03 {
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: #78C1F3;
	border: 1px solid #000;
	border-radius: 2rem;
	padding: .7rem 1.5rem;
	font-size: 1.6rem;
	font-family: zen-maru-gothic, sans-serif;
	font-style: normal;
    font-weight: 700;
	color: #fff;
}
.itemBox {
	padding: .4rem 1rem;
}
.showrooms_name {
	font-family: zen-maru-gothic, sans-serif;
	font-style: normal;
    font-weight: 700;
	font-size: 2.2rem;
	padding: .8rem 0;
	line-height: 140%;
}
.showrooms_address {
	font-size: 1.6rem;
}
.itemCard dl {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 1rem 0;
}
.commentBox {
	/* background-color: #fff; */
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	padding: .8rem;
	margin-top: 15px;
}
.commentBox p {
	font-size: 1.2rem;
}

.sec_titBox {
	margin: 10px auto 20px;
	text-align: center;
}
.sec_titBox02 {
	margin: 0px auto 30px;
	text-align: center;
	padding: 1.4rem 2rem;
	position: relative;
    z-index: 20 !important;
}

.showroomTit  {
	padding: .7rem 4rem;
	color: #FF5580;
	font-size: 2rem;
	font-family: ab-kokoro-no3, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	background-color: #fff;
	border: 3px solid #FF5580;
	border-radius: 3rem;
}

/* 来場予約ボタン */
.yoyaku_btn {
	text-align: center;
	margin: 20px auto 0;
	position: absolute;
	bottom: 25px;
	left: 5%;
	width: 90%;
  }
  .yoyaku_btn a {
	display: inline-block;
	height: auto;
	width: 100%;
	padding: 2rem 4rem;
	text-decoration: none;
	color: #fff !important;
	background-color: #FF5580;
	border-radius: 4rem;
	/* box-shadow: 0 10px 10px 0 rgba(0,0,0,.5); */
	transition: .4s;
	line-height: 150% !important;
	font-family: zen-maru-gothic, sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 1.8rem;
	position: relative;
	text-align: center;
  }
  .yoyaku_btn a:after {
	position: absolute;
	content: '';
	top: 42%;
	right: 8%;
	display: block;
	display: inline-block;
	width: 16px;/*画像の幅*/
	height: 16px;/*画像の高さ*/
	background-image: url(../img/btn_arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
  }
  .yoyaku_btn a:hover {
	display: inline-block;
	height: auto;
	padding: 2rem 4rem;
	background-color: #48B3AF;
	color: #fff !important;
	line-height: 150% !important;
  }
  #map {
	width: 100%;
	height: 500px;
	margin-top: 80px;
  }

@media screen and (max-width: 768px) {
	#reservation_area .inner {
		padding: 10px 5.35% 32px;
	}
	.showrooms_list {
		display: block;
		padding: 0px 1.28% 0px;
	}
	.itemCard {
		width: 100% !important;
		position: relative;
		padding: 2rem;
		/* border: 1px solid #000; */
		position: relative;
		min-height: auto;
		margin-top: 24px;
	}
	.showrooms_name {
		font-family: zen-maru-gothic, sans-serif;
		font-style: normal;
		font-weight: 700;
		font-size: 2rem;
		padding: .8rem 0;
		line-height: 140%;
	}
	.sec_titBox {
		margin: 0px auto 40px;
		text-align: center;
		padding: 0px 0 20px;
	}
	.sec_titBox02 {
		margin: 30px auto 40px;
		text-align: center;
		padding: 30px 0 20px;
	}

	.showroomTit  {
		padding: .7rem 4rem;
		color: #FF5580;
		font-size: 2rem;
		font-family: ab-kokoro-no3, sans-serif;
		font-style: normal;
		font-weight: 400;
		text-align: center;
		display: inline-block;
		background-color: #fff;
		border: 3px solid #FF5580;
		border-radius: 3rem;
	}
	/*見出し部分*/
	.balloon-under-line {
		width: 98%;
		position:relative;
		padding-bottom: 1rem;
		border-bottom: 3px solid currentColor;
	   }
	   /*吹き出し部分*/
	   .balloon-under-line::before{
		content:'';
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%) skew(-35deg);
		height: 30px;
		width: 30px;
		border-right: 4px solid currentColor;
		background-color: #F5F5F5 !important;
		/*Lightning見出しデザイン設定のCSS対策*/
		border-left: none;
		border-top: unset;
		border-bottom: unset;
	}
	.yoyaku_btn {
		text-align: center;
		margin: 20px auto 10px;
		position: static;
		width: 100%;
	  }
	  .yoyaku_btn a {
		display: inline-block;
		height: auto;
		width: 100%;
		padding: 2rem 4rem;
		text-decoration: none;
		color: #fff !important;
		background-color: #FF5580;
		border-radius: 4rem;
		/* box-shadow: 0 10px 10px 0 rgba(0,0,0,.5); */
		transition: .4s;
		line-height: 150% !important;
		font-family: zen-maru-gothic, sans-serif;
		font-style: normal;
		font-weight: 900;
		font-size: 1.8rem;
		position: relative;
		text-align: center;
	  }
	  .yoyaku_btn a:after {
		position: absolute;
		content: '';
		top: 45%;
		right: 7%;
		display: block;
		display: inline-block;
		width: 14px;/*画像の幅*/
		height: 14px;/*画像の高さ*/
		background-image: url(../img/btn_arrow.svg);
		background-size: contain;
		background-repeat: no-repeat;
	  }
	  .yoyaku_btn a:hover {
		display: inline-block;
		height: auto;
		padding: 2rem 0rem;
		background-color: #009D95;
		color: #fff !important;
		line-height: 150% !important;
	  }
}
/*===============================
 merit
===============================*/

.merit {
	position: relative;
	width: 100%;
	background-color: #fff;
}
.merit_inner {
	position: relative;
	padding: 20px 5.58% 20px;
	margin: 0 auto;
}
.meritsec_titBox {
	margin: 80px auto 40px;
	text-align: center;
}
.meritsec_tit {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
.meritsec_tit img {
	width: 100%;
}
.merit_inner figure {
	margin-bottom: 30px;
}


@media screen and (min-width: 769px) {

}
@media screen and (max-width: 768px) {
	.merit_inner {
		padding: 0 5.35% 32px;
	}
	.meritsec_titBox {
		margin: 80px auto 40px;
		text-align: center;
		padding: 20px 5.58% 20px 6.58%;
	}
	.meritsec_tit {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

/*===============================
 feature
===============================*/
.feature {
	padding: 0 0 100px;
	background-color: #FF7396;
}
.feature_inner {
	padding: 0 5.35% 32px;
}
.feature_box {
	margin: 20px 0 15px;
	padding: 44px 4.28%;
    position: relative;
}
.featuresec_titBox {
	margin: 0px auto 40px;
	text-align: center;
	padding-top: 60px;
}
.featuresec_tit {
	width: 85%;
	margin-left: auto;
    margin-right: auto;
}
.featuresec_tit img {
	width: 100%;
}
.pat85 {
    padding-top: 85px;
}
.feature_box h2 {
	font-size: 4.2rem;
	color: #000;
	text-align: center;
	font-weight: 600;
	font-style: normal;
	padding: .4rem .7rem;
}
.feature_box{
	width: 100%;
	position: relative;
}

.featureBox {
	position: relative;
	padding-bottom: 60px;
	margin-bottom: 40px;
}
.featureTxtBox01 {
	background: url("../img/case_paper02.png") center top / 100% repeat-y;
	/* background-image: url("../img/case_paper01-01.png"), url("../img/case_paper02.png");
	background-position: center top, center 120px;
	background-size: 100%, 100%;
	background-repeat: no-repeat, repeat-y; */
	padding: 15px 5.58% 0px;
	position: relative;
	margin-top: 70px;
    margin-left: 4.4444%;
    margin-right: 4.4444%;
}
.featureTxtBox01::before {
	content: "";
	background: url("../img/case_paper01-01.png") center top / 100% no-repeat;
	position: absolute;
	top: -75px;
    left: 0;
    width: 100%;
    height: 120px;
    padding: 0 !important;
}
.featureTxtBox01::after {
	content: "";
	background: url("../img/case_paper03.png") center bottom / 100% no-repeat;
	position: absolute;
	bottom: -80px;
	width: 100%;
	height: 80px;
	left: 0;
}
.featureTxtBox02 {
	background: url("../img/case_paper02.png") center top / 100% repeat-y;
	padding: 15px 5.58% 0px;
	position: relative;
	margin-top: 70px;
    margin-left: 4.4444%;
    margin-right: 4.4444%;
}
.featureTxtBox02::before {
	content: "";
	background: url("../img/case_paper01-02.png") center top / 100% no-repeat;
	position: absolute;
	top: -75px;
    left: 0;
    width: 100%;
    height: 120px;
    padding: 0 !important;
}
.featureTxtBox02::after {
	content: "";
	background: url("../img/case_paper03.png") center bottom / 100% no-repeat;
	position: absolute;
	bottom: -80px;
	width: 100%;
	height: 80px;
	left: 0;
}
.featureTxtBox03 {
	background: url("../img/case_paper02.png") center top / 100% repeat-y;
	padding: 15px 5.58% 0px;
	position: relative;
	margin-top: 70px;
    margin-left: 4.4444%;
    margin-right: 4.4444%;
}
.featureTxtBox03::before {
	content: "";
	background: url("../img/case_paper01-03.png") center top / 100% no-repeat;
	position: absolute;
	top: -75px;
    left: 0;
    width: 100%;
    height: 120px;
    padding: 0 !important;
}
.featureTxtBox03::after {
	content: "";
	background: url("../img/case_paper03.png") center bottom / 100% no-repeat;
	position: absolute;
	bottom: -80px;
	width: 100%;
	height: 80px;
	left: 0;
}
/* .featureTxtBox {
	background:
    linear-gradient(45deg,  transparent 20px, #fff 20px),
    linear-gradient(135deg, transparent 0px, #fff 0px),
    linear-gradient(225deg, transparent 20px, #fff 20px),
    linear-gradient(315deg, transparent 0px, #fff 0px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 1);
} */
 .featurenum {
	position: absolute;
	top: -120px;
    left: 20px;
    width: 120px;
    height: 120px;
 }

.featuretit {
	font-family: ab-kokoro-no3, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 4.6rem;
	color: #000;
	letter-spacing: .0rem !important;
}
.featuresub {
	font-family: zen-maru-gothic, sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 2.4rem;
	color: #000;
	letter-spacing: 0rem !important;
	margin-left: 2rem;
}
.featureTxt {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: .1rem;
	line-height: 160%;
	font-size: 1.6rem;
	margin-left: 2rem;
}

.mat10 {
    margin-top: 10px;
}
.mat20 {
    margin-top: 20px;
}
.mat40 {
    margin-top: 40px;
}
.mat80 {
    margin-top: 80px;
}
.pc_mat40 {
    margin-top: 40px;
}
.feature_border {
	border-top: 1px solid #000;
	padding: 1.4rem 0;
}

.feature_sp {
	display: block;
}
@media screen and (min-width: 1141px) and (max-width: 1307px) {
		.featureTxtBox01::before,.featureTxtBox02::before,.featureTxtBox03::before {
		top: -70px;
		left: 0;
		width: 100%;
		height: 80px;
		padding: 0 !important;
	}
	.featureTxtBox01::after,.featureTxtBox02::after,.featureTxtBox03::after {
		bottom: -70px;
		width: 100%;
		height: 70px;
		left: 0;
	}
}
@media screen and (min-width: 1000px) and (max-width: 1140px) {
	.featureTxtBox01, .featureTxtBox02, .featureTxtBox03 {
		margin-top: 55px;
	}
	.featureTxtBox01::before,.featureTxtBox02::before,.featureTxtBox03::before {
		top: -60px;
		left: 0;
		width: 100%;
		height: 80px;
		padding: 0 !important;
	}
	.featureTxtBox01::after,.featureTxtBox02::after,.featureTxtBox03::after {
		bottom: -60px;
		width: 100%;
		height: 70px;
		left: 0;
	}
	.featuretit {
		font-size: 3.6rem;
	}
	.featureTxt {
		font-size: 1.3rem;
	}
}
@media screen and (min-width: 769px) and (max-width: 999px) {
		.featureTxtBox01::before,.featureTxtBox02::before,.featureTxtBox03::before {
		top: -50px;
		left: 0;
		width: 100%;
		height: 80px;
		padding: 0 !important;
	}
	.featureTxtBox01::after,.featureTxtBox02::after,.featureTxtBox03::after {
		bottom: -55px;
		width: 100%;
		height: 70px;
		left: 0;
	}
}

/* @media screen and (min-width: 769px) {
	.feature_wallbox:first-of-type{
	margin-right: 11.11%;
}
} */
@media screen and (max-width: 768px) {
	.feature {
	padding: 0 0 0px;
	background-color: #FF7396;
}
.featureTxtBox01 {
	background: url("../img/case_paper02.png") center top / 100% repeat-y;
	padding: 15px 4.58% 0px;
	position: relative;
	margin-top: 50px;
    margin-left: 4.4444%;
    margin-right: 4.4444%;
}
.featureTxtBox01::before {
	content: "";
	background: url("../img/case_paper01-01.png") center top / 100% no-repeat;
	position: absolute;
	top: -55px;
    left: 0;
    width: 100%;
    height: 70px;
    padding: 0 !important;
}
.featureTxtBox01::after {
	content: "";
	background: url("../img/case_paper03.png") center bottom / 100% no-repeat;
	position: absolute;
	bottom: -55px;
	width: 100%;
	height: 55px;
	left: 0;
}
.featureTxtBox02 {
	background: url("../img/case_paper02.png") center top / 100% repeat-y;
	padding: 15px 4.58% 0px;
	position: relative;
	margin-top: 50px;
    margin-left: 4.4444%;
    margin-right: 4.4444%;
}
.featureTxtBox02::before {
	content: "";
	background: url("../img/case_paper01-02.png") center top / 100% no-repeat;
	position: absolute;
	top: -55px;
    left: 0;
    width: 100%;
    height: 70px;
    padding: 0 !important;
}
.featureTxtBox02::after {
	content: "";
	background: url("../img/case_paper03.png") center bottom / 100% no-repeat;
	position: absolute;
	bottom: -55px;
	width: 100%;
	height: 55px;
	left: 0;
}
.featureTxtBox03 {
	background: url("../img/case_paper02.png") center top / 100% repeat-y;
	padding: 15px 4.58% 0px;
	position: relative;
	margin-top: 50px;
    margin-left: 4.4444%;
    margin-right: 4.4444%;
}
.featureTxtBox03::before {
	content: "";
	background: url("../img/case_paper01-03.png") center top / 100% no-repeat;
	position: absolute;
	top: -55px;
    left: 0;
    width: 100%;
    height: 70px;
    padding: 0 !important;
}
.featureTxtBox03::after {
	content: "";
	background: url("../img/case_paper03.png") center bottom / 100% no-repeat;
	position: absolute;
	bottom: -55px;
	width: 100%;
	height: 55px;
	left: 0;
}

.featurenum {
	position: absolute;
	top: -100px;
    left: 20px;
    width: 100px;
    height: 100px;
 }
.featuretit {
	font-family: ab-kokoro-no3, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 3.4rem;
	color: #000;
	letter-spacing: .0rem !important;
}
.featuresub {
	font-family: zen-maru-gothic, sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 2rem;
	color: #000;
	letter-spacing: 0rem !important;
	margin-left: 2rem;
}

.featureTxt {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: .1rem;
	line-height: 160%;
	font-size: 1.3rem;
	margin-left: 2rem;
}
	.pat85 {
		padding-top: 0px;
	}
	.featuresec_titBox {
		margin: 0px auto 40px 10px;
		text-align: center;
	}
	.featuresec_tit {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
		
	.pc_mat40 {
		margin-top: 0px;
	}
}

/*===============================
 support
===============================*/
.support {
	position: relative;
	width: 100%;
	/* background: url("../img/supp_back.jpg") center top / 140% repeat; */
	background-color: #fff;
	/* padding-top: 27.083333333333332%; */
}
.support_inner {
	position: relative;
	padding: 20px 5.58% 20px;
	margin: 0 auto;
}
.supportcont {
	padding-top: 80px;
}
.supportsec_titBox {
	margin: 60px auto 0px;
	text-align: center;
}
.supportTit {
	width: 85%;
	margin-left: auto;
    margin-right: auto;
}
.supportTit img {
	width: 100%;
}

.supportTxt {
	text-align: center;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.8rem;
	padding: 60px 0;
}
.support_card {
	background-color: #F9F3F3;
	padding: 20px 20px 40px;
	margin-bottom: 60px;
}
.support_item01 {
	width: 100%;
	margin-top: -40px;
}
.support_item02 {
	padding: 0 2rem;
}
.supportinTit {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 3rem;
	line-height: 160%;
	text-align: left;
	letter-spacing: .2rem;
}
.supportCopy {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 180%;
	letter-spacing: .1rem;
}


.right-txt {
	padding-left: 7.5%;
}
.palt {
	font-feature-settings: "palt";
}
.pat60 {
	padding-top: 60px;
}

.support_pc {
	display: block;
}
.support_sp {
	display: none;
}

.navyBox {
	border: 2px solid #00053A;
	padding: 1rem;
	margin-bottom: 60px;
}
.navytit {
	font-size: 1.6rem;
	color: #00053A;
	font-weight: 400;
}
.navytitB {
	font-size: 2.2rem;
	color: #00053A;
	font-weight: 400;
}
.graytit {
	font-size: 1.6rem;
	color: #3E3A39;
	font-weight: 700;
	letter-spacing: 0;
}
.text-center {
	text-align: center;
}
.mat10 {
	margin-top: 10px;
}
.pc_mat60 {
	margin-top: 60px;
}
.pab60 {
	padding-bottom: 60px !important;
}
@media screen and (min-width: 769px) {
/* .support_inner {
	width: 1200px;
} */
.supportimg_PC {
	display: block;
	padding-top: 40px;
}
.supportimg_SP {
	display: none;
}
.pc_on {
	display: block !important;
}
.pc_no {
	display: none !important;
	}
.sp_on {
	display: none;
}
.sp_no {
  display: none;
}
}
@media screen and (max-width: 768px) {

	.supportsec_titBox {
		margin: 0px auto 0px;
		text-align: center;
		padding: 20px 5.58% 20px;
	}
	.support_item01 {
		width: 100%;
		margin-top: -30px;
	}
	.support_item02 {
		padding: 0 1.4rem;
	}
	.supportTit {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.supportTxt {
		text-align: center;
		font-size: 3.8vw;
		padding: 30px 0;
	}
	.supportinTit {
		font-size: 2.2rem;
	}
	.supportCopy {
		font-size: 1.4rem;
	}

	.pc_mat60 {
		margin-top: 0px;
	}

.pc_no {
	display: none;
	}
.pc_on {
	display: none;
}
.sp_on {
	display: block;
}
	.support_sp{
	display: block;
}

.pab40 {
	padding-bottom: 10px !important;
}

}

/*===============================
	anchor
===============================*/
.anchor {
	background: #fff;
}
.anchor_inner {
	position: relative;
	padding: 60px 5.58% 20px;
	margin: 0 auto;
}
.anchor_box_flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
}
.anchor_btnlist {
	display: block;
	text-align: center;
	font-size: 2rem;
}
.anchor_box_flex li {
	text-align: center;
	width: 20%;
	height: 100%;
}
figure.arrowIcon {
	width: 40px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1rem;
}
.anchorBtn a {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 186px;
    height: 186px;
    background: #3ABEC1;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin: 0px 0;
}
.anchorBtn a:hover {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 186px;
    height: 186px;
    background: #05DFD7;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin: 0px 0;
}
@media screen and (min-width: 769px) {
	.anchor_inner {
		width: 1200px;
	}
}
@media screen and (max-width: 768px) {
	.anchor_inner {
		position: relative;
		padding: 60px 5.58% 20px;
		margin: 0 auto;
		text-align: center;
	}
	.anchor_box_flex {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		align-items: center;
	}
	.anchor_box_flex li {
		text-align: center;
		width: 19.66666%;
		height: auto;
		margin-top: 30px;
	}
	figure.arrowIcon {
		width: 14px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 0;
	}
	figure.downIcon {
		transform:rotate(180deg); 
	}
	.anchor_btnlist {
		display: block;
		text-align: center;
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
	.anchor_btnlist02 {
		display: block;
		text-align: center;
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
	.anchor_btnlist p {
		padding-top: 0px;
	}
	.anchor_btnlist02 p {
		padding-bottom: 0px;
	}
	.anchorBtn a {
		border-radius: 15px;
		padding: 1.4rem .5rem;
		border: 1px solid #54BAB9;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: auto;
		background: #F9F9F9;
		color: #116A7B;
		text-decoration: none;
		text-align: center;
		margin: 0px 0;
		line-height: 1.8rem;
	}
	.anchorBtn a:hover {
		border-radius: 15px;
		padding: 1.4rem .5rem;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: auto;
		background: #54BAB9;
		color: #FFF;
		text-decoration: none;
		text-align: center;
		margin: 0px 0;
		line-height: 1.8rem;
	}
}

/*===============================
 FAQ
===============================*/
.faq {
	background: #EFEFEF;
}
.faq_inner {
	position: relative;
	padding: 10px 5.58% 80px;
	margin: 0 auto;
}
.faqsec_titBox {
	margin: 60px auto 0px;
	text-align: center;
}
.faqsec_tit {
	width: 85%;
	margin-left: auto;
    margin-right: auto;
}
.faqsec_tit img {
	width: 100%;
}

  /* アコーディオン全体 */
  .accordion {
	max-width: 1000px;
	margin: 60px auto 40px;
	border-top: 1px solid #9A9B9B;
  }
  
  /* アコーディオン */
  .accordion__item {
	border-bottom: 1px solid #9A9B9B;
	margin-top: 10px;
	cursor: pointer;
  }
  
  /* アコーディオンのタイトル */
  .accordion__title {
	position: relative;
	padding: 20px 60px 20px 20px;
	font-weight: 400;
	cursor: pointer;
  }
  
  /* (+)アイコン */
  .accordion__title::before,
  .accordion__title::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	background-color: #9BABB8;
	width: 20px;
	height: 2px;
	transition: all 0.3s;
  }
  
  .accordion__title::after {
	transform: rotate(90deg);
  }
  
  /* アコーディオンのコンテンツ */
  .accordion__content {
	padding: 20px 20px 20px 20px;
	display: none;
	cursor: pointer;
	background-color: #fff;
  }
  
  .accordion__content.is-open {
	display: block;
  }
  
  /* アコーディオン展開時の(-)アイコン */
  .accordion__item.is-active .accordion__title::before {
	transform: rotate(180deg);
  }
  
  .accordion__item.is-active .accordion__title::after {
	transform: rotate(180deg);
	opacity: 0;
  }
  .faqflex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	align-items: center;
}


/* faq_area */
#faq_area {
	/* background: url("../img/faq_bg.jpg") no-repeat center top;
	background-size: cover; */
	margin: 0px 0 0 0;
    padding: 80px 0;
	background-color: #E6E6E6;
}
#faq_area .inner {
	width: 90%;
	margin: 0 auto;
}
#faq_area .inner h2 {
	opacity: 0;
	transition: opacity 1s linear 0s, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
	transform: translateY(25px);
}
#faq_area .inner h2.active {
	opacity: 1;
	transform: translateY(0);
}
#faq_area .inner .acc_box {
	margin: 55px 0 0 0;
	opacity: 0;
	transition: opacity 1s linear 0s, transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
	transform: translateY(25px);
}
#faq_area .inner .acc_box.active {
	opacity: 1;
	transform: translateY(0);
}
#faq_area .inner .acc_box .toggle {
	display: none;
}
#faq_area .inner .acc_box .Label {
	padding: 25px 30px 30px 65px;
	display: block;
	color: #000;
	border-bottom: 1px solid #000;
	position: relative;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.6rem;
}

#faq_area .inner .acc_box .Label:hover {
	cursor: pointer;
}
#faq_area .inner .acc_box .Label::before {
	content: "Q.";
	font-family: "ronde-b", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 6rem;
	color: #28527A;
	letter-spacing: 0.15em;
	position: absolute;
	top: 48%;
	left: 10px;
	transform: translate(0, -50%);
}
#faq_area .inner .acc_box .acc_ans::before {
	content: "A.";
	font-family: "ronde-b", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 6rem;
	color: #FF7B54;
	letter-spacing: 0.15em;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translate(0, -50%);
}
#faq_area .inner .acc_box .Label::after {
	content: "";
	width: 20px;
	height: 20px;
	background: url("../img/faq_ico01_01.svg") no-repeat;
	background-size: 20px 20px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%);
}
#faq_area .inner .acc_box .Label,
#faq_area .inner .acc_box .acc_ans {
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.acc_ans {
	background: rgba(255, 255, 255, 1);
	height: 0;
	margin-bottom:10px;
	padding: 0 65px;
	overflow: hidden;
	color: #000;
	line-height: 1.7;
	letter-spacing: 0.05em;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.6rem;
}
.toggle:checked + .Label + .acc_ans {
	height: auto;
	padding: 20px 65px;
	transition: all .3s;
}
.toggle:checked + .Label::after {
	background: url("../img/faq_ico01_01.svg") no-repeat !important;
	background-size: 20px 20px !important;
}
@media only screen and (max-width: 768px) {
#faq_area {
	margin: 0px 0 0 0;
	padding: 60px 0;
}
#faq_area .inner {
	width: 90vw;
}
.faqsec_titBox {
	margin: 0px auto 0px;
	text-align: center;
	padding: 0px 0 20px;
}

#faq_area .inner .acc_box {
	margin: 35px 0 0 0;
}
#faq_area .inner .acc_box .Label {
	padding: 25px 45px 25px 45px;
	line-height: 1.5;
}
#faq_area .inner .acc_box .Label::before {
	font-size: 3.2rem;
}
#faq_area .inner .acc_box .acc_ans::before {
	font-size: 3.2rem;
}
.toggle:checked + .Label + .acc_ans {
	padding: 25px 45px 25px 45px;
}
}
@media screen and (min-width: 769px) {
	.faq_inner {
		width: 1200px;
	}
}

/*===============================
 flow
===============================*/
.flow {
	background-color: #fff;
	/* background: url("../img/footprints.png") center top / 100% repeat; */
	padding-top: 40px;
}
.flow_inner {
	position: relative;
	background: url("../img/footprints.png") center top / 94% no-repeat;
	padding: 10px 5.58% 80px;
	margin: 0 auto;
}
/* @media screen and (min-width: 769px) {
	.flow_inner {
		width: 1200px;
	}
} */
.flowsec_titBox {
	margin: 60px auto 0px;
	text-align: center;
}
.flowsec_tit {
	width: 85%;
	margin-left: auto;
    margin-right: auto;
}
.flowsec_tit img {
	width: 100%;
}
.flowItemBox {
	padding: 10px 3.58% 0px;
}
.flowItem {
	text-align: center;
	padding: 3rem 2rem;
	width: 100%;
}
.flowItem figure img{
	width: 100%;
}

@media screen and (max-width: 768px) {
	.flowsec_tit {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.flowsec_tit img {
		width: 100%;
	}
	.flowItem {
		border-radius: 20px;
		text-align: center;
		padding: 0rem 2rem 2rem;
		width: 100%;
		min-height: auto;
		margin-top: 0px;
	}
	p.num {
		width: 30%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	h4.flowTit {
		font-size: 2.4rem;
		font-family: zen-kaku-gothic-new, sans-serif;
		font-style: normal;
		font-weight: 700;
		color: #005082;
		margin-top: 10px;
	}
}

/*===============================
 Detail
===============================*/
.detail {
	background-color: #FCF8F8;
}
.detail_inner {
	padding: 40px 5.58% 90px;
	margin: 0 auto;
}
.detailsec_titBox {
	margin: 60px auto 0px;
	text-align: center;
}
.detailsec_tit {
	width: 85%;
	margin-left: auto;
    margin-right: auto;
}
.detailsec_tit img {
	width: 100%;
}

.detail_flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 20px;
}

ul.detaillist {
	padding: 60px 5.58% 0px;
}
ul.detaillist li {
	list-style: disc;
	line-height: 180%;
}
.txtred {
	color: #F75270;
}
p.detailtxt {
	padding: 15px 5.58% 90px;
}
.mat15 {
    margin-top: 15px;
}
.mat30 {
    margin-top: 30px;
}
.mat60 {
    margin-top: 60px;
}
.detail_data p,.detail_data li {
    line-height: 180%;
}
.text-center {
    text-align: center;
}
/* .detail_data li:first-of-type{
	padding-top: 18px;
} */
.detail_data_pt{
	padding-top: 18px;
}
.detail_data_pb{
	padding-bottom: 18px;
}
.detail_privacy{
	font-size: 1.4rem;
	padding: 18px 0;
}
.detail_privacy li{
	list-style: none;
}
.detail_privacy a{
	text-decoration: underline;
  color: inherit;
}
.detail_privacy li span:first-of-type{
	width: 2.87%;
}
.detail_privacy li span:last-of-type{
	width: 97.1%;
}
/* .detail_data ul:nth-of-type(1){
	margin: 18px 0;
} */
.detail_data li span:first-of-type{
	width: 2.87%;
}
.detail_data li span:last-of-type{
	width: 97.1%;
}
/* @media screen and (min-width: 769px) {
	.detail_inner {
	width: 1200px;
}
} */
@media screen and (max-width: 768px) {
	.detailsec_titBox {
		margin: 0px auto 0px;
		text-align: center;
	}
	.detailsec_tit {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.detailsec_tit img {
		width: 100%;
	}

	.detail_inner{
		padding: 50px 5.58% 45px;
	}

	.indent_midashi {
		text-indent: -1rem;
	}
	.detail_data {
		width: 100%;
		padding: 1rem 1.4rem 14px;
		font-size: 1.4rem;
	}
	.detail_privacy{
		font-size: 1.4rem;
		padding: 18px 0 30px;
		word-break: break-all;
	}
	.detail_data li span:first-of-type{
		width: 6.87%;
	}
	.detail_data li span:last-of-type{
		width: 100%;
	}
}

/*===============================
 Footer
===============================*/
.footer {
	width: 100%;
	color: #000;
	text-align: center;
	max-width: 1296px;
	padding: 45px 5.83%;
	font-size: 1.2rem;
	margin: 0 auto;
}
.copyright {
	background-color: #FCF8F8;
	color: #000;
}
.footer a {
	color: white;
	text-decoration: underline;
}
.footer_lg {
	width: 40.52%;
}
.footer_lg p{
	text-align: left;
	font-weight: bold;
}
.footer_lg p a{
	color: #000;
}
.footer_lg img{
	width: 100%;
	height: auto;
	margin-bottom: 12px;
}
.footer_nav {
	font-size: 1.4rem;
	margin-bottom: 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.footer_qr{
	width: 36.26%;
}
.footer_qr p{
	text-align: left;
	font-weight: bold;
}
.footer_qr img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.footer_nav li {
	line-height: 2;
	text-align: left;
}
.footer_nav p {
	font-size: 1.2rem;
}
.footer_copy {
	font-size: 1.2rem;
	text-align: center;
	padding: 15px 0 13px;
}
.footer_caption{
	text-align: left;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 0 11.55%;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.footer {
		padding: 30px 5.625% 50px;
	}
	.footer_lg {
		width: 100%;
		margin: 0 auto 25px;
	}
	.footer_qr{
		width: 100%;
	}
	.footer_nav {
		font-size: 1.2rem;
		margin-bottom: 20px;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.footer_caption{
	padding: 0;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
	.footer_caption p{
	width: 100%;
	text-align: left;
}
	.footer_copy {
		font-size: 1rem;
		padding: 12px 5.625%;
	}
}

/*===============================
 CV
===============================*/
.cv-top {
	width: 860px;
	padding-top: 60px;
	margin-top: -160px;
	margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
/* .cv-top a img{
    width: 100%;
	max-width: 860px;
} */
.cv-top a {
  margin-left: auto;
  margin-right: auto;
  background-image: linear-gradient(120deg, rgba(0,198,251,0.9), rgba(0,91,234,0.9));
  display: block;
  padding:2rem 4rem !important;
  border-radius: 60px;
  box-shadow: 0 10px 0px 0 rgba(0,0,0,.2);
}
.cv-top a:hover {
	/* transform: translateY(0.1875em); */
    animation-play-state: paused;
}
.yureru-j{
    animation: yureru-j 3s  infinite;
}
/* @keyframes yureru-j {
	0% {
    	top: -4px;
			box-shadow: 0px 8px 4px 0px rgba(0,0,0,0.4);
  }
  50% {
			top: 0;
			box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.4);
	}
} */
@keyframes yureru-j {
	0% {transform: translate(0px, 4px);}
	50% {transform: translate(0px, -4px);}
	100% {transform: translate(0px, 4px);}
	/* 15% {transform: translate(0px, -4px);}
	20% {transform: translate(0px, 4px);}
	25% {transform: translate(0px, -4px);} */
	/* 30% {transform: translate(0px, 0px);} */
}
/* @keyframes yureru-j {
	0% {transform: translate(0px, 2px);}
	5% {transform: translate(0px, -2px);}
	10% {transform: translate(0px, 2px);}
	15% {transform: translate(0px, -2px);}
	20% {transform: translate(0px, 2px);}
	25% {transform: translate(0px, -2px);}
	30% {transform: translate(0px, 0px);}
} */

.cv a {
	width: 100%;
	padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
	position: relative;
	display: block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.cv a img{
    width: 100%;
	max-width: 860px;
}

.cv {
  margin-left: auto;
  margin-right: auto;
}
.cv a:hover {
	animation-play-state: paused;
}

@media screen and (min-width: 769px) {

}
@media screen and (max-width: 768px) {
.cv-top {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	position: relative;
	top: -30px;
}
.cv-top a {
	margin-left: auto;
	margin-right: auto;
	background-image: linear-gradient(120deg, rgba(0,198,251,0.9), rgba(0,91,234,0.9));
	display: block;
	padding:1.2rem 3rem !important;
	border-radius: 60px;
	box-shadow: 0 10px 0px 0 rgba(0,0,0,.2);
	text-align: center;
  }
.cv {
	width: 85%;
	margin: 0px auto 0px;
	position: relative;
	}

.cv-top a img{
    width: 100%;
	max-width: 100%;
}
.cv a {
	width: 100%;
	padding-top: 00px;
    margin: 0 auto 0;
    position: relative;
}
.cv a img{
    width: 100%;
	max-width: 100%;
}

.cv_sp {
	width: 85%;
	margin: 0px auto 0px;
	position: relative;
}
.cv_sp a {
	width: 100%;
	padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
	position: relative;
	display: block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.cv_sp a img{
    width: 100%;
	max-width: 860px;
}

.cv_sp {
  margin-left: auto;
  margin-right: auto;
}
.cv_sp a:hover {
	animation-play-state: paused;
}

.yureru-j{
    animation: yureru-j 3s  infinite;
}
@keyframes yureru-j {
	0% {transform: translate(0px, 4px);}
	50% {transform: translate(0px, -4px);}
	100% {transform: translate(0px, 4px);}
	/* 15% {transform: translate(0px, -4px);}
	20% {transform: translate(0px, 4px);}
	25% {transform: translate(0px, -4px);} */
	/* 30% {transform: translate(0px, 0px);} */
	}

}
