@charset "utf-8";

/* ============================================================
cssの初期化
============================================================ */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media print {
  body {
    width: 100%;
    position: relative;
    transform-origin: 0 0;
  }
}
html, body, h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr, table, caption, th, td, span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub, sup, q, br, ins, del, a, img, object, iframe, figure, section, article {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}
/* ============================================================
タグの基本設定
============================================================ */
a {
  outline: none;
  color: #333333;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a:hover {
  color: #777;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a:hover img {
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
}
hr {
  display: none;
}
ul {
  list-style: none;
}
header img,
footer img,
article img,
section img,
div img {
	max-width: 100%;
	height: auto;
}
/* ============================================================
枠基本スタイル
============================================================ */
html {
  font-size: 62.5%; /*10px*/
}
body {
  line-height: 1.8;
  font-size: 1.6rem; /*20px同様のサイズ*/
}
@media (max-width: 767px) {
body {
  line-height: 1.8;
  font-size: 1.5rem; /*20px同様のサイズ*/
}
}
/* ============================================================
header
============================================================ */
#header {
	width: 96%;
  padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
#header.contentWrap {
  max-width: 1200px;
  width: 96%;
}
#header h1 {
	width: 455px;
  margin-right: auto;
	padding: 20px 0 0;
}
#header h1 img {
	width: 455px;
	height: auto;
}
#contact_list {
	display: flex;
}
#header .header_tel {
	padding: 30px 0 0;
	font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 2rem;
	font-weight: 900;
  line-height: 1.2;
	color: #c00;
	text-align: center;
}
#header .header_tel a {
	font-weight: bold;
	color: #f00;
}
#header .header_tel span {
	padding-left: 45px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 3rem;
  font-weight: bold;
	color: #000;
	background: url(../../images/freedial_ico.png) no-repeat left center;
}
#header .header_tel em {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	font-style: normal;
	}
#header .header_mail {
  margin-left: 25px;
	padding: 18px 0 0;
	font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.7rem;
  line-height: 1.3;
  text-align: center;
}
#header .header_mail span {
  font-size: 130%;
	font-weight: bold;
}
#header .header_mail span::before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 7px;
}
#header .header_mail a {
  display: block;
  padding: 10px 30px;
	font-weight: bold;
  color: #fff;
  border-radius: 5px;
  background: #039;
  cursor: pointer;
}
#header .header_mail a:hover {
  background: #039;
}
#header .header_mail em {
	font-style: normal;
}
@media (max-width: 969px) {
	#header h1 {
		width: 350px;
  		margin-right:auto;
		padding: 20px 0 0;
	}
	#header .header_tel {
	  font-size: 1.2rem;
	}
#header .header_tel span {
  font-size: 2.2rem;
}
	#header .header_mail {
  margin-left: 10px;
	  font-size: 1.3rem;
	}
	#header .header_mail a {
	padding: 10px;
	}
#header .header_mail span {
  font-size: 120%;
}
}
@media (max-width: 767px) {
	#header {
		width: 100%;
  padding-bottom: 2px;
}
#header.contentWrap {
  width: 100%;
}
	#header h1 {
		max-width: 325px;
  	margin: auto;
		padding: 7px 0 0;
	}
#contact_list {
	position: fixed;
	z-index: 999;
	bottom: 0;
	display: block;
	width: 100%;
	margin: auto;
}
#contact_list li {
  position: relative;
	width: 100%;
	cursor: pointer;
}
#contact_list li br {
	display: none;
}
#header .header_tel {
	padding: 0;
  font-size: 3.5vw;
	color: #fff;
}
#header .header_tel a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	padding: 10px;
	font-weight: bold;
	color: #fff;
  line-height: 1;
  background: #f80;
}
#header .header_tel span {
	padding-left: 35px;
  font-size: 6vw;
	color: #fff;
	background: url(../../images/freedial_ico.png) no-repeat left center;
background-size: 30px auto;
	}
#header .header_tel em {
	display: none;
	}
#header .header_mail {
  margin-left: 0;
	padding: 0;
  font-size: 5vw;
  line-height: 1;
  text-align: center;
}
#header .header_mail span {
  font-size: 5vw;
}
#header .header_mail a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	padding: 10px;
  color: #fff;
  border-radius: 0;
}
#header .header_mail a:hover {
  background: #039;
}
#header .header_mail em {
	display: none;
}
}

