@charset "utf-8";
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', sans-serif;
  background: #fff;
  color: #404040;
}
*, *:before, *:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}
a:vis a:hover {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
/*------------------------------------------------------------
レイアウト
------------------------------------------------------------*/
#content {
  width: 100%;
  margin: 0 auto;
  box-shadow: #dae4ea 0px 0px 23px;
}
figure {
  margin: 0 auto;
  max-width: 100%;
}
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (min-width:650px) {
  #content {
    width: 650px;
    margin: 0 auto;
  }
  p {
    font-size: 18px;
  }
}
/*------------------------------------------------------------
スマホから
ヘッダー
------------------------------------------------------------*/
header {
  position: relative;
  top: 0;
}
.header_tel {
  position: absolute;
  width: 20%;
  top: 6%;
  right: 2%;
}

/*-------------cta-------------*/
.cta {
  position: relative;
}
.cta_btn {
  position: absolute;
  width: 85%;
  top: 44%;
  left: 7.5%;
  cursor: pointer;
}
.reflection{
  display:inline-block;
  position:relative;
  overflow:hidden;
  width: 100%;
  text-decoration: none;
  border-radius: 100px;
  }
  .reflection:after {
  content:"";
  height:100%;
  width:30px;
  position:absolute;
  top:-180px;
  left:0;
  background-color: #fff;
  opacity:0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 3s ease-in-out infinite;
  }
  @keyframes 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; }
  }

