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

*,*::before,*::after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role='list'],ol[role='list']{list-style:none}body{min-height:100vh;line-height:1.5}h1,h2,h3,h4,button,input,label{line-height:1.1}h1,h2,h3,h4{text-wrap:balance}a:not([class]){text-decoration-skip-ink:auto;color:currentColor}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}

body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}


.forPC{
display:block;
}
.forSP{
display:none;
}

.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

/*====================================================================
.full-screen
====================================================================*/

.full-screen .slick-list {
  overflow: visible;
}
.full-screen.slider {
  max-width: 300px;
  margin: 0 auto;
}

.slick-track{
	padding:0px 0px 30px 0px;
}

.slider{
	text-align:center;
}
.car{
	margin:0px auto 10px auto;
}
.carname1{
	font-size:16px;
	font-weight:bold;
}
.carname1{
	font-size:80%;
	font-weight:bold;
}



.head{
	position:relative;
	width:1000px;
	margin:0px auto;
}

header {
  position: absolute;
  display: inline-block;
  margin: 0px;
  padding: 15px 10px;
  width: 100%;
  color: #555;
  font-size: 16px;
  background: #003a19;
}

header:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 25px solid #003a19;
}

header h1 {
  margin: 0;
  padding: 0;
	text-align:center;
	font-size: 20px;
	color:#ffffff;
}

.yellow{
	color:#ffff00;
}

.fv{
	background:url("../img/fvbg.png") center / cover;
	height:650px;
}

.contents_in{
	position:relative;
	width:1000px;
	margin:0px auto;
}

.fv01{
	position:absolute;
	top:60px;
	left:-150px;
}

.fv02{
	position: absolute;
	width:70%;
	top: 120px;
  left: 150px;
	z-index:3;
}

.fv03{
	position:absolute;
	width:350px;
	top:80px;
	right:-70px;
}

.fv04{
	position:absolute;
	top:470px;
	left:30px;
}

.fv05{
	position:absolute;
	top:470px;
	right:30px;
}

.bgg{
  background: #009944;
}

.fvunder{
	height:480px;
	padding:50px 0px;
}

.fvunder01{
	margin:0px auto 30px auto;
}

.fvunder02pc{
	width:380px;
	display:block;
	position:absolute;
	top:160px;
	left:20px;
}

.fvunder02sp{
	display:none;
}

.fvunder03{
	width:570px;
	position:absolute;
	top:160px;
	right:20px;
}

.btnarea{
	width:1000px;
	padding:50px 0px 10px 0px;
	margin:0px auto;
    display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 10px;
  column-gap: 10px;
}

.fixbtnarea{
	position:fixed;
	bottom:0px;
	width:100%;
	background:rgba(255,255,255,0.7);
}

.fixbtnarea_in{
	width:1000px;
	padding:10px 0px 10px 0px;
	margin:0px auto;
    display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 10px;
  column-gap: 10px;
}

.contents{
	padding:30px 0px;
}

.con01{
	width:1000px;
	margin:0px auto 70px auto;
}

.con02_arrow{
	width:215px;
	margin:-30px auto 0px auto;
}

.con02_title{
	width:939px;
	margin:-150px auto 0px auto;
}

.con02_grid{
	width:1000px;
	padding:80px 0px 30px 0px;
	margin:0px auto;
    display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 10px;
  column-gap: 10px;
}

.con03{
	margin:0px auto 30px auto;
}

.con_title{
	width:862px;
	margin:30px auto 20px auto;
}

.con04_grid{
	width:1000px;
	padding:0px 0px 30px 0px;
	margin:0px auto;
    display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 10px;
  column-gap: 10px;
}

.con05{
	width:800px;
	margin:0px auto;
}
.formarea{
	width:700px;
	margin:0px auto 50px auto;
}
.form_title{
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
}
.form_input{
	font-size:18px;
	padding:0px 0px 20px 0px;
	margin:0px 0px 20px 0px;
	border-bottom:2px dotted #aaaaaa;
}
.form_input input{
	width:100%;
}
footer{
  background: #009944;
	padding:15px 0px 150px 0px;
	color:#ffffff;
	font-size:14px;
	text-align:center;
}


@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  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;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-custom01 {
  margin-bottom: 0.5rem;
  padding: 0;
  border-radius: 0.75rem;
}

a.btn-custom01:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0.75rem, -1rem);
  transform: translate3d(0, 0.75rem, -1rem);

  border: 2px solid #000;
  border-radius: inherit;
  background: #ccc100;
  -webkit-box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
}

a.btn-custom01:after {
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: calc(50% - 1rem);
  left: 1.5rem;
  margin: 0;
  padding: 0;
  content: "\f0e0";
}

.form_btn01{
	text-align:center;
}