/*sticky*/
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media print, screen and (min-width: 750px) {
.is-fixed nav {
	padding: 15px 0 0;
}
.is-fixed nav ul li {
  font-size: 15px;
  }
}
/* ============================================================
footer
============================================================ */
#footer {
  margin: auto;
  padding: 70px 0 0;
  text-align: center;
}
#footer .table_list {
  max-width: 1000px;
  width: 100%;
  margin: 70px auto 100px;
	border-top: 1px solid #ccc;
	table-layout: fixed;
	border-collapse: collapse;
}
.table_list th {
	width: 25%;
	padding: 10px 20px;
	text-align: left;
	border-bottom: 1px solid #ccc;
	background: #fff5cc;
}
.table_list td {
	padding: 10px 20px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
footer small {
  display: block;
	width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 1.5rem;
	color: #fff;
  text-align: center;
	background: #333;
}
@media screen and (max-width: 767px) {
#footer .table_list {
  margin: 50px auto;
}
.table_list th {
  display: block;
  width: 100%;
  padding: 10px;
}
.table_list td {
  display: block;
  width: 100%;
  padding: 10px;
}
	footer small {
		padding-bottom: 150px;
	}
}

/*contentWrap*/
.contentWrap {
	max-width: 1200px;
  width: 96%;
  margin: 0 auto;
}
/* flexbox */
.flexbox {
	display: flex;
	flex-wrap: nowrap;
}

/*テキストに関するCSS
---------------------------------------------------------- */
/* テキスト揃え */
.txtL {
  text-align: left;
}
.txtR {
  text-align: right;
}
.txtC {
  text-align: center;
}
/*色指定*/
.color01 {
  color: #f90;
}
.color02 {
  color: #c00;
}
.color_ff {
	color: #fff;
}
/* 背景色 */
.bg01 {
	background: #097c25;
}
.size06 {
	font-size: 0.6rem;
}
.size08 {
	font-size: 0.8rem;
}
.size12 {
	font-size: 1.2rem;
}
.size13 {
	font-size: 1.3rem;
}
.size14 {
	font-size: 1.4rem;
}
.size15 {
	font-size: 1.5rem;
}
.size16 {
	font-size: 1.6rem;
}
.size17 {
	font-size: 1.7rem;
}
.size18 {
	font-size: 1.8rem;
}
.size20 {
	font-size: 2rem;
}
.size24 {
	font-size: 2.4rem;
}
.size25 {
	font-size: 2.5rem;
}
.size30 {
	font-size: 3rem;
}
.size40 {
	font-size: 4rem;
}
.size50 {
	font-size: 4rem;
}
.weightB {
	font-weight: bold;
}
.weightB {
  font-weight: bold;
}
.marker {
	background: linear-gradient(transparent 70%, rgb(255, 255, 0) 0%);
}
/*margin-bottom*/
.marB10 {
	margin-bottom: 10px;
}
.marB15 {
	margin-bottom: 15px;
}
.marB20 {
	margin-bottom: 20px;
}
.marB30 {
	margin-bottom: 30px;
}
.marB35 {
	margin-bottom: 35px;
}
.marB40 {
	margin-bottom: 40px;
}
.marB50 {
	margin-bottom: 50px;
}
.marB100 {
	margin-bottom: 100px;
}
/*textHidden*/
.textHidden {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
/*clearFix*/
.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
/* ============================================================
キービジュアル
============================================================ */
#kv {
  position: relative;
	width: 100%;
  line-height: 0;
	text-align: center;
  overflow: hidden;
  background: url(../../images/kv_bg.jpg) no-repeat center top;
	background-size: cover;
}
#kv .kv_img {
  max-width: 1200px;
	width: 99%;
  margin: auto;
}
#kv .kv_img img {
  width: 99%;
	height: auto;
}
.kv_bt {
	position: relative;
	z-index: 2;
	margin-top: -95px;
}
.kv_bt a img {
	max-width: 750px;
	width: 100%;
	height: auto;
	 transition: 0.5s all;
}
.kv_bt a:hover img {
	opacity: 1;
	transform:scale(1.1,1.1);
  transition:0.5s all;
}
@media print, screen and (max-width: 767px) {
#kv .kv_img {
  padding-top: 15px;
}
.kv_bt {
	position: relative;
	z-index: 2;
	margin-top: -35px;
}
.kv_bt a img {
	max-width: 90%;
	 transition: 0.5s all;
}
}
/* ============================================================
トップページ
============================================================ */
/* offer */
.offer01 {
	padding: 40px 0;
	background: url(../../images/offer_bg.jpg) repeat-y center center;
	background-size: cover;
}
.offer01 .contentWrap {
	max-width: 1130px;
	width: 96%;
}
.offer01 ul {
	margin-top: 30px;
}
@media (max-width: 767px) {
	.offer01 {
	padding: 30px 0;
}
.offer01 ul {
	margin-top: 10px;
}
}
/* trouble */
#trouble {
	padding: 80px 0 0;
	background: url(../../images/trouble_bg.jpg) repeat center center;
}
#trouble .contentWrap {
	max-width: 1000px;
}
#trouble .contentWrap .pc_flexbox03 li {
	margin-bottom: 0 !important;
	font-size: 0;
	line-height: 0;
}
@media (max-width: 767px) {
	#trouble .sp_flexbox02 {
		justify-content: center;
}
}
/* works */
#works {
	padding: 100px 0;
	background: url(../../images/texture01.jpg) repeat center center;
}
.works_base {
	margin-bottom: 40px;
}
.works_base .works_price {
	vertical-align: middle;
}
.works_base .works_price {
	color: #c00;
}
.works_base .works_price span {
	padding: 5px 10px;
	font-size: 50%;
	color: #fff;
	background: #c00;
	vertical-align: middle;
}
.works_base .works_service {
	display: inline-block;
	margin-bottom: 15px;
	padding: 7px 20px;
	color: #039;
	border: 2px solid #ccc;
	background: #fff;
}
.works_base .works_service span {
	margin-right: 10px;
	padding: 5px 10px;
}
#works .pc_flexbox02 > * {
    width: calc(100% / 2 - 40px);
    margin: 20px;
}
.works_cont {
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.2)
}
.works_cont h3 {
	margin-bottom: 25px;
	padding-top: 95px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	font-size: clamp(2.8rem, 2.655rem + 0.73vw, 3.2rem);
	text-align: center;
	background: url(../../images/works_ttl_bg01.png) no-repeat center top;
	background-size: auto 88px;
}
.works_cont:nth-of-type(2) h3 {
	background: url(../../images/works_ttl_bg02.png) no-repeat center top;
	background-size: auto 88px;
}
.works_cont:nth-of-type(3) h3 {
	background: url(../../images/works_ttl_bg03.png) no-repeat center top;
	background-size: auto 88px;
}
.works_cont:nth-of-type(4) h3 {
	background: url(../../images/works_ttl_bg04.png) no-repeat center top;
	background-size: auto 88px;
}
.works_cont h3 span {
	display: inline-block;
	padding: 5px 15px;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
	background: #f60;
}
.works_cont .works_trouble {
	padding: 20px 20px 100px 20px;
	background: #ffe57f url(../../images/works_trouble_bg.jpg) no-repeat center bottom;;
}
.works_trouble figure {
	margin-bottom: 20px;
}
.works_trouble dl dt {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: clamp(2.2rem, 2.055rem + 0.73vw, 2.6rem);
	line-height: 1.4;
	border-bottom: 3px solid #f60;
}
.works_trouble dd {
	font-size: clamp(1.8rem, 1.727rem + 0.36vw, 2rem);
}
.works_trouble dd::before {
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	color: #f99;
	margin-right: 5px;
}
.works_solution {
	margin: -90px auto 20px;
}
.works_solution h4 {
	max-width: 538px;
	margin: auto;
}
.works_solution figure {
	margin-bottom: 10px;
	padding: 0 20px;
}
.works_solution ol {
	margin-left: 5px;
	padding: 0 20px;
	list-style: none;
}
.works_solution ol li {
	margin:  0 0 0.75em 1em;
	text-indent: -1.25em;
	font-size: 1.7rem;
	line-height: 1.6;
}
@media (max-width: 767px) {
#works {
	padding: 70px 0;
}
#works h2 strong {
	letter-spacing: -3px;
	}
