@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a{
	color:#000;
	text-decoration: none;
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
input[type="text"], button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* clearfix */
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

/*///////////////////////////////////*/
/*commmon*/
/*//////////////////////////////////*/
html { font-size: 62.5%; } /* 10px */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size:1.4rem;
 
}
.pc-img{
  display: block;
}
.sp-img{
  display: none;
}
main{
	width: 1200px;
margin: 0 auto;
	
}
.center{
	margin: 0 auto;
	text-align: center;
}
main h1{
	background: url(images/bg00.jpg) repeat-x top center;
	
}

main h1 img{
	
	text-align: center;
	margin: 0 auto;
}

img{
	width: 80%;
}
.bg01{
	background: url(images/bg01.jpg) repeat-x top center;
}
.bg02{
	background: url(images/bg02.jpg) repeat-x top center;
}
.padding70{
	padding: 70px 0;
}
.bg05{
	background: url(images/bg05.jpg) repeat-x top center;
}
.bg03{
	background: url(images/bg03.jpg) repeat-x top center;
}
.bg04{
	background: url(images/bg04.jpg) repeat-x top center;
}
.bg06{
	background: url(images/bg06.jpg) repeat-x top center;
}
.bg07{
	background: url(images/bg07.jpg) repeat-x top center;
}
.bg08{
	background: url(images/bg08.jpg) repeat-x top center;
}

.header{
  width: 100%;
  height: 60px;
  background: #FFFFFF;
  position: fixed;
  z-index: 99;
}
.header_inner{
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0 0 0;
}
.logo{
 float: left;
}
.footer{
  width: 100%;
  width: 100%;
  background: #000000;
}
footer p img{
	width: 429px;
}
.w70p{
	width: 70%;
}
.footer_inner{
  width: 1200px;
  margin: 0 auto;
}
.content{
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 0 0;
}
.content_ctr{
  position: relative;
}
.content_ctrArea{
  height: 200px;
  position: relative;
}
.aside{
  font-size: 1.0rem;
  margin: 50px 0 10px 0;
}
/* 
 * コンバージョンボタン
 */
