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

	リンク設定：全体

*****************************************************/
a:hover {
  transition: all .3s;
  /*opacity: .8;*/
}
/*****************************************************

	全体

*****************************************************/
body {
  width: 100%;
  margin: 0 auto;
  line-height: 2;
  word-wrap: break-word;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

/*****************************************************

	clearfix

*****************************************************/
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.pc {
  display: block;
}
.sp {
  display: none;
}
/*****************************************************

  全ページ　共通

*****************************************************/

.space {
  margin-top: 100px;
}
a {
  transition: .3s;
}
a:hover {
  transition: .3s;
}


/*****************************************************

	slider

*****************************************************/
/* スライダーのwrapper */
.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
	z-index: 5;
	width: 800px;
	margin: 0 auto;
	
}
/* スライド */
.infinite-slider .swiper-slide {
  height: 500px !important; /* 高さを指定 */
  width: auto !important;
	z-index: 3;
	position: relative;
}
/* スライド内の画像 */
.infinite-slider .swiper-slide img {
  width: auto;
  height: 55%;

}

/* スライド */
.infinite-slider2 .swiper-slide {
  height: 500px !important; /* 高さを指定 */
  width: auto !important;
	z-index: 3;
	position: relative;
}
/* スライド内の画像 */
.infinite-slider2 .swiper-slide img {
  width: auto;
  height: 500px;

}


.swiper{
	position: relative;
	width: 800px;
	margin: -50px auto;

}

.txt1{
	position: relative;
	width: 800px;
	margin: 0px auto -40px;
	z-index: 8;

}
.swiper .img1{
	position: absolute;
	z-index: 8;
	 bottom: 0%;
	left: -30px;
	 width: 17%;
	
	 
}

.swiper .img2{
	position: absolute;
	z-index: 8;
	 bottom: -0px;
	right: -40px;
	 width: 17%;
	 
}

/*****************************************************

  全ページ共有

*****************************************************/

.flex {
  flex-wrap: wrap;
  display: flex;
}
.flex2 {
  flex-wrap: wrap;
  display: flex;
}