#works .pc_flexbox02 > * {
    width: 96%;
    margin: 0 auto;
}
.works_cont h3 {
	margin-bottom: 15px;
	padding-top: 75px;
	background-size: auto 60px;
}
.works_cont:nth-of-type(2) h3 {
	background-size: auto 60px;
}
.works_cont:nth-of-type(3) h3 {
	background-size: auto 60px;
}
.works_cont:nth-of-type(4) h3 {
	background-size: auto 60px;
}
.works_cont .works_trouble {
	padding: 20px 20px 80px 20px;
}
.works_trouble figure {
	margin-bottom: 10px;
}
.works_solution {
	margin: -50px auto 20px;
}
.works_solution h4 {
	width: 96%;
	margin: auto;
}
.works_solution ol {
	margin-left: 5px;
	padding: 0 20px 20px;
	list-style: none;
}
}
/* price */
#price {
	padding: 100px 0;
	text-align: center;
}
#price h2 {
	position: relative;
	display: inline-block;
	margin-left: -160px;
	padding-left: 160px;
}
#price h2::before {
	content: "";
	position: absolute;
	left: 0;
	display: inline-block;
	width: 196px;
	height: 226px;
	margin-right: 10px;
	background: url(../../images/price_ttl_bg.png);
	background-size: 196px auto;
}
#price .pc_flexbox03 {
	position: relative;
	margin: 50px 0;
}
#price .pc_flexbox03 div {
	padding: 20px;
	background: #d9e1f0;
	border-radius: 10px;
}
.price_cont h3 {
	margin: -40px 0 20px;
	font-weight: 700;
	font-size: clamp(2.2rem, 2.055rem + 0.73vw, 2.6rem);
	line-height: 1.4;
	color: #039;
}
.price_cont h3 span {
	display: inline-block;
	margin-bottom: 25px;
	padding: 5px 10px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	font-size: 60%;
	line-height: 1.2;
	color: #fff;
	border-radius: 5px;
	background: #039;
}
.price_cont h3 strong {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	font-size: 150%;
}
.price_cont figure {
	margin-bottom: 10px;
}
.price_cont p {
	font-size: 1.7rem;
	text-align: left;
}
.caution {
	font-weight: 700;
	font-size: clamp(3.2rem, 3.055rem + 0.73vw, 3.6rem);
	color: #c00;
	line-height: 1.4;
}
#price .caution img {
	max-width: 472px;
	width: 96%;
}

