@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.5;
}
@media screen and (min-width:650px) {
  #content {
    width: 650px;
    margin: 0 auto;
  }
  p {
    font-size: 18px;
  }
}
/*------------------------------------------------------------
スマホから
ヘッダー
------------------------------------------------------------*/
header {
  position: relative;
  top: 0;
}
.header_tell {
  position: absolute;
  font-weight: bold;
  font-size: clamp(26px, 4.5vw, 28px);
  top: 32%;
  right: 5%;
  margin: 0;
}
.header_tell a:link {
  color: #ef0103;
}
@media screen and (max-width:650px) {
  .header_tell{
    font-size: 4.3vw;
    top: 32%
  }
}

/*-------------cta-------------*/
.cta {
  position: relative;
}
.cta_btn {
  position: absolute;
  width: 85%;
  top: 49%;
  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; }
  }

/*-------------price-------------*/
.price {
	background-image: linear-gradient(0deg, transparent 19px, #e7f3ff 20px),linear-gradient(90deg,  transparent 19px, #e7f3ff 20px);
	background-size: 20px 20px;
  padding: 0 0 8%;
}
.price_txt {
  margin: 4% auto 0;
  width: 80%;
}
.price_box {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	margin: 4% 5%;
}
.price_box_item {
	width: calc(97% / 2);
	margin: 10px 2px;
  border-radius: 20px;
  box-shadow: 10px 12px 10px #c4d6e4;
}

/*-------------flow-------------*/
.flow {
  background-image: linear-gradient(180deg, rgba(3, 168, 228, 1), rgba(1, 53, 184, 1));
  padding: 0 0 8%;
}
.flow_ttl {
  margin: 0 auto;
  width: 80%;
}
.flow_img {
  margin: 4% 3% 0 5%;
}

/*-------------reason-------------*/
.reason {
  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 8%;
}
.reason_ttl {
  margin-left: 5%;
}
.reason_box {
  margin: 4% auto 0;
}
.reason_box_item_r {
  margin-left: 5%;
  margin-bottom: 3%;
}
.reason_box_item_l {
  margin-right: 5%;
}
.reason_box_item_l:not(:last-child) {
  margin-bottom: 3%;
}

/*-------------voice-------------*/
.voice {
  background: #fdf8ec;
  padding: 0 0 8%;
}
.voice_ttl {
  width: 75%;
  margin: 0 auto;
}
.voice_txt {
  width: 70%;
  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 {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  margin: 0 0 4%;
}
.voice_item_ttl {
  text-align: center;
  font-size: clamp(23px, 3vw, 28px);
  font-weight: bold;
  color: #5f3b3b;
  margin: 20px 0;
  padding: 5px;
  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;
}

/*-------------area-------------*/
.area {
  background-image: linear-gradient(180deg, rgba(3, 168, 228, 1), rgba(1, 53, 184, 1));
  padding: 0 0 8%;
}
.area_ttl {
  width: 70%;
  margin: 0 auto;
}
.area_txt {
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin: 8% 0 0;
}
.area_box {
  background: #fff;
  padding: 4%;
  margin: 8% 4% 0;
}
.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: 10px 0;
  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%;
}

/*-------------Q&A-------------*/
.qa {
  padding: 0 0 8%;
}
.qa_ttl {
  width: 65%;
  margin: 0 auto;
}
.qa_inner {
  width: 90%;
  margin: 4% auto 0;
}
.qa_item:not(:last-child) {
  margin-bottom: 3%;
}
.question_content {
	display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  background-image: linear-gradient(90deg, rgba(3, 168, 228, 1), rgba(1, 53, 184, 1));
  border-radius: 10px;
  padding: 3%;
}
.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: 4%;
	width: 14px;
	height: 14px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-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: 4%;
  margin-right: 3%;
}
.question_content h2 {
	font-size: clamp(18px, 2vw, 20px);
	font-weight: bold;
  text-align: left;
  letter-spacing: 3px;
  line-height: 1.2;
  margin: 0 5% 0 0;
  color: #fff;
}
.answer_content {
	padding: 3%;
  display: none;
}
.answer_content p{
  text-align: justify;
  letter-spacing: 1px;
  line-height: 1.2;
}
.fsS {
  font-size: 13px;
  margin: 10px 0 0;
}

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

/*-------------フッター-------------*/
footer {
  background: #5f3b3b;
  color: #fff;
  padding: 4% 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.3;
}
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 10px;
}
.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: 8% 0 4%;
  background: linear-gradient(90deg, rgba(3, 168, 228, 1), rgba(1, 53, 184, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#privacy .inner {
  width: 90%;
    margin: 0 auto;
    padding: 0 0 8%;
    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: 3%;
}
#privacy .inner dt{
    color: #222;
    font-weight: bold;
    margin-bottom: 5px;
}
#privacy .inner dd{
    margin: 0 auto;
}