/*フェードイン　アップスピード１*/
.fadein {
	opacity : 0;
	transform : translate(0, 150px);
	transition : all 1800ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

/*フェードイン　アップスピード２*/
.fadein2 {
	opacity : 0;
	transform : translate(0px, 200px);
	transition : all 3000ms;
}
.fadein2.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

/*フェードイン　ダウン*/
.fadeinD {
  opacity: 1;
  animation-name: fadeinD;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes fadeinD {
  0% {
     opacity: 0;
     transform: translateY(-30px);
  }
  100% {
     opacity: 1;
     transform: translateY(0px);
  }
}


/*フェードイン　ノウスクロール*/
.fadein3 {
  opacity: 1;
  animation-name: fadein3;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
	opacity: 0;
     transform: translateY(-80px);
}

@keyframes fadein3 {
  0% {
     opacity: 1;
     transform: translateY(100px);
  }
  100% {
     opacity: 1;
     transform: translateY(0);
  }
}

.fadein4 {
  opacity: 1;
  animation-name: fadein4;
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
	opacity: 0;
     transform: translateY(0px);
}

@keyframes fadein4 {
  0% {
     opacity: 0;
     transform: translateY(0px);
  }
  100% {
     opacity: 1;
     transform: translateY(0);
  }
}




@keyframes colorChange {
  from {
    background-color: #fff;
  }
  to {
    
		background-color: #FFF8E9;
  }
}

/* 色を変えたい要素に適用 */
.cntFrame {
  animation: colorChange 3s infinite alternate;
 color: #171717;
}







/*****************************************************

  footer

*****************************************************/
footer  ul {
  width: 500px;
	margin: 0 auto 30px;
	display: flex;
  font-size: 18px;
  justify-content:space-around;
}
footer  ul li a {
  color: #111;
}
footer  ul li:first-child {
  border-left: none;
}
footer .copy {
  text-align: center;
  width: 100%;
  padding: 10px 0;
  color: #000;
  font-size: 15px;
  margin-bottom: 0;
  padding: 5px 0;
}

footer .border {
  width: 100%;
  /*background-image: url("../img/heard_line.png");*/
  background-repeat: repeat-x;

  height: 0px;
	margin-top: 0px;
}



.footTel{
	width: 800px;
	height: 1200px;
	margin: 50px auto 0;
	background-image: url("../imgnew/foot_tel_bag.png");
	background-repeat: no-repeat;
	position: relative;
}

.footTel .btn{
	width: 680px;
	position: absolute;
	top: 750px;
	left: 80px;
} 
/*****************************************************

	top FV

*****************************************************/

.top_mein{
	width: 900px;
	height: 900px;
	margin: 0 auto;
	position: relative;
	margin-top: 0;
	margin-bottom: 50px;
	z-index: 1;
}

.top_mein .video-wrap {
  position: relative;
	width: 100%;
	margin: 0 auto;
}

.top_mein .video-wrap video{
  position: relative;
	width: 100%;
	margin: 0 auto;
}

.video-wrap {
  position: relative;
  width: 100%;
  height: 900px;
  overflow: hidden;
}

.video-wrap::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,0.0);
  background-image: radial-gradient(#fff 0.5%, transparent 0.1), radial-gradient(#fff 0%, transparent 0%);
  background-size: 3px 3px;
  background-position: 0 0, 5px 5px;
}


.top_mein .txt1{
	position: absolute;
	z-index: 10;
	 top:0px;
	left: 10px;
	
	margin: 0 auto;
	 width: 420px;
}

.top_mein .txt2{
	position: absolute;
	z-index: 10;
	 top:380px;
	left: 30px;
	
	margin: 0 auto;
	 width: 650px;
}

.top_mein .txt3{
	position: absolute;
	z-index: 10;
	 top:700px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	 width: 760px;
}
	

	
.top_mein .bg{
	
	position: absolute;
	top:-0px;
	z-index: 9;
}





/*****************************************************

  ページ	コンテンツ

*****************************************************/

	


.cont{
	
	width: 800px;
	margin: 0 auto;
	z-index: 1;
}


.offer{
	width: 800px;
	height: 2350px;
	margin: 50px auto 0;
	background-image: url("../imgnew/offer_bg.png");
	background-repeat: no-repeat;
	position: relative;
}

.offer .btn{
	width: 770px;
	position: absolute;
	top: 1470px;
	left: 15px;
}

.offerTel{
	width: 800px;
	height: 890px;
	margin: 0 auto;
	background-image: url("../imgnew/offer_tel_bg.png");
	background-repeat: no-repeat;
	position: relative;
}

.offerTel .btn{
	width: 680px;
	position: absolute;
	top: 400px;
	left: 70px;
}

.offerTel .txt{
	width: 460px;
	position: absolute;
	top: 600px;
	left: 160px;
}



.offer1{
	width: 800px;
	margin: 0 auto;
}

/*******ボタン*********/
.cv_btn {
  
}
.cv_btn img {
  animation: anime1 1.2s ease 0s infinite alternate;
  transform-origin:center;
}
@keyframes anime1 {
  from {
    transform: scale(0.95,0.95);
  }
  to {
    transform: scale(1,1);
  }
}

/***********　CM　*************/

.btnmove{
	animation-name: ▲▲▲▲;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
	margin: 0 auto;
}

@keyframes ▲▲▲▲ {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,-15px)
    }
}



/** アコーディオンのサイズ */
.ac {
  width: 700px;
	margin: 50px auto;
  max-width: 800px;
}