@media (max-width: 767px) {
#price {
	padding: 30px 0;
}
#price h2 {
	position: relative;
	display: inline-block;
	margin-left: 0;
	padding-left: 0;
	padding-top: 100px;
}
#price h2::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	display: block;
	width: 100px;
	height: 115px;
	background: url(../../images/price_ttl_bg.png);
	background-size: 100px auto;
}
#price .pc_flexbox03 {
	margin-top: 20px;
}
.price_cont {
	margin-bottom: 50px;
}
}
/* advantage */
#advantage {
	padding: 100px 0;
	text-align: center;
	background: url(../../images/texture02.jpg);
}
#advantage .index_ttl {
	padding-top: 140px;
	background: url(../../images/advantage_ttl_bg.png) no-repeat center top;
}
#advantage .index_ttl + p {
	margin-bottom: 60px;
	font-size: 2rem;
}
#advantage .pc_flexbox03 {
	max-width: 1000px;
	width: 96%;
	margin: auto;
}
#advantage .pc_flexbox03 > * {
	width: calc(100% / 3 - 50px);
	margin: 0 25px 70px;
}
.advantage_cont figure {
	margin-bottom: 20px;
}
.advantage_cont h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 70px;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: clamp(2rem, 1.855rem + 0.73vw, 2.4rem);
	line-height: 1.4;
	color: #f60;
}
.advantage_cont p {
	line-height: 1.6;
	text-align: left;
}
@media (max-width: 767px) {
	#advantage {
	padding: 60px 0;
}
#advantage .index_ttl {
	padding-top: 110px;
	background: url(../../images/advantage_ttl_bg.png) no-repeat center top;
	background-size: auto 140px;
}
#advantage .index_ttl + p {
	margin-bottom: 30px;
}
#advantage .pc_flexbox03 > * {
	width: 90%;
	margin: 0 auto 50px;
}
.advantage_cont figure {
	width: 80%;
	margin: 0 auto 10px;
}
.advantage_cont h3 {
	align-items: start;
	min-height: auto;
	margin-bottom: 20px;
}
}

/* youtube */
#youtube {
	padding: 170px 0;
	text-align: center;
	background: url(../../images/youtube_bg_top.png) no-repeat center top, url(../../images/youtube_bg_bottom.png) no-repeat center bottom;
}
#youtube h2 strong {
	color: #06c;
}
#youtube .contentWrap {
	max-width: 950px;
}
#youtube .youtube_video {
	position: relative;
	z-index:2;
	max-width: 850px;
	margin: auto;
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
#youtube .youtube_txt {
	margin-top: -25px;
	padding: 65px 65px 40px;
	text-align: left;
	background: #cae9ef url(../../images/check_ico.png) no-repeat right 55px top 55px;;
	border-radius: 20px;
}
#youtube .youtube_txt p {
	margin-bottom: 1em;
	font-size: 1.8rem;
}
@media (max-width: 767px) {
	#youtube {
	padding: 70px 0;
	text-align: center;
	background: url(../../images/youtube_bg_top.png) no-repeat center top, url(../../images/youtube_bg_bottom.png) no-repeat center bottom;
background-size: 800px auto;
	}
