@charset "UTF-8";
/* CSS Document */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
}
body {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: HiraKakuProN-W3;
  line-height: 1.4em;
  color: #000;
  font-size: 62.5%;
}
img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
  display: block;
}
#main {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 750px;
  overflow: hidden;
}
header ul li {
  float: left;
  list-style-type: none;
}
header ul li:nth-child(1) {
  width: 60%;
}
header ul li:nth-child(2) {
  width: 40%;
}
.clearFix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.clearFix {
  display: inline-block;
}
.clearFix {
  display: block;
}
.clearFix {
  overflow: hidden;
}
.linkTxt {
  position: absolute;
  top: 88.7%;
  right: 13%;
}
.linkTxt a {
  color: #fff;
  font-size: 0.2em;
}
.rel {
  position: relative;
}
.bold {
  font-weight: bold;
}

/*-----------------------------
/ メイン
/------------------------------*/

/* general */

#main form{
  transition: all ease 0.3s;
  padding-top: 5%;
}
#main form:hover{
  filter: brightness(1.1);
}

/* faq */

#main .faq{
  background-color: #5f768b;
}

#main .faq .accordion {
  width: calc(633/750*100%);
  margin: 0 auto 3%;
}
#main .faq .accordion dt{
  cursor: pointer;
  position: relative;
}

#main .faq .accordion dt:before,
#main .faq .accordion dt:after{
  content:"";
  position: absolute;
  right:5%;
  top:50%;
  width: min(calc(31/750*100vw),31px);
  height: min(calc(2/750*100vw),2px);
  background-color: #5f768b;
  transition: all ease 0.3s;
  line-height: 0;
  font-size: 0;
  display: block;
  transform-origin: center center;
}
#main .faq .accordion dt:after{
  transform: rotate(90deg);
}

#main .faq .accordion dt.is_open:after{
  transform: rotate(0deg);
}

#main .faq .accordion dd{
  display: none;
}

/*-----------------------------
/ footer
/------------------------------*/
.footer {
  background-color: #3484c8;
  padding: 0;
  margin: 0;
}
.footer p {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 20px 3% 10px;
  text-align: center;
  line-height: 1.8;
  color: #fff;
}
.footer p a {
  color: #fff;
  padding: 0 2%;
  font-size: 12px;
  text-decoration: underline;
}
.footer .copy {
  text-align: center;
  padding: 0;
  background-color: #3484c8;
  color: #fff;
  font-size: 12px;
  padding: 10px 3%;
  line-height: 1.3;
  margin-top: 20px;
}


/* 追加css */

h3 {
  margin: 3% 0;
}

.head_tel {
	position: relative;
	width: 100%;
}

.head_btn {
	position: absolute;
	top: 7%;
	left: 70%;
	width: 29%;
}

.tel24h {
  display: block;
  position: absolute;
  top: 34%;
  left: 15%;
  width: 68%;
}

.tel {
	position: relative;
	width: 100%;
}
.btn_tel {
	position: absolute;
	width: 80%;
	top: 66%;
	left: 10%;
}

/* ボタンアニメーション */
.anime {
	animation: poyo 1.6s ease-in infinite;
}

/* アニメーションの詳細設定 */
@keyframes poyo {

  /* タイミング */
  0% {
    /* ボタンの拡大、縮小
    ・値が1つ = X＆Y軸
    ・値が2つ = X軸, Y軸 */
    transform: scale(1.09);
  }

  10% {
    transform: scale(1.09);
  }

  30% {
    transform: scale(1.01);
  }

  40% {
    transform: scale(1.01);
  }

  50% {
    transform: scale(1, 1.04);
  }

  60% {
    transform: scale(1.09);
  }

  70% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1.09);
  }
}

/* ofr */
.offer {
	margin: 0% 0 5%;
}
.rel .btn1 {
  overflow: hidden;
}

.rel .btn1::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  transition: 300ms;
  animation: btn1 2.5s ease-in-out infinite;
}
@-webkit-keyframes btn1 {
    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; }
}

.rel button{
  padding: 0px;
  border:solid 0px transparent;
  background-color:transparent;
  cursor: pointer;
  outline: none;
}

.qaTitle{
    margin: 5% auto;
}

.slider {
  width: 80%;
  margin: 0 auto;
}

.slider img {
  margin: 0 auto;
}
.annotation {
  margin: 5%;
  font-size: 140%;
  line-height: 1.2em;
  text-align: justify;
}

.cycle {
  margin: 0 auto;
}

.offer .anime {
	animation: animScale 3s infinite ease-out;
transform-origin: 50% 50%;
animation-play-state:running;

}
@keyframes animScale {
0% { transform: scale(0.9,0.9);}
25% { transform: scale(1,1);}
50% { transform: scale(0.9,0.9); }
75% { transform: scale(1,1);}
100% { transform: scale(0.9,0.9);}
}

/*==// ここから矢印 //==*/
.slide-arrow{
	position:absolute;
	/*上下中央に矢印配置*/
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index:100;
	cursor:pointer;/*ポインター表示にし、クリック可能なことを視覚的にわかりやすくします*/
}
.slide-arrow::before{
	display:block;
	color:#fff;
	font-size:30px;
	font-weight:900;
	font-family:"Font Awesome 5 Free";
}
.next-arrow{ right:10px; }/*内側に右から10ピクセル移動*/
.prev-arrow{ left:10px; }/*内側に左から10ピクセル移動*/
.next-arrow::before{
	content:"\f054";/*右矢印のアイコンフォント*/
}
.prev-arrow::before{
	content:"\f053";/*左矢印アイコンフォント*/
}
/*マウスオーバーで矢印が水色へ*/
.slide-arrow:hover::before{
	color:#11cfff;
}
.slick-prev {
    left: -8%;
    z-index: 1000;
}
.slick-next {    
    right: -8%;
    z-index: 1000;
}