/*-------------problem-------------*/
.problem {
  background-image: linear-gradient(0deg, transparent 19px, #e7f3ff 20px),linear-gradient(90deg,  transparent 19px, #e7f3ff 20px);
	background-size: 20px 20px;
  padding: 0 0;
}
.problem_txt {
  margin: 6% auto 0;
  width: 90%;
}
.guarantee {
  margin: 6% 0 0 5%;
  width: 95%;
}

/*-------------gooddeal-------------*/
.gooddeal {
  background: #e9ffff;
  padding: 0 0 8%;
}
.gooddeal_img {
  margin: 6% auto 0;
  width: 90%;
  filter: drop-shadow(10px 10px 10px #c6eeee);
}

/*-------------plan-------------*/
.plan {
  background-color   : #fff;
  background-image   : radial-gradient(#f1f1f1 5%, transparent 8%),
                       radial-gradient(#f1f1f1 5%, transparent 8%);
  background-position: 0 0, 11px 11px;
  background-size    : 22px 22px;
  padding: 0 0 10%;
}
.plan_txt, .plan_txt02 {
  margin: 6% auto 0;
  width: 90%;
}
.plan_box {
  margin: 4% 0 0;
}

/*-------------reason-------------*/
.reason {
  background : #e9ffff;
  padding: 0 0 10%;
}
.reason_box_item {
  width: 90%;
  margin: 6% auto 0;
  filter: drop-shadow(10px 10px 10px #c6eeee);
}
.reason_box_item:not(:last-child) {
  margin-bottom: 0;
}

/*-------------voice-------------*/
.voice {
  background: #fdf8ec;
  padding: 0 0 10%;
}
.voice_ttl {
  width: 80%;
  margin: 0 auto;
}
.voice_txt {
  width: 80%;
  margin: 8% auto 0;
}
.voice_txt02 {
  width: 90%;
  margin: 4% auto 0;
}
.voice_box {
  margin: 8% 0 0;
}
.slider {
  width: 100%;
  margin: 0 auto;
}
.slider .slick-slide img {
  display: inline-block;
  padding: 0;
  margin: 0 auto;
}
.slider .slick-slide {
  transform: scale(0.8);/*左右の画像のサイズを80%に*/
  transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0;
}
.slider .slick-slide.slick-center{
  transform: scale(1);/*中央の画像のサイズだけ等倍に*/
  opacity: 1;/*透過なし*/
}
.slider.slick-list {
  overflow: inherit;
}
.voice_item {
  padding: 30px;
  background: linear-gradient(135deg, transparent 12px, #fff 0) top left, linear-gradient(-135deg, transparent 12px, #fff 0) top right, linear-gradient(-45deg, transparent 12px, #fff 0) bottom right, linear-gradient(45deg, transparent 12px, #fff 0) bottom left;
  background-size: 60% 60%;
  background-repeat: no-repeat;
}
.voice_item_ttl {
  text-align: center;
  font-size: clamp(23px, 3vw, 28px);
  font-weight: bold;
  color: #ff8a00;
  margin: 20px 0;
  padding: 0 0 15px;
  border-bottom: 4px dotted #c4c4c4;
}
.voice_item_txt02 {
  text-align: right;
}
.voice_smalltxt {
  text-align: right;
  font-size: 13px;
  width: 90%;
  margin: 20px auto 0;
}

/*-------------flow-------------*/
.flow {
  background-image: linear-gradient(180deg, rgba(40, 200, 199, 1), rgba(12, 135, 184, 1));
  padding: 0 0 10%;
}
.flow_ttl {
  margin: 0 auto;
  width: 80%;
}
.flow_img {
  margin: 4% 3% 0 5%;
}

/*-------------Q&A-------------*/
.qa {
  padding: 0 0 10%;
}
.qa_ttl {
  width: 55%;
  margin: 0 auto;
}
.qa_inner {
  width: 90%;
  margin: 8% auto 0;
}
.qa_item {
	font-style: normal;
	border-bottom: 1px solid #d0d0d0;
  padding: 4% 3%;
}
.qa_item:nth-of-type(1) {
	border-top: 1px solid #d0d0d0;
}
.question_content {
	display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.question_content:hover {
  cursor: pointer;
}
.question_content::before, 
.question_content::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.question_content::before {
  right: 0;
	width: 14px;
	height: 14px;
	border-top: 2px solid #404040;
	border-right: 2px solid #404040;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	transition: all 0.5s ease-in-out;
	border-radius: 2px;
}
.open::before {
  -webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.question_content img {
  width: 7%;
  margin-right: 3%;
}
.question_content h2 {
	font-size: clamp(18px, 2vw, 20px);
	font-weight: bold;
  text-align: left;
  letter-spacing: 3px;
  line-height: 1.5;
  margin: 0 5% 0 0;
}
.answer_content {
	padding: 5% 3% 2%;
  display: none;
}
.answer_content p{
  text-align: justify;
  letter-spacing: 1px;
  line-height: 1.7;
}
.fsS {
  font-size: 13px;
  margin: 10px 0 0;
}

@media screen and (max-width: 650px) {
  .qa_item {
    padding: 6% 3%;
  }
  .question_content img {
    width: 10%;
    margin-right: 4%;
  }
  .question_content h2{
    margin: 0 10% 0 0;
  }
  .question_content::before {
    right: 0;
    width: 12px;
    height: 12px;
  }
}

/*-------------area-------------*/
.area {
  background: #e9ffff;
  padding: 0 0 8%;
}
.area_ttl {
  width: 70%;
  margin: 0 auto;
}
.area_txt {
  width: 90%;
  text-align: center;
  margin: 8% auto 0;
  letter-spacing: 1px;
}
.fcR {
  font-weight: bold;
  color: #ef0103;
  font-size: clamp(20px, 2vw, 25px);
}
.area_box {
  background: #fff;
  padding: 4%;
  margin: 8% 4% 0;
  filter: drop-shadow(10px 10px 10px #c6eeee);
}
.area_img {
  width: 65%;
  margin: 4% auto 0;
}
.area_contents {
  margin: 4% auto 0;
  text-align: center;
}
.area_contents_ttl {
  font-size: clamp(20px, 2vw, 25px);
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
}
.area_contents_txt {
  font-weight: bold;
  padding: 15px;
  background: #fff;
  border-radius: 0 0 8px 8px;
}

.hokkaido {
  border-radius: 10px;
  background: #00a5d4;
  border: solid 2px #00a5d4;
  margin: 0 0 3%;
}
.kanto {
  border-radius: 10px;
  background: #7dc15b;
  border: solid 2px #7dc15b;
  margin: 0 0 3%;
}
.cyubu {
  border-radius: 10px;
  background: #bcca04;
  border: solid 2px #bcca04;
  margin: 0 0 3%;
}
.kansai {
  border-radius: 10px;
  background: #f1b600;
  border: solid 2px #f1b600;
  margin: 0 0 3%;
}
.sikoku_cyugoku {
  border-radius: 10px;
  background: #ea8c1f;
  border: solid 2px #ea8c1f;
  margin: 0 0 3%;
}
.kyusyu {
  border-radius: 10px;
  background: #e75956;
  border: solid 2px #e75956;
  margin: 0 0 3%;
}

/*-------------フッター-------------*/
footer {
  background: #000;
  color: #fff;
  padding: 6% 4% 8%;
}
tbody {
  font-size: 13px;
}
table.fooer_table {
  width: 100%;
  margin: 0 0 10px;
}
table.fooer_table th {
  width: 40%;
}
table.fooer_table td {
  line-height: 1.8;
}
footer a:link, a:visited, a:hover, a:active {
  color: #fff;
}
.logo img {
  width: 60%;
  margin: 0 0 10px;
}
.privacy-policy {
  text-align: center;
  font-size: 13px;
  margin: 0 0 20px;
}
.web_btn {
  width:60%;
}
@media screen and (max-width:650px) {
	.web_btn {
		width:100%;
  }
}

/*プライバシーポリシー*/
#privacy .privacy_ttl{
  font-size: clamp(20px, 2vw, 25px);
  font-weight: bold;
  text-align: center;
  padding: 10% 0 6%;
  background-image: linear-gradient(180deg, rgba(40, 200, 199, 1), rgba(12, 135, 184, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#privacy .inner {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 10%;
  overflow-wrap: break-word;
}
#privacy .inner dl{
  font-size: inherit;
  width: 100%;
  font-weight: normal;
  text-align: left;
}
#privacy .inner dl:not(:last-child){
  margin-bottom: 30px;
}
#privacy .inner dt{
  color: #222;
  font-weight: bold;
  margin-bottom: 10px;
}
#privacy .inner dd{
    margin: 0 auto;
    line-height: 1.8;
}