#youtube .youtube_txt {
	margin-top: 10px;
	padding: 20px;
	background: #cae9ef;
}
}
/* method */
#method {
	padding: 100px 0;
	text-align: center;
	background: url(../../images/texture03.jpg);
}
#method .flexbox {
	justify-content: center;
	max-width: 900px;
	margin: 0 auto 50px;
}
#method .flexbox .method_img img {
	max-width: 305px;
	width: 90%;
	margin-right: 50px;
}
#method .flexbox .method_txt {
	text-align: left;
}
#method .flexbox .method_txt h3 {
	margin-bottom: 20px;
	padding: 5px 15px;
	font-weight: 700;
	font-size: clamp(2rem, 1.855rem + 0.73vw, 2.4rem);
	color: #fff;
	background: #f99;
}
#method .flexbox .method_txt p {
	font-size: 1.8rem;
}
#method .pc_flexbox03 {
	max-width: 950px;
	margin: auto;
}
#method .pc_flexbox03 > * {
	width: calc(100% / 3 - 60px);
	margin: 0 30px 70px;
}
.method_cont01 {
	position: relative;
	padding: 30px;
	background: #fff5cc;
	border-radius: 10px;
}
.method_cont01::after {
	position: absolute;
	right: -50px;
	top: calc(50% - 20px);
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 40px;
	font-weight: bold;
	color: #f99;
	margin-right: 5px;
}
.method_cont01:last-child::after {
	content: none;
}
.method_cont01 h3 {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: clamp(2.2rem, 2.055rem + 0.73vw, 2.6rem);
	color: #f90;
}
.method_cont01 h3 span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 90px;
	margin: 0 auto 10px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.1;
	color: #fff;
	background: #fc0;
	border-radius: 100px;
}
.method_cont01 h3 em {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	font-size: 38%;
	font-style: normal;
	color: #fff;
}
.method_cont01 ul li {
	margin-left: 1.8rem;
	font-size: 1.8rem;
	text-align: left;
	text-indent: -2rem;
}
.method_cont01 ul li::before {
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	color: #f99;
	margin-right: 5px;
}
@media (max-width: 767px) {
	#method {
	padding: 60px 0;
}
#method .flexbox {


	flex-direction: column;
	justify-content: center;
	margin: 0 auto 20px;
}
#method .flexbox .method_img img {
	margin-right: 0;
	margin-bottom: 20px;
}
#method .pc_flexbox03 > * {
	width: 100%;
	margin: 0 0 50px;
}
.method_cont01 {
	padding: 20px;
}
.method_cont01::after {
	position: absolute;
	right: 0;
	left: 0;
	bottom: -60px;
	top: auto;
	content: "\f078";
}
}
/* area */
#area {

	padding: 60px 0;
	text-align: center;
}
.area_pref {
	margin-bottom: 20px;
	font-size: 120%;
}
.area_pref li {
	display: inline-block;
	margin: 0 .5em;
	font-weight: bold;
}
.area_pref li::before {
	content: "〇";
	font-weight: 700;
	color: #f90;
	margin-right: 5px;
}

/* voice */
#voice {
	padding: 100px 0;
background: url(../../images/texture02.jpg);
}
#voice .contentWrap {
	max-width: 690px;
}
#voice .voice_box {
	max-width: 690px;
	margin: 0 20px 30px;
	padding: 30px;
	border-radius: 10px;
	background: #fff;
}
#voice .voice_box h3 {
	margin: 20px 0;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	font-size: clamp(2.2rem, 2.255rem + 0.73vw, 2.8rem);
	text-align: center;
	line-height: 1.4;
	color: #000;
}
#voice .voice_box h3 span {
	display: block;
	margin-top: 5px;
	padding-top: 5px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 60%;
	border-top: 3px solid #f90;
}
#voice .voice_box h4 {
	margin-bottom: 20px;
	text-align: center;
}
#voice .voice_box h4 span {
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	background: #f90;
	border-radius: 5px;
}
@media (max-width: 767px) {
	#voice {
	padding: 60px 0;
	}
#voice .voice_box {
	padding: 20px;
	}
}
	
/* flow */
#flow {
	padding: 150px 0;
background: url(../../images/flow_bg.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.flow_box {
	position: relative;
	justify-content: space-between;
	flex-direction: row-reverse;
	max-width: 1100px;
	width: 100%;
	margin: 0 auto 65px;
	padding: 30px;
	background: #fff;
	border-radius: 10px;
}
.flow_box::after {
	position: absolute;
	bottom: -45px;
	left: 0;
	right: 0;
	content: "";
	display: block;
	width: 64px;
	height: 23px;
	margin: auto;
	background: url(../../images/arrow01.png) no-repeat;
}
.flow_box:last-child::after {
	content: none;
}
.flow_box figure {
	max-width: 350px;
}
.flow_box figure img {
	height: auto;
}
.flow_box .flow_txt {
	width: calc(100% - 350px - 50px);
}
.flow_box .flow_txt h3 {
	margin-bottom: 30px;
	padding: 35px 0 0 90px;
	font-weight: 700;
	font-size: clamp(3rem, 2.855rem + 0.73vw, 3.4rem);
	font-weight: bold;
	line-height: 1.4;
	background: url(../../images/step_point.png) no-repeat left center;
}
.flow_box:nth-of-type(2) .flow_txt h3 {
	background: url(../../images/step_point02.png) no-repeat left center;
}
.flow_box:nth-of-type(3) .flow_txt h3 {
	background: url(../../images/step_point03.png) no-repeat left center;
}
.flow_box:nth-of-type(4) .flow_txt h3 {
	background: url(../../images/step_point04.png) no-repeat left center;
}
.flow_box:nth-of-type(5) .flow_txt h3 {
	background: url(../../images/step_point05.png) no-repeat left center;
}
.flow_box:nth-of-type(6) .flow_txt h3 {
	background: url(../../images/step_point06.png) no-repeat left center;
}
.flow_box .flow_txt p {
	font-size: 1.7rem;
}

@media (max-width: 767px) {
#flow {
	padding: 60px 0 50px;
}
.flow_box {
	position: relative;
	flex-direction: column;
}
.flow_box figure {
	max-width: 100%;
	width: 100%;
	margin-bottom: 10px;
}
.flow_box .flow_txt {
	width: 100%;
}
.flow_box .flow_txt h3 {
	margin-bottom: 20px;
}
}
/* warranty */
#warranty {
	padding: 150px 0;
