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

html {
	font-size: 16px;
}

body {
	font-size: 1rem;
	line-height: 1.8em;
	font-family: "Noto Sans JP","メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	font-weight: normal;
	position: relative;
}

a {
	color: #000;
}

a:hover {
	opacity: 0.7;
}

img {
	max-width: 100%;
	height: auto;
}

.sp {
	display: none !important;
}

.ib {
	display: inline-block;
}

.red {
	color: #f00;
}

table {
	border-collapse: collapse;
}

label {
	display: inline-block;
}

.fixed_banner {
	position: fixed;
	left: 12px;
	bottom: 12px;
	z-index: 1;
}

.fixed_banner img {
	display: block;
	border: 3px solid #030944;
}

.header_main {
	position: relative;
}

.header_copy {
    position: absolute;
    top: 12%;
    left: 5%;
}

.header_description {
	color: #45b035;
    font-size: 3.6rem;
    line-height: 1.6em;
    letter-spacing: 0.03em;
    font-weight: 600;
}

.header_img > img,
.header_img01 img {
	width: 100%;
	display: block;
}

.content_tcvm {
	text-align: center;
	padding: 20px;
	background-color: #ffc606;
}

.content_tcvm img {
	display: block;
	margin: 0 auto;
}

.shop_content {
	padding: 30px 4%;
}

.shop_content h3 {
	color: #449d35;
	text-align: center;
	margin: 0 0 10px;
	font-size: 1.3rem;
}

.shop_content h4 {
	text-align: center;
	margin: 10px 0 10px;
	font-size: 1.1rem;background-color: #efefef;
	padding: 5px;
}

ul.shop_list {
	list-style: none;
	margin: 0 4%;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

ul.shop_list li {
	font-size: 0.9rem;
	margin-bottom: 5px;
	font-weight: 500;
}

ul.shop_list li::after {
	content: "/";
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}

.fixed_btn {
	position: fixed;
	z-index: 2;
	bottom: 40px;
	right: 20px;
}

.fixed_btn a {
	color: #000;
	background-color: #FFD906;
	border-radius: 600px;
	text-decoration: none;
	font-size: 1.4rem;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	font-weight: 600;
	width: 170px;
	height: 160px;
	padding-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
	position: relative;
	transition: 0.3s;
}

.fixed_btn a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	font-weight: 800;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 2rem;
}

.fixed_btn a:hover {
	opacity: 1;
	color: #FFD906;
	background-color: #45b035;
}