.btn-custom01-front {
  position: relative;
  display: block;
  padding: 1.5rem 5rem 1.5rem 5rem;

  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #000;
  border-radius: inherit;
  background: #fff100;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

a.btn-custom01:hover {
  -webkit-transform: translate(0, 0.25rem);
  transform: translate(0, 0.25rem);
  background: #fff100;
}

a.btn-custom01:hover:before {
  -webkit-transform: translate3d(0, 0.5rem, -1rem);
  transform: translate3d(0, 0.5rem, -1rem);
  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}

a.btn-custom01:hover:after {
  content: "\f2b6";
}

a.btn-custom01:active {
  -webkit-transform: translate(0rem, 0.75rem);
  transform: translate(0rem, 0.75rem);
}

a.btn-custom01:active:before {
  -webkit-transform: translate3d(0, 0, -1rem);
  transform: translate3d(0, 0, -1rem);
  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}

a.btn-custom01:active:after {
  content: "\f2b6";
}

#formWrap,
#thanks {
  width: 800px;
  margin: 0px auto;
  padding: 50px 0px 0px 0px;
}

#thanks {
  text-align: center;
}

#formWrap h3 {
  text-align: center;
  fonnt-size: 40px;
  margn: 0px auto 20px auto;
}

.formTable th {
  text-align: left;
  padding: 5px;
}

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

.forPC{
display:none;
}
.forSP{
display:block;
}
	
.fv{
	background:url("../img/fvbg.png") center / cover;
	height:310px;
}

.contents_in{
	position:relative;
	width:100%;
	margin:0px auto;
}

.fv01{
	position:absolute;
	width:140px;
	top:60px;
	left:0px;
}

.fv02{
	position: absolute;
	width:68%;
	top: 100px;
  left: 60px;
	z-index:3;
}

.fv03{
	position:absolute;
	width:110px;
	top:60px;
	right:0px;
}

.fv04{
	position:absolute;
	width:60px;
	top:180px;
	right:10px;
}

.fv05{
	position:absolute;
	width:60px;
	top:240px;
	right:10px;
}

.fvunder{
	height:auto;
	padding:20px 0px;
}

.fvunder01{
	margin:0px auto 10px auto;
}

.fvunder02pc{
	width:380px;
	display:none;
	position:absolute;
	top:160px;
	left:20px;
}

.fvunder02sp{
	display:block;
background:#ffffff;
padding:30px 60px;
border-radius:20px;
	width:95%;
	text-align:center;
	margin:0px auto 20px auto;
}

.fvunder03{
	width:95%;
	position:static;
	margin:0px auto 0px auto;
}

.btnarea{
	width:100%;
	padding:20px 0px 10px 0px;
	margin:0px auto;
    display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 5px;
  column-gap: 5px;
}

.fixbtnarea{
	position:fixed;
	bottom:0px;
	width:100%;
	background:rgba(255,255,255,0.7);
}

.fixbtnarea_in{
	width:70%;
	padding:10px 0px 10px 0px;
	margin:0px auto;
    display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 20px;
  column-gap: 20px;
}

.contents{
	padding:10px 0px;
}

.con01{
	width:98%;
	margin:0px auto 20px auto;
}

.con02_arrow{
	width:150px;
	margin:-30px auto 0px auto;
}

.con02_title{
	width:90%;
	margin:-65px auto 0px auto;
}

.con02_grid{
	width:98%;
	padding:30px 0px 20px 0px;
	margin:0px auto;
    display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 5px;
  column-gap: 5px;
}

.con03{
	margin:0px auto 10px auto;
}

.con_title{
	width:98%;
	margin:10px auto 10px auto;
}

.con04_grid{
	width:95%;
	padding:0px 0px 20px 0px;
	margin:0px auto;
    display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 5px;
  column-gap: 5px;
}

.con05{
	width:98%;
	margin:0px auto;
}
.formarea{
	width:95%;
	margin:0px auto 50px auto;
}
.form_title{
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 5px 0px;
}
.form_input{
	font-size:18px;
	padding:0px 0px 20px 0px;
	margin:0px 0px 20px 0px;
	border-bottom:2px dotted #aaaaaa;
}
.form_input input{
	width:100%;
}
footer{
  background: #009944;
	padding:15px 0px 100px 0px;
	color:#ffffff;
	font-size:14px;
	text-align:center;
}

  #formWrap,
  #thanks {
    width: 95%;
    margin: 0px auto;
    padding: 100px 0px 0px 0px;
  }

  #thanks {
    text-align: center;
  }

  #formWrap h3 {
    text-align: center;
    fonnt-size: 16px;
    margn: 0px auto 20px auto;
  }

  .formTable th {
    text-align: left;
    padding: 5px;
  }

}