background: url(../../images/warranty_bg.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
#warranty .contentWrap {
	position: relative;
	max-width: 860px;
	width: 90%;
	padding: 50px;
	background: #fff;
	border-radius: 15px;
}
#warranty h2 {
	position: absolute;
	left: 0;
	right: 0;
	top: -50px;
}
#warranty h2 + p {
	margin-bottom: 50px;
	padding-top: 200px;
	font-size: 1.8rem;
}
#warranty figure {
	max-width: 650px;

	width: 96%;
	margin: 0 auto 30px;
}
.warranty01 {

	max-width: 630px;
	width: 96%;
	margin: auto;
}
.warranty01 dt {
	display: inline-block;
	margin-bottom: 5px;
	padding: 2px 10px;
	font-size: 2rem;
	color: #fff;
	border-radius: 5px;
	background: #f90;
}
.warranty01 dd {
	margin-bottom: 30px;
	font-size: 1.8rem;
}
.warranty02 dt {
	font-size: 110%;
}
.warranty02 dd {
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	#warranty {



	padding: 100px 0 60px;
}
#warranty .contentWrap {
	padding: 20px;
}
#warranty h2 img {
	width: 120px;
	}
#warranty h2 + p {
	margin-bottom: 30px;
	padding-top: 150px;
	font-size: 1.8rem;
}
#warranty figure {
	margin: 0 auto 30px;
}
}

/* faq */
#faq {
	padding: 100px 0;
	background: url(../../images/texture02.jpg);
}
#faq h2 {
	margin-bottom: 80px;
}
#faq dl {
	max-width:1050px;
	margin:0 auto 20px;
	padding: 10px 20px;
	background: #fff;
	border-radius: 5px;
}
#faq dt{
display:block;
cursor:pointer;
	text-indent: -45px;
	margin-left: 45px;
	font-size: 120%;
	vertical-align: middle;
}
#faq dt::before {
	display: inline-block;
	content: "Q";
	width: 35px;
	height: 35px;
	margin-right: 15px;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	text-indent: 0;
	vertical-align: middle;
	background: #039;
	border-radius: 100px;
}
#faq dd{
display:none;
	text-indent: 0;
	margin-left: 45px;
	padding-top: 20px;
}
#faq dd::before {
	clear: both;
	display: inline-block;
	float: left;
	content: "A";
	width: 35px;
	height: 35px;
	margin-right: 15px;
	margin-left: -45px;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
	text-indent: 0;
	background: #f90;
	border-radius: 100px;
}
#faq dd p {
	margin: 0;
}

@media (max-width: 767px) {
#faq {
	padding: 60px 0;
}
#faq dl{
	margin:0 auto 10px;
	padding: 10px;
}
}

/* index_ttl */
.index_ttl {
  margin-bottom: 50px;
	font-weight: 700;
  font-size: clamp(3rem, 2.709rem + 1.45vw, 3.8rem);
  line-height: 1.3;
   text-shadow:
            3px 3px 3px #fff, -3px -3px 3px #fff,
           -3px 3px 3px #fff,  3px -3px 3px #fff,
            3px 0px 3px #fff, -3px -0px 3px #fff,
            0px 3px 3px #fff,  0px -3px 3px #fff;
}
.index_ttl .marker {
	font-weight: 700;
	 font-size: clamp(2.6rem, 2.455rem + 0.73vw, 3rem);
}
.index_ttl strong {
	font-weight: 700;
	font-size: 130%;
	color: #f90;
}
.index_ttl span.point01 {
	font-weight: 700;
	text-emphasis: filled circle #fc0;
	-webkit-text-emphasis: filled circle #fc0;
	font-style: normal;
	font-display: swap;
}
.index_ttl02 {
	position: relative;
  margin-bottom: 50px;
	font-weight: 700;
  font-size: clamp(3rem, 2.709rem + 1.45vw, 3.8rem);
  line-height: 1.3;
   text-shadow:
            3px 3px 3px #fff, -3px -3px 3px #fff,
           -3px 3px 3px #fff,  3px -3px 3px #fff,
            3px 0px 3px #fff, -3px -0px 3px #fff,
            0px 3px 3px #fff,  0px -3px 3px #fff;
}
.index_ttl02::after {
	  content: '';
  position: absolute;
  left: 50%;
  bottom: -25px;/*線の上下位置*/
  display: inline-block;
  width: 70px;/*線の長さ*/
  height: 10px;/*線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #fc0;/*線の色*/
  border-radius: 100px;/*線の丸み*/
}

