@charset "utf-8";
body {
  margin: 0;
}
a img:hover {
  opacity: 0.7;
  transition: .3s;
}
img {
  vertical-align: bottom;
}
p {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
ul {
  list-style-type: none;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
span {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
h1 {
  margin: 0;
  padding: 0;
  line-height: 0;
}
h2.title01 {
  text-align: center;
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
h2.title01 span {
  font-size: 36px;
  color: #4ebd9c;
  font-weight: 400;
}
h2.title02 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 2px;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.title03 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
  display: inline-block;
  padding: 0 55px;
  margin-top: 40px;
}
.title03:before, .title03:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
.title03:before {
  left:0;
}
.title03:after {
  right: 0;
}
.center {
  text-align: center;
}
.margin0 {
  margin: 0;
}
.mv {
  position: relative;
}
.mv01 {
  background: url("../img/mv01.jpg") no-repeat;
  background-size: cover;
}
.mv02 {
  background: url("../img/mv02.jpg") no-repeat;
  background-size: cover;
}
.mv03 {
  background: url("../img/mv03.jpg") no-repeat;
  background-size: cover;
}
.mv04 {
  background: url("../img/mv04.jpg") no-repeat;
  background-size: cover;
}
h2.cp {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}
h2.cp span {
  font-size: 18px;
}
.cpbox {
  position: absolute;
  z-index: 2;
  width: 608px;
  height: 194px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
ul.cvbtn {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
}
ul.cvbtn li {
  margin: 0 10px;
  width:284px;
}
ul.cvbtn li a{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4ebd9c;
  height: 54px;
}
ul.cvbtn li a:hover{
  transition: .3s;
  background: #3ba585;
}
/* アニメーション設定 */
.arrowWrap {
  position: absolute;
  right: 16px;
  bottom: 0;
  height: 200px
}
.arrowInner p {
  font-size: 11px;
  letter-spacing: 4px;
  text-align: end;
  color: #fff;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.arrow {
  width: 1px;
  height: 100px;
  margin: 40px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}
.arrow::before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}
@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}
.about {
  width: 100%;
  padding: 200px 0;
  background: url("../img/about_bg.jpg") no-repeat;
  background-size: cover;
}
.about p {
  text-align: center;
  font-size: 18px;
  line-height: 2;
}
.service {
  width: 100%;
  padding: 40px 0;
  background: linear-gradient(90deg,#fff 0%,#fff 900px,#7e7e7e 900px,#7e7e7e 100%);
}
.servicebox {
  max-width: 1000px;
  width:88%;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.servicebox_text {
  width: 46%;
  font-size: 14px;
  position: relative;
  line-height: 2;
}
.servicebox_text:before {
  content:'';
  background: url("../img/service.png") no-repeat;
  position: absolute;
  width: 24px;
  height: 270px;
  left: -58px;
  top: -50px;
}
.servicebox_img {
  width: 50%;
}
.servicebox_img img {
  width: 100%;
}
.nayami {
  width: 100%;
  background: url("../img/nayami_bg.jpg") no-repeat;
  background-size: cover;
  padding: 80px 4%;
  box-sizing: border-box;
}
.nayami_list {
  list-style-type: none;
  padding-left: 20px;
  font-size: 16px;
}
.nayami_list li {
  position: relative;
  margin: 8px 0;
}
.nayami_list li:before {
  content: '';
  background: url("../img/check.png") no-repeat;
  position: absolute;
  width: 18px;
  height: 16px;
  left: -24px;
}
.nayamibox {
  display: flex;
  justify-content: center;
  align-items: center;
}
.point {
  padding: 60px 0 80px 0;
}
.point_list {
  max-width: 980px;
  width: 92%;
  list-style-type: none;
  padding: 0;
  margin: 40px auto 20px auto;
  display: flex;
  justify-content: space-between;
}
.point_list li {
  width: 22%;
}
.point_list li img {
  width: 100%;
}
.p_title {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0;
}
.p_text {
  font-size: 14px;
  margin: 0;
}
.content {
  width: 100%;
  background: #e9e9e9;
  padding: 60px 0;
}
.content_list {
  max-width: 800px;
  width: 92%;
  margin: 40px auto 0 auto;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content_list li {
  width: 28%;
  margin-bottom: 40px;
}
.content_list li img {
  width: 100%;
}
.contact02 {
  width: 100%;
  background: url("../img/contact_bg.jpg") no-repeat;
  background-size: cover;
  padding: 60px 4% 70px 4%;
  box-sizing: border-box;
}
.contact02 p {
  color: #fff;
  text-align: center;
  font-size: 14px;
}
ul.cvbtn02 {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 30px auto;
  width: 600px;
}
ul.cvbtn02 li {
  margin: 0 10px;
  width:284px;
}
ul.cvbtn02 li a{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4ebd9c;
  height: 54px;
}
ul.cvbtn02 li a:hover{
  transition: .3s;
  background: #3ba585;
}
.product {
  width: 100%;
  position: relative;
  padding: 60px 0;
}
.product_text {
  font-size: 14px;
  margin: 40px 0;
  text-align: center;
}
.leaf_l {
  position: absolute;
  top: 0;
  left: 0;
}
.leaf_r {
  position: absolute;
  top: 0;
  right: 0;
}
.product_list {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  width: 100%;
  margin: 0px auto;
}
.product_list li {
	box-sizing: border-box;
  width: 25%;
	padding: 0 20px;
  position: relative;
  margin-bottom: 30px;
	padding-bottom: 25px;
}
.product_list li figure {
	margin: 0;
	display: flex;
	align-items: center;
	height: calc(100% - 43px);
}
.product_list li img {
  width: 100%;
}
.product_list li p {
  margin: 10px 0;
  text-align: center;
  font-size: 14px;
	line-height: 1.4;
}
.product_list .button {
	width: 100%;
	border: none;
}
.category {
	top: 0;
	left: 20px;
  position: absolute;
  background: #000;
  color: #fff;
  width: 80px;
  text-align: center;
  font-size: 14px;
  padding: 4px 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.zukei {
  text-align: center;
  margin-bottom: 60px;
}
.zukei img {
  max-width: 819px;
  width: 92%;
}
.button span {
  border: 1px solid #000;
  color: #000;
  font-size: 16px;
  margin-top: 40px;
  padding: 10px 0px;
  width: 240px;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.button span:hover {
  background: #e9e9e9;
  transition: .3s;
}
.yoseue_list {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  width: 92%;
  margin: 0px auto;
}
.yoseue_list li {
  width: 30%;
}
.yoseue_list li img {
  width: 100%;
}
.yoseue_list li p {
  text-align: center;
  font-size: 14px;
}
.hachi_list {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  width: 92%;
  margin: 0px auto;
}
.hachi_list li {
  width: 47%;
}
.hachi_list li img {
  width: 100%;
}
.hachi_list li p {
  text-align: center;
  font-size: 14px;
}
.arch {
  font-size: 14px;
  text-align: center;
  margin: 30px 0;
}
.works {
  width: 100%;
  padding: 60px 0;
  background: #e9e9e9;
}
.worksbox {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto 20px auto;
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  box-sizing: border-box;
}
.worksbox_text {
 /* width: 50%;*/
	width: 30%;
	position: relative;
}
.worksbox_img {
  /*width: 48%;*/
	width: 68%;
}
.swiper-slide02 img {
  width: 100%;
}
.works_title {
  font-size: 20px;
  border-bottom: 1px solid #000;
  margin-top: 0;
  padding-bottom: 10px;
}
.works_name {
  font-size: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	text-align: center;
	border: 1px solid #dcdcdc;
	padding: 20px 0;
}
.works_price {
  margin: 10px 0;
}
.works_price span {
  background: #000;
  color: #fff;
  padding: 4px 6px;
  margin-right: 8px;
  font-size: 14px;
}
.works_voice_title {
  background: #000;
  color: #fff;
  padding: 4px 6px;
  margin-right: 8px;
  font-size: 14px;
}
.works_voice {
  font-size: 14px;
  margin-top: 10px;
}
.flow {
  width: 100%;
  padding: 60px 0;
	background-color: #f5f5f5;
}
.flow img {
  max-width: 1000px;
  width: 92%;
}
.fadein {
 opacity: 0;
 transform : translate(0, 50px);
 transition : all 1500ms;
}
.fadein.scrollin{
 opacity: 1;
 transform: translate(0, 0);
}