/* クリックする箇所 */
.ac-title {
  font-size: 26px;
  background-image: linear-gradient(90deg, #0a5bc4, #5db8f7);
	border-radius: 12px 12px 12px 12px;
  position: relative;
  padding: 10px 0 10px 25px;
	margin-top: 15px;
	color: #fff;
}

/* 矢印 */
.ac-title:after {
   content: "";
   position: absolute;
   right: 25px;
   top: 38%;
   transition: all 0.2s ease-in-out;
   width: 8px;
   height: 8px;
   border-top: 2px solid #000;
   border-right: 2px solid #000;
   transform: rotate(135deg);
 }

/* 開いた時に矢印の向きを変える */
.ac-title.open:after {
  transform: rotate(-45deg);
}

/* クリックする箇所 2 ************/
.ac-title2 {
  font-size: 29px;
	text-align: center;
  background-color: #F9F000;
	border-radius: 12px 12px 12px 12px;
  position: relative;
  padding: 10px;
	margin-top: 15px;
}

/* 矢印 */
.ac-title2:after {
   content: "";
   position: absolute;
   right: 25px;
   top: 35%;
   transition: all 0.2s ease-in-out;
   width: 18px;
   height: 18px;
   border-top: 4px solid #000;
   border-right: 4px solid #000;
   transform: rotate(135deg);
 }

/* 開いた時に矢印の向きを変える */
.ac-title2.open:after {
  transform: rotate(-45deg);
}


/* 隠れているコンテンツ */
.ac-content {
  background-color: #FFFF;
  padding: 15px 10px;
  display: none;
	font-size: 22px;
}

.open {
display: block;
}



.acT{
	width: 800px;
	margin: 0 auto -10px;
}



/**************フッター*************/
.foot_nav {
	width: 100%;
	
	height: 30px;
}
.foot_nav ul {
	width: 600px;
	margin: 0 auto;
}
.foot_nav ul li {
	float: left;
	font-size: 18px;
	margin-left: 30px;
}
.cont01-box h2 {
	text-align: left;
	font-size: 20px;
	padding: 1% 3%;
	border-left: 6px solid #b42373;
	border-bottom: 2px solid #ccc;
	margin: 5% 0 2% 0;
}
.slogan {
	font-size: 18px;
}

.slogan p{
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.cont01-box p {
	margin: 3% 0;
	text-align: left;
	line-height: 150%;
}
.content-wrap p {
	word-break: normal;
}
.demo01 {
	margin: 0 -10px;
}
section table {
	width: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
}
tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
	font-size: 18px;
}
.demo01 tr:first-child th {
	border-top: 1px solid #ddd;
}
.demo01 th, .demo01 td {
	width: 95%;
	margin: 0 auto;
	display: block;
	border-top: none;
	border: 1px solid #ddd;
	padding: 0.5% 3%;
}
.demo01 th {
	background-color: #ddd;
}
.demo01 tr td {
	word-break: break-all;
	font-size: 18px;
	padding: 2% 3%;
}
.footLi1 #cont02 h2 {
	text-align: left;
	font-size: 20px;
	padding: 1% 3%;
	border-left: 6px solid #b42373;
	border-bottom: 2px solid #ccc;
	margin: 5% 0 2% 0;
}
.footLi1 #cont02 h3 {
	text-align: left;
	font-size: 18px;
	padding-bottom: 1%;
	border-bottom: 2px solid #ccc;
	margin: 3% 0 3% 0;
}
.footLi1 {
	color: #373737;
	    padding: 10px;
}
.m-anchor {
	vertical-align: top;
	padding-top: 80px;
	margin-top: -80px;
}
.cont03-box h2 {
	text-align: left;
	font-size: 20px;
	padding: 1% 3%;
	border-left: 6px solid #b42373;
	border-bottom: 2px solid #ccc;
	margin: 5% 0 2% 0;
	color: #373737;
}
.cont03-box h4 {
	font-size: 18px;
	margin: 5% 0 0% 0;
	font-weight: bold;
	margin: 3% 0 6px 0;
	text-align: left;
	color: #373737;
}
.cont03-box p {
	font-size: 18px;
	line-height: 150%;
	text-align: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #373737;
}
.cont03-box .border {
	border-bottom: 1px dotted #ccc;
	width: 95%;
	margin: 0 auto;
	padding-top: 15px;
}
.cont03-box ul {
	margin: 3% 0 0 0;
	padding: 0 0 0 2%;
	text-align: left;
}
.cont03-box ul li {
	padding-bottom: 2%;
	text-indent: -1em;
	padding-left: 1%;
	list-style-type: none;
	font-size: 18px;
}
tr td .red {
	color: #BC0003;
}
/******** ▲▲▲会社概要▲▲▲*********/