@media (max-width: 767px) {
.index_ttl {
  margin-bottom: 40px;
}
}

/* ============================================================
お問い合わせ
============================================================ */
#contact-us {
  padding: 130px 0;
	background: url(../../images/trouble_bg.jpg);
}
#contact-us .index_ttl02 {
	margin-bottom: 60px;
	color: #039;
}
.contact_form {
	padding: 50px 50px 1px;
	background: #fff;
	border-radius: 10px;
	color: #000;
}
.contact_form .title {
	margin: 0 0 20px;
}
.contact_form em {
	font-style: normal;
	color: #c00;
}
.contact_form .addressBlock input {
	width: 100%;
	margin-bottom: 2em;
}
form#mail_form input[type="text"] {
	max-width: 100%;
	padding: 7px 2%;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
	margin-top: 7px;
}
form#mail_form textarea {
	display: block;
	width: 100%;
	height: 200px;
	padding: 7px 2%;
	resize: vertical;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 100%;
	font-family: inherit;
}
.privacyBlock {
	margin-bottom: 50px;
}
.privacyBlock label {
  display: flex;
	justify-content: center;
}
.privacy {
	max-width: 760px;
	height: 230px;
	overflow: auto;
	margin: 0 auto 30px;
	padding: 30px;
	border: 1px solid #ccc;

	background: #f3f3f3;
}
.privacy h3 {
	margin-bottom: 20px;
	font-size: 130%;
	font-weight: bold;
	color: #039;
	text-align: center;
}
.privacy > dl > dt {
	margin: 1.5em 0 10px;
	font-size: 120%;
	font-weight: bold;
}
.privacy dd ol {
	margin-left: 1em;
}
.privacy .privacy_box {
	margin-top: 20px;
	padding: 10px;
	background: #fff;
}
.privacy .privacy_box dt {
	margin-bottom: 20px;
	font-size: 120%;
	color: #039;
	border-bottom: 2px solid #039;
}
.privacy .privacy_box dd a {
	font-size: 130%;
}
.confirmBlock {
	text-align: center;
	line-height: 1;
	margin-bottom: 100px;
}
ul.submit{
 display: flex;
  justify-content: center;
	width: 100%;
	font-size: 0;
	margin: 0 auto;
  padding: 10px 0;
	-webkit-padding-start: 0px;
}
ul.submit li{
	display: block;
  margin: 0 10px;
	font-size: 18px;
}
ul.submit li button.reset{
	background-color: #c9c9c9;
	color: #434343;
	border: none;
	text-decoration: none;
	font-size: 1.5rem;
	font-weight: 600;
	padding: 20px 40px 22px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
    -webkit-border-radius: 0.25rem;;
    -moz-border-radius: 0.25rem;;
    -o-border-radius: 0.25rem;;
    border-radius: 0.25rem;;
}
ul.submit li button.reset:hover{
	background-color: #000;
	color: #FFF;
	cursor: pointer;
	border: none;
    border-radius: 0.25rem;
}
ul.submit li button.confirm{
	display: block;
	background-color: #f90;
	font-size: 1.5rem;
	font-weight: 600;
	color: #FFF;
	letter-spacing: 2px;
	text-decoration: none;
	padding: 20px 40px;
	margin: 0 auto;
	border: solid 2px #f90;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
    -webkit-border-radius: 0.25rem;;
    -moz-border-radius: 0.25rem;;
    -o-border-radius: 0.25rem;;
    border-radius: 0.25rem;;
}
ul.submit li button.confirm:hover{
	background-color: #666;
	color: #FFF;
	border: solid 2px #666;
	cursor: pointer;
}
/* 確認画面 */
.contact-inner {
	margin: 50px 0;
	padding: 40px;
	background: #fff;
	border-radius: 10px;
}
.conbox01 {
	margin-top: 50px;
}
.contact-inner table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin: 0 auto;
	color: #000;
  border-top: 1px solid #ccc;
 }