.wrap {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.section {
	padding-top: 40px;
	padding-bottom: 40px;
}

.section_title {
	text-align: center;
	color: #449d35;
    font-size: 2rem;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	margin-bottom: 45px;
}

.section_title_w {
	color: #FFF;
}

.section_trouble {
	background: linear-gradient(to right, #80d4e9, #449d35);
}

.section_trouble h2 {
	margin-bottom: 55px;
}

.arrow_down {
	text-align: center;
	margin-top: 30px;
}

.resolve_title {
	font-size: 2.5rem;
	margin-bottom: 45px;
	background: linear-gradient(to right, #80d4e9, #449d35);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.resolve_title strong {
	font-size: 3.4rem;
	letter-spacing: 0.1em;
	display: inline-block;
	margin: 20px 0;
}

.flex {
	display: flex;
	list-style: none;
}

ul.flex {
	list-style: none;
	padding: 0;
	justify-content: space-between;
}

ul.trouble_list {
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

ul.trouble_list li {
	background-color: #FFF;
	width: 27%;
	padding: 15px 2%;
	text-align: center;
	border-radius: 10px;
}

ul.trouble_list li h3 {
	
	color: #030944;
	font-size: 1.2rem;
}

.section_description {
	padding: 0;
	position: relative;
}

.description_img img {
	display: block;
	width: 100%;
}

.description_main {
	position: absolute;
	top: 10%;
	right: 6%;
	width: 47%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.description_main h2 {
	
	color: #030944;
	font-size: 2.4rem;
	line-height: 1.4em;
	white-space: nowrap;
}

.three_img {
	padding-top: 40px;
	text-align: center;
}

.il {
	display: inline-block;
	margin-left: -1rem;
}

ul.icon_list {
	display: flex;
	justify-content: space-between;
	padding: 0;
	list-style: none;
	justify-content: flex-start;
}

ul.icon_list li {
	width: 90px;
	margin-right: 20px;
}

ul.icon_list li img {
	border-radius: 5px;
}

.section_usage {
	padding: 0;
}

.section_usage h2 {
	background: linear-gradient(to right, #80d4e9, #449d35);
	padding: 50px;
	margin: 0;
}

ul.usage_list {
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}

ul.usage_list li {
	width: 21%;
	padding: 60px 2%;
	text-align: center;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
}

ul.usage_list li::after {
	content: "";
	display: block;
	background-color: rgba(0, 0, 0, 0.25);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

ul.usage_list li h3 {
	
	color: #FFF;
	font-size: 1.8rem;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	border: 1px solid #FFF;
	padding: 50px;
	text-align: center;
	width: 180px;
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.usage01 {
	background-image: url(../img/usage01.jpg);
}

.usage02 {
	background-image: url(../img/usage02.jpg);
}

.usage03 {
	background-image: url(../img/usage03.jpg);
}

.usage04 {
	background-image: url(../img/usage04.jpg);
}

.section_feature {
	padding: 0;
}

.section_feature .section_title {
	padding: 50px 0;
	font-size: 2.8rem;
	line-height: 1.5em;
}

.feature_point img {
	display: block;
	width: 100%;
}

.feature_no {
	color: #E3E3E3;
	font-size: 4rem;
	line-height: 1em;
	font-weight: bold;
}

.feature_content h3 {
	font-size: 2rem;
	line-height: 1.3em;
	margin: 5px 0;
}

.feature01 {
	background-color: #F5F5F5;
}

.feature02 {
	background-color: #D1D1D1;
}

.feature03 {
	background-color: #F5F5F5;
}

.feature04 {
	background-color: #FFF;
}

.feature05 {
	background-color: #D1D1D1;
}

.movie_section {
	padding: 15px 0 30px;
}

.movie_content {
	text-align: center;
	max-width: 560px;
	margin: 0 auto;
}

.feature_movie {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}

.feature_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section_voice {
	background: #016da3
}

ul.voice_list {
	list-style: none;
	padding: 0;
	justify-content: space-between;
}

ul.voice_list li {
	margin-bottom: 35px;
	background-color: #FFF;
	width: 48%;
}

.voice_img {
	flex-shrink: 0;
}

.voice_img img {
	display: block;
	width: 100%;
}

.voice_info {
    padding: 20px 4%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.voice_name {
	text-align: right;
	color: #016da3;
	font-weight: 500;
	margin-top: 30px;
}

.section_concept {
	background: linear-gradient(to right, #D4EEFF, #ECFFD7);
	padding-bottom: 90px;
}

.concept_txt {
	margin: 30px 0 40px;
}

.section_price {
	background-image: url(../img/price_img.jpg);
	background-size: cover;
	background-position: 100% 0;
	min-height: 600px;
}

.concept_main {
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
	padding: 20px 3%;
}

ul.concept_list {
	padding: 0;
}

ul.concept_list li {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 2px dotted #45b035;
}

.concept_img {
	width: 36%;
	flex-shrink: 0;
}

.concept_img img {
	display: block;
}

.concept_info {
	width: 60%;
	padding-left: 2.5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

ul.concept_list li h3 {
	color: #016db1;
	font-weight: 500;
	font-size: 1.4rem;
	margin-bottom: 10px;
}

ul.concept_list li p {
	margin-top: 5px;
}

.content_price {
	width: 47%;
}

.content_price h3 {
	font-size: 1.2rem;
	color: #449d35;
	font-weight: 600;
	margin: 0 0 5px;
}

.box_price {
	background-color: #FFF;
	padding: 15px 3%;
}

.content_price .box_price + h3 {
	margin-top: 40px;
}

table.spec_info {
	width: 100%;
}

table.spec_info th {
	padding: 5px;
	font-weight: 600;
	border: 1px solid #000;
	font-size: 0.9rem;
	line-height: 1.3em;
	text-align: center;
}

table.spec_info td {
	padding: 5px;
	font-weight: 600;
	border: 1px solid #000;
	font-size: 0.9rem;
	line-height: 1.3em;
	text-align: center;
}

.price_attention {
	font-size: 0.85rem;
	line-height: 1.4em;
}

.bg_gray {
	background-color: #E4E4E4;
}

.price_option {
	margin: 3px 0 0;
	font-size: 0.8rem;
	line-height: 1.3em;
}

.section_qa {
	background: #016da3;
}

.qa_content {
	background-color: #FFF;
	border-radius: 3px;
	margin-bottom: 20px;
	padding: 10px 15px;
}

.qa_content h3 {
	margin-top: 0;
	padding: 10px 0;
	margin-bottom: 0;
	border-radius: 3px;
	cursor: pointer;
	position: relative;
	font-size: 1.1rem;
	font-weight: 500;
}

.qa_content h3::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f055";
	position: absolute;
	top: 12px;
	right: 11px;
	color: #CCC;
	transition: 0.3s;
}

.qa_content h3.selected::after {
	content: "\f056";
}

.qa_a {
	display: none;
	margin: 0 1%;
	background-color: #eee;
	padding: 10px;
}

.qa_a p {
	margin: 0;
}

.section_access {
	padding-bottom: 60px;
}

.demo_txt {
	text-align: center;
	display: block;
	color: #000;
	font-size: 1rem;
	font-weight: normal;
}

.access_img {
	flex-shrink: 0;
	display: flex;
	justify-content: space-between;
}

.access_img span {
	width: 32%;
	display: block;
}

.access_frame {
	border: 3px solid #45ae35;
	padding: 20px 4%;
	margin: 20px 0;
}

.access_info {
	width: 48%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.access_info h3 {
	color: #45ae35;
	font-size: 1.1rem;
	margin: 7px 0 4px;
}

.ac_head {
	align-items: center;
}

.ac_ss {
	color: #FFF;
	background-color: #45ae35;
	font-size: 0.9rem;
	padding: 10px;
	margin-right: 10px;
	white-space: nowrap;
}

.access_tel {
	font-size: 2rem;
	color: #45b035;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}

.access_tel i {
	display: inline-block;
	margin-right: 5px;
	font-size: 1.8rem;
	vertical-align: baseline;
}

.access_tel a {
	text-decoration: none;
	color: #45b035;
}

.access_info_c {
	border: 2px solid #016db1;
	padding: 20px;
}

.access_info_c .ac_ss {
	background-color: #016db1;
}

.access_info_c h3 {
	color: #016db1;
}

.access_info_c .access_tel {
	color: #016db1;
}

table.access_table {
	width: 100%;
	margin-top: 10px;
}

table.access_table th {
	padding: 3px 0;
	text-align: left;
}

table.access_table td {
	padding: 3px 5px;
}

.access_gmap {
	margin-top: 15px;
}

.access_gmap iframe {
	max-width: 100%;
}

.section_cta {
	text-align: center;
	background: #45b036;
	color: #FFF;
	padding-top: 80px;
	padding-bottom: 103px;
}

.center_btn {
	text-align: center;
}

.center_btn a {
	display: inline-block;
	width: 500px;
	color: #000;
	background-color: #FFD906;
	font-size: 1.4rem;
	font-weight: 500;
	padding: 15px;
	border-radius: 200px;
	text-decoration: none;
}

.center_btn_w a {
	background-color: #FFF;
}

.center_btn + .center_btn {
	margin-top: 20px;
}

.center_btn small {
	font-size: 0.85rem;
	line-height: 1.8em;
	display: block;
}

.copyright {
	text-align: center;
}

.hinyari img {
	display: block;
	width: 100%;
}

.hinyari a:hover {
	opacity: 1;
}

@media (max-width: 1300px) {

	ul.usage_list li h3 {
		font-size: 1.3rem;
		padding: 0;
		width: 100%;
	}

	.description_main h2 {
		font-size: 2rem;
	}

	.three_img {
		padding-top: 2%;
	}

	.three_img img {
		width: 56%;
	}

}
@media (max-width: 1200px) {

	.wrap {
		max-width: 100%;
		padding-left: 4%;
		padding-right: 4%;
	}

}
@media (max-width: 1100px) {


	.description_main h2 {
		font-size: 1.6rem;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.three_img {
		padding-top: 0;
	}

	.three_img img {
		width: 170px;;
	}

}
@media (max-width: 768px) {

	html {
		font-size: 15px;
	}

	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	.flex {
		flex-direction: column;
	}

	.section_title {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}

	.arrow_down {
		margin-top: 15px;
	}

	.resolve_title {
	    font-size: 1.5rem;
		margin-bottom: 25px;
	}

	.resolve_title strong {
    	font-size: 2.4rem;
	}

	ul.trouble_list li h3 {
		font-size: 1rem;
	}

	.section_description {
		display: flex;
		flex-direction: column;
		padding: 0;
	}

	.description_img {
		order: 2;
	}

	.description_main {
		position: relative;
		order: 2;
		width: 92%;
		top: auto;
		right: auto;
		padding: 10px 4% 30px;
	}

	ul.usage_list li h3 {
		height: 120px;
	}

	.section_feature .section_title {
		font-size: 1.8rem;
		padding: 20px 0;
	}

	ul.voice_list li {
		width: 100%;
	}

	.voice_img {
		text-align: center;
		width: 100%;
	}

	.voice_img img {
		margin: 0 auto;
	}

	.voice_info {
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
		padding-top: 20px;
	}

	.voice_name {
		margin-top: 10px;
	}

	.concept_img {
		width: 100%
	}

	.concept_img img {
		width: 200px;
		margin: 0 auto;
	}

	.concept_info {
		width: 100%;
		padding-left: 0;
	}

	.access_img {
		width: 100%
	}

	.access_img {
		text-align: center;
	}

	.access_img img {
		width: 280px;
	}

	.access_info {
		width: 100%;
		padding-left: 0;
	}

	.access_info_c {
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
	}

	.center_btn a {
		width: 92%;
		padding-left: 4%;
		padding-right: 4%;
	}

	.section_price {
		background-image: none;
		background-color: #ddd;
	}

	.content_price {
		width: 100%;
	}

}
@media (max-width: 480px) {

	.section {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.fixed_btn {
		bottom: 0;
		right: auto;
		left: 0;
		width: 100%;
	}

	.fixed_btn a {
		width: 100%;
		height: auto;
		border-radius: 0;
		display: block;
		padding: 20px 0;
	}

	.fixed_btn a::after {
		left: auto;
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto;
		height: 20px;
		content: "\f105";
	}

	footer {
		margin-bottom: 77px;
	}

	.fixed_btn br {
		display: none;
	}

	.section_trouble h2 {
		margin-top: 10px;
		margin-bottom: 30px;
		font-size: 1.4rem;
	}

	.trouble_img {
		width: 35%;
	}

	.trouble_img img {
		width: 100%;
		height: 120px;
		object-fit: cover;
	}

	ul.trouble_list li {
		width: 100%;
		margin-right: 0;
		padding: 10px 3%;
		margin-bottom: 20px;
		display: flex;
		align-items: center;
	}

	ul.trouble_list li:nth-child(2n) {
		margin-right: 0;
	}

	ul.trouble_list li h3 {
		margin: 0;
		padding-left: 4%;
		width: 61%;
		text-align: left;
		line-height: 1.4em;
	}

	.arrow_down img {
		width: 90px;
	}

	.resolve_title {
		font-size: 1.2rem;
	}

	.resolve_title strong {
    	font-size: 2rem;
	}

	.section_usage h2 {
		padding: 30px;
		font-size: 1.4rem;
	}

	.section_description {
		padding: 0;
	}

	.description_main h2 {
	    font-size: 1.3rem;
		white-space: normal;
	}

	ul.usage_list {
		flex-wrap: wrap;
	}

	ul.usage_list li {
		width: 42%;
		padding: 30px 4%;
	}

	.section_feature {
		padding: 0;
	}

	.section_feature .section_title {
    	font-size: 1.3rem;
		margin-top: 0;
		padding-top: 0;
	}

	ul.trouble_list {
		flex-wrap: wrap;
	}

	.qa_content {
		padding-right: 20px;
	}

	.qa_content h3::after {
		right:  -11px;
	}

	.qa_content h3 {
		font-size: 1rem;
	}

	.fixed_banner {
		left: auto;
		bottom: auto;
		position: relative;
		padding-top: 20px;
	}
	
	.fixed_banner img {
		margin: 0 auto
	}
	

}