.btn-cv {
  position: relative;
}
.btn-cv a{

line-height: 1.00em;
    text-shadow: 2px 2px 6px #12a828;
    letter-spacing: 0.1em;
    border-radius: 10px;
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    background: linear-gradient(#00ca49, #31a201);
    border-bottom: solid 6px #267a00;
    width: 600px;
    height: 90px;
    padding: 0px 10px 0 0;
    font-size: 3.0rem;
    font-weight: bolder;
    position: absolute;
    bottom: 100px;
    left: calc(50% - 300px);
    z-index: 2;
}
.btn-cv a span{
  font-size: 1.6rem;
}
.btn-cv a img {
  vertical-align: middle;
}

.btn-cv a:active{
   -ms-transform: translateY(6px);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    border-bottom: none;
}
/* ボタン内のアイコン */

.btn-cv a:before {
  content: url(images/yajirushi.png);
  
  margin-top: -10PX;
  position: absolute;
  right: 15px;
  top: 45%;
}

/*
.btn-cv a:hover {
  box-shadow: 1px 1px 2px 0 #a1a1a1;
  filter: alpha(opacity=70);
  opacity: .7;
}
*/
/* ボタンの光沢 */
/*
.is-reflection a {
  overflow: hidden;
}
*/
/*
.is-reflection a:after {
  -moz-animation: is-reflection 4s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -ms-animation: is-reflection 4s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -o-animation: is-reflection 4s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -webkit-animation: is-reflection 4s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  animation: is-reflection 4s ease-in-out infinite;
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}
*/
/* アニメーションを遅延させる */
/*
.is-reflection + .is-reflection a:after {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@keyframes is-reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes is-reflection {
  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% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
*/

/* CVボタン矢印揺れ */
/*
.is-trembling a:before {
  -webkit-animation-name:is-trembling;
  -webkit-animation-duration:.8s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease;
  -moz-animation-name:is-trembling;
  -moz-animation-duration:1s;
  -moz-animation-iteration-count:infinite;
  -moz-animation-timing-function:ease;
}
@-webkit-keyframes is-trembling {
  0% {-webkit-transform:translate(-3px, 0);}
  100% {-webkit-transform:translate(0, 0);}
}
*/
/* ボタンをバウンドさせる */
.is-bounce {
  animation: bounce 4s infinite;
  -moz-animation: bounce 4s infinite;
  -webkit-animation: bounce 4s infinite;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
@-webkit-keyframes bounce {
  0%, 4%, 10%, 18%, 100% {-webkit-transform: translateY(0);}
  5% {-webkit-transform: translateY(-6px);}
  12% {-webkit-transform: translateY(-4px);}
}
@keyframes bounce {
  20%, 24%, 30%, 34%, 100% {-webkit-transform: translateY(0);transform: translateY(0);}
  25% {-webkit-transform: translateY(-6px);transform: translateY(-6px);}
  32% {-webkit-transform: translateY(-4px);transform: translateY(-4px);}
}
/* アニメーションを遅延させる */
.is-bounce + .is-bounce {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
/* ブルブルさせる */
.buru {
  animation: buru 3s ease-in infinite;
  -webkit-animation: buru 3s ease-in infinite;
  -moz-animation: buru 3s ease-in infinite;
  -o-animation: buru 3s ease-in infinite;
  -ms-animation: buru 3s ease-in infinite
}
@keyframes buru {
  48%, 62% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
  }
  50% {
    -webkit-transform: scale(1.1, .9);
    transform: scale(1.1, .9)
  }
  56% {
    -webkit-transform: scale(.9, 1.1) translate(0, -7px);
    transform: scale(.9, 1.1) translate(0, -7px)
  }
  59% {
    -webkit-transform: scale(1, 1) translate(0, -5px);
    transform: scale(1, 1) translate(0, -5px)
  }
}
@-webkit-keyframes buru {
  48%, 62% {
    -webkit-transform: scale(1, 1)
  }
  50% {
    -webkit-transform: scale(1.1, .9)
  }
  56% {
    -webkit-transform: scale(.9, 1.1) translate(0, -7px)
  }
  59% {
    -webkit-transform: scale(1, 1) translate(0, -5px)
  }
}
/* ぷるるるるん！ */
.is-purun {
  -webkit-animation: is-purun 5s infinite;
  -moz-animation: is-purun 5s infinite;
  animation: is-purun 5s infinite;
}
@-webkit-keyframes is-purun {
   0% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
   4% { -webkit-transform: scale(0.9, 0.9) translate(0%, 3%); }
   8% { -webkit-transform: scale(1.1, 0.8) translate(0%, 7%); }
  12% { -webkit-transform: scale(0.9, 0.9) translate(0%, -7%); }
  18% { -webkit-transform: scale(1.1, 0.9) translate(0%, 3%); }
  25% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@keyframes is-purun {
   0% { transform: scale(1.0, 1.0) translate(0%, 0%); }
   4% { transform: scale(0.9, 0.9) translate(0%, 3%); }
   8% { transform: scale(1.1, 0.8) translate(0%, 7%); }
  12% { transform: scale(0.9, 0.9) translate(0%, -7%); }
  18% { transform: scale(1.1, 0.9) translate(0%, 3%); }
  25% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
/* アニメーションを遅延させる */
.is-purun + .is-purun {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.header-btn a{
  position: relative;
  width:300px;
  height: 40px;
  padding: 3px 0 0 0;
  left: auto;
  float: right;
  bottom: auto;
  font-size:1.4rem;
}
.header-btn a span{
  font-size:1.2rem;
}

.content-btn a:hover{
    background: #ff7575;
}
.content-btn a span{
  font-size: 1.4rem;
}
.content-btn_last a{
  bottom: 50px;
}
.content-btn_top a{
width: 580px;
    bottom: 58px;
  left:  calc(60% - 250px);
}

/* よくある質問　*/
.accordionbox{
  border: 1px solid #DFDFDF;
  margin:40px auto;
	width: 1200px;
	
}
.accordion__list dt{
    display:block;
    padding: 35px 30px 25px 30px;
    border-top: 1px solid #DFDFDF;
    font-size: 24px;
	letter-spacing: 0.05em;
}
.accordion__list dt:hover{
 background: #f8f8f8;
}
.accordion__list dt:first-child{
    border-top: none !important;
}
.accordion__list dt .accordion__title{
  padding-left: 10px;
  float: left;
  font-size: 24px;
  cursor: pointer;
}
.accordion__list dt .accordion__title span{
  color: #00c9ea;
  padding: 0 20px 0 0;
}
.accordion__discription{
  display:none;
  padding:20px 20px 20px 40px;
  font-size: 22px;
  line-height: 1.6em;
	letter-spacing: 0.05em;
}
.accordion__icon,
.accordion__icon span {
  display: inline-block;
  transition: all 0.1s;
  box-sizing: border-box;
}
.accordion__icon {
  position: relative;
  width: 30px;
  height: 30px;
  float: right;
  margin-right: 5px;
}
.accordion__icon span {
  position: absolute;
    left: 6px;
    width: 50%;
  height: 2px;
  background-color: #00c9ea;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.accordion__icon span:nth-of-type(1) {
    top: 5px;
  transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion__icon span:nth-of-type(2) {
    top: 5px;
  transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion__icon.active span:nth-of-type(1) {
  display:none;
}
.accordion__icon.active span:nth-of-type(2) {
  top: 5px;
  transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

@media screen and (max-width: 1025px) {

	main{
	width: 100%;
margin: 0 auto;
	
}
.pc-img{
  display: none;
}
.sp-img{
  display: block;
}
	.bg01{
		background:  url(images/bg01.jpg) no-repeat;
		background-size: cover;
	}
	.bg06{
		background:  url(images/bg06.jpg) no-repeat;
		background-size: cover;
	}

.footer_inner{
  width: 100%;
  max-width:750px;
}
.content{
  width: 100%;
  
  padding: 0 0 0 0;
}
	 img {
		width: 100%;
	}
	.w70p{
		width: 100%;
	}
	.padding70{
		padding: 5% ;
	}
.content-btn_top a{
  width: 80%;
	
  bottom: 44px;
  left:  calc(40% - 29%);
	font-size: 3.4vw;
	padding: 0% 0 0 0;
}
	/* よくある質問　*/
.accordionbox{
  border: 1px solid #DFDFDF;
  margin:40px auto;
	width: 100%;
	
}
	.center{
		margin: 0 auto;
		text-align: center;
	}
	.btn-cv a{

line-height: 1.00em;
    text-shadow: 2px 2px 6px #12a828;
    letter-spacing: 0.1em;
    border-radius: 10px;
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    background: linear-gradient(#00ca49, #31a201);
    border-bottom: solid 6px #267a00;
    width: 600px;
    height: 90px;
    padding: 0px 10px 0 0;
    font-size: 3.0rem;
    font-weight: bolder;
    position: absolute;
    bottom: 50px;
    left: calc(50% - 300px);
    z-index: 2;
}
}
@media screen and (max-width: 749px) {
main{
	width: 100%;
margin: 0 auto;
	
}
	.w70p{
		width: 100%;
	}
	.center{
		margin: 0 auto;
		text-align: center;
	}
.header_inner{
  width: 100%;
  max-width:375px;
  padding:10px 10px 0 10px;
}

.footer_inner{
  width: 100%;
  max-width:375px;
}
.content{
   width: 100%;
   
  padding: 0 0 0 0;
}
.content_ctrArea{
  height: 100px;
}
	.padding70{
		padding: 5% ;
	}
.btn-cv a{
  width: 340px;
  height: 60px;
  left:  calc(50% - 170px);
  font-size: 1.7rem;
  padding: 3px 0 0 0;
  position: absolute;
  bottom: 25px;
	
	
	
	
}
.btn-cv a span{
  font-size: 1.4rem;
}
.btn-cv a:before {
  content: url(images/yajirushi02.png);
	
  width: 10px;
  margin-top: -.6em;
  position: absolute;
  right: 5%;
  top: 60%;
}
.header-btn a{
  width:250px;
  height: 40px;
  font-size:1.3rem;
  padding: 3px 0 0 0;
  margin-right: 10px;
  position: relative;
  bottom: 0;
}
.header-btn a span{
  font-size:1.2rem;
}
.content-btn_top a{
  bottom: 20px;
  height:50px;
  padding: 0 0 0 0;
  font-size: 1.6rem;
}
.content-btn_top a span{
  font-size: 1.2rem;
}
.accordion__list dt{
    font-size: 1.6rem;
    padding: 20px 5px 10px 5px;
}

.accordion__list dt .accordion__title{
 font-size: 1.4rem;
}
.accordion__discription{
  font-size:  1.4rem;
}
.accordion__icon {
  margin-right: 0px;
}
	.bg05{
		background: url(images/bg05.jpg) repeat top center;
		background-size: cover;
		
	}
	/* よくある質問　*/
.accordionbox{
  border: 1px solid #DFDFDF;
  margin:40px auto;
	width: 100%;
	
}
	footer p img{
		width: 60%;
	}
}
@media screen and (max-width: 374px) {
	body{
		width: 100%;
	}
	main{
	width: 100%;
margin: 0 auto;
	
}
	.w70p{
		width: 100%;
	}
	.center{
		margin: 0 auto;
		text-align: center;
	}
  .header_inner{
  width: 100%;
  max-width:100%;
}


.footer_inner{
  width: 100%;
  max-width:100%;
}
.content{
   width: 100%;
   max-width:100%;
}
.btn-cv a{
  width: 280px;
  height: 50px;
  left:  calc(50% - 140px);
  bottom: 28px;
  font-size: 1.5rem;
  padding: 3px 0 0 0;
}
.btn-cv a span{
  font-size: 1.2rem;
}
.btn-cv a:before {
  content: url(images/yajirushi_15.png);
  width: 15px;
  margin-top: -7px;
  position: absolute;
  left: 5px;
  top: 50%;
}
.header-btn a{
  width:210px;
  height: 40px;
  font-size:1.1rem;
  padding: 5px 0 0 0;
  position: relative;
  bottom: 0;
}
.header-btn a span{
  font-size:1.1rem;
}
.content-btn_top a{
  bottom: 10px;
}
.accordion__icon {
  width: 20px;
  height: 20px;
}
}