.contact-inner table th {
  width: 25%;
  padding: 15px;
  border-bottom: 1px solid #ccc;
  text-align: left;
	background: #fff5cc;
}
.contact-inner table th.submit {
	width: 100%;
	border: none;
	background: none;
}
.contact-inner table td {
  padding: 15px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
#agree_check {
  max-width: 1100px;
  width: 96%;
  margin: 20px auto 0;
  padding: 10px 0;
  border-top: 1px solid #ccc;
}
#agree_check input {
 margin-right: 5px; 
}
.contact-inner input[type="submit"] {
	display: block;
	background-color: #ab1e38;
	font-size: 1.5rem;
	font-weight: 600;
	color: #FFF;
	letter-spacing: 2px;
	text-decoration: none;
	padding: 20px 40px;
	margin: 0 auto;
	border: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
    -webkit-border-radius: 0.25rem;;
    -moz-border-radius: 0.25rem;;
    -o-border-radius: 0.25rem;;
    border-radius: 0.25rem;;
	cursor: pointer;
}
@media (max-width: 767px) {
#contact-us {
  padding: 80px 0;
}
	.contact-inner {
	padding: 20px;
}
.contact_info .color01 a {
	font-size: 10.6vw;
}
.contact_form {
	padding: 20px;
}
.privacyBlock {
	margin-bottom: 30px;
}
.confirmBlock {
	margin-bottom: 0;
}
ul.submit{
 flex-direction: column;
}
ul.submit li{
	width: 100%;
	margin: 0;
}
ul.submit li button.reset{
	width: 100%;
	margin-bottom: 10px;
	background-color: #c9c9c9;
	color: #434343;
	border: solid 1px #c9c9c9;
	text-decoration: none;
	font-size: 1.5rem;
	font-weight: 600;
	padding: 20px 40px 22px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
    -webkit-border-radius: 0.25rem;;
    -moz-border-radius: 0.25rem;;
    -o-border-radius: 0.25rem;;
    border-radius: 0.25rem;;
}
ul.submit li button.reset:hover{
	background-color: #000;
	color: #FFF;
	cursor: pointer;
}
ul.submit li button.confirm{
	width: 100%;
	display: block;
	background-color: #ab1e38;
	font-size: 1.5rem;
	font-weight: 600;
	color: #FFF;
	letter-spacing: 2px;
	text-decoration: none;
	padding: 20px 40px;
	margin: 0 auto;
	border: solid 2px #ab1e38;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
    -webkit-border-radius: 0.25rem;;
    -moz-border-radius: 0.25rem;;
    -o-border-radius: 0.25rem;;
    border-radius: 0.25rem;;
}
ul.submit li button.confirm:hover{
	background-color: #666;
	color: #FFF;
	border: solid 2px #666;
	cursor: pointer;
}
/* 確認画面 */
.conbox01 {
	margin: 30px 0;
	padding: 0;
}
.contact-inner table {
	width: 100%;
	}
#contact-us .contact-inner table th {
	display: block;
  width: 100% !important;
}

}
/* ページの先頭に戻る
---------------------------------------------------------- */
#topcontrol {
	position: fixed;
	z-index: 1000;
	bottom: 90px;
	right: 5px;
	opacity: 1;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	color: #fff;
	line-height: 1.3;
}
#topcontrol a{
	display: block;
	width: 80px;
	height: 80px;
	padding: 10px 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #f99;
	border-radius: 100px;
	box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
#topcontrol a::before {
	display: block;
	content: "\f077";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 200%;
	color: #fff;
}
#topcontrol a:hover {
	background: #333;
}
@media (max-width: 767px) {
	#topcontrol {
	bottom: 120px;
	}
#topcontrol a{
	width: 70px;
	height: 70px;
	}
	.grecaptcha-badge {
    bottom: 50px !important;
}
}
/*reCAPTCHA*/
.recap {
	display: none;
}

@media print, screen and (min-width: 768px) {
  /*各デバイス非表示設定*/

  .pc_no {
    display: none !important;
  }
  .pc_flexbox02 {
    display: flex;
    flex-wrap: wrap;
  }
  .pc_flexbox02 > * {
    width: calc(100% / 2 - 2%);
    margin: 1%;
  }
  .pc_flexbox03 {
    display: flex;

    flex-wrap: wrap;
  }
  .pc_flexbox03 > * {
    width: calc(100% / 3 - 2%);
    margin: 1%;
  }
  .pc_flexbox04 {
    display: flex;

    flex-wrap: wrap;
  }
  .pc_flexbox04 > * {
    width: calc(100% / 4 - 2%);
    margin: 1%;
  }
	/* telリンクを無効 */
	a[href^="tel:"] {
		cursor: default;
		color: #000;
		pointer-events: none;
	}
}

@media screen and (max-width: 767px) {
  /*各デバイス非表示設定*/
  .sp_no {
    display: none !important;
  }
  /*テキストに関するCSS
---------------------------------------------------------- */
  /* テキスト揃え */
  .sp_txtL {
    text-align: left;
  }
  .sp_txtR {
    text-align: right;
  }
  .sp_txtC {
    text-align: center;
  }
  .sp_flexbox02 {
    display: flex;

    flex-wrap: wrap;
  }
  .sp_flexbox02 > * {
    width: calc(100% / 2 - 2%);
    margin: 1%;
  }
  .sp_flexbox03 {
    display: flex;
    flex-wrap: wrap;
  }
  .sp_flexbox03 > * {
    width: calc(100% / 3 - 2%);
    margin: 1%;
  }
/* ============================================================
枠基本スタイル
============================================================ */


  body {
    min-width: inherit;
    max-width: 100%;

  }
  div#container {
    width: 96%;
    margin: 0 auto;
  }
	
}
