@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 #45ae35;
}

.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;
}


.main img{
	width: 100%;
}

.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 {
	font-family: 'Noto Serif JP';
	text-align: center;
	color: #030944;
    font-size: 2rem;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	margin-bottom: 45px;
}

.section_title_w {
	color: #FFF;
}

.section_trouble {
	background-color: #030944;
}

.section_trouble_c {
	background-color: #66CCFF;
}

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

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

.resolve_title {
	font-size: 2.5rem;
	margin-bottom: 45px;
}

.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 {
	font-family: 'Noto Serif JP';
	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 {
	font-family: 'Noto Serif JP';
	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-color: #030944;
	padding: 50px;
	margin: 0;
}
/* 介護用 */
.section_usage h2_c {
	background-color: #66CCFF;
	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 {
	font-family: 'Noto Serif JP';
	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_/usage_agri.jpg);
}

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

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

.usage04 {
	background-image: url(../img_/usage_nursing-care.jpg);
}

.section_feature {
	padding: 0;
}

.artificialmuscle {
	background-color: #CCC;
	padding: 30px 4% 40px;
}

.artificialmuscle_content {
	margin: 0 auto;
	max-width: 600px;
}

.artificialmuscle_content h3 {
	text-align: center;
	background-color: #FFD906;
	padding: 7px;
	margin: 0 0 8px;
}

.artificialmuscle_content h3 {
	text-align: center;
	background-color: #FFD906;
	padding: 7px;
	margin: 0 0 8px;
}

.artificialmuscle_content p {
	margin: 0 0 15px;
}

.weight_txt {
	text-align: center;
	background-color: #FFF;
	padding: 10px;
	font-weight: bold;
	font-size: 1.1rem;
}

.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 {
	background-color: #0066FF;
}

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

.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-color: #030944;
}
/* 介護用 */
.section_voice_c {
	background-color: #66CCFF;
}

ul.voice_list {
	list-style: none;
	padding: 0;
}

ul.voice_list li {
	margin-bottom: 35px;
	background-color: #FFF;
    padding: 30px 3%;
	justify-content: space-between;
}

.voice_img {
	width: 300px;
	flex-shrink: 0;
}

.voice_img img {
	display: block;
}

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

.voice_info {
	width: calc(96% - 300px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.voice_company {
    color: #016db1;
}

.voice_header {
	background-color: #efefef;
	padding: 10px;
}

.voice_info h3 {
    color: #016db1;
	font-size: 1.1rem;
	line-height: 1.4em;
	margin: 18px 0 5px;
}

.voice_info p {
	line-height: 1.4em;
	margin: 0 0 5px;
}

.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;
}

.concept_info p {
	display: none;
}

.visible_btn {
	margin-left: 15px;
	transition: 0.3s;
	display: inline-block;
}

.concept_selected .visible_btn {
	transform:rotate(180deg)
}

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

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

.content_price {
	width: 47%;
}

.content_price h3 {
	font-size: 1.2rem;
	color: #016db1;
	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-color: #666;
}

.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_frame_c {
	border: 3px solid #016db1;
	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;
}
/* 介護用 */
.ac_ss_c {
	color: #FFF;
	background-color: #016db1;
	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_c {
	font-size: 2rem;
	color: #016db1;
	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 #45b035;
	padding: 20px;
}

.access_info_c .ac_ss {
	background-color: #016db1;
}
/* 介護用 */
.access_info_c .ac_ss_c {
	background-color: #45b035;
}

.access_info_c h3 {
	color: #016db1;
}
/* 介護用 */
.access_info_c h3_c {
	color: #016db1;
}

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

.access_info_c .access_tel {
	color: #45b035;
}

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-color: #2080df;
	color: #FFF;
	padding-top: 80px;
	padding-bottom: 103px;
}
/* 介護用 */
.section_cta_c {
	text-align: center;
	background-color: #66CCFF;
	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;
}

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

.renewal_point a:hover {
	opacity: 1;
}

.voiceinfo {
	padding-bottom: 40px;
}

.try_info {
	width: 700px;
	margin: 0 auto;
}

.rental_for {
	color: #f00;
	font-weight: bold;
	font-size: 1.3rem;
	text-align: center;
}

ul.rental_point {
	margin-bottom: 40px;
}

ul.rental_point li {
	font-size: 1.3rem;
	color: #016db1;
	font-weight: bold;
	margin-bottom: 10px;
}

ul.rental_point li span {
	text-decoration: underline;
	text-underline-offset: -0.2em;
	text-decoration-thickness: 0.5em;
	text-decoration-color: rgba(255, 228, 0, 0.4);
	text-decoration-skip-ink: none;
}

.try_contact {
	text-align: center;
}

.try_contact a {
	font-weight: bold;
	font-size: 1.2rem;
	color: #016db1;
	display: inline-block;
	padding: 0 3px;
}

dl.point_list {
	display: flex;
	flex-wrap: wrap;
	background-color: #FFF;
	border: 3px solid #016db1;
	border-radius: 10px;
	padding: 20px;
}

dl.point_list dt {
	color: #016db1;
	font-weight: bold;
	width: 140px;
	margin-bottom: 15px;
	font-size: 1.1rem;
}

dl.point_list dd {
	width: calc(100% - 160px);
	margin-left: 0;
	margin-bottom: 15px;
}

dl.point_list dd strong {
	color: red;
	font-size: 1.2rem;
}

.try_flow {
	margin-top: 60px;
}

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

ul.try_flow_list > li {
	width: 20%;
	background-color: #efefef;
	padding: 20px 1.5%;
}

ul.try_flow_list > li h3 {
	margin: 5px 0;
	background-color: #016db1;
	color: #FFF;
	font-size: 1.1rem;
	line-height: 1.3em;
	padding: 5px;
	text-align: center;
	font-weight: normal;
}

ul.try_flow_list > li h3 strong {
	display: block;
	font-weight: bold;
}

ul.try_flow_list > li h4 {
	font-size: 1.05rem;
	line-height: 1.4em;
	color: #016db1;
	margin: 15px 0 0;
}

ul.try_flow_list > li p {
	margin: 5px 0;
	font-size: 1rem;
	line-height: 1.5em;
}

ul.try_flow_list > li ul {
	padding-left: 1.5em;
	list-style: disc;
}

ul.try_flow_list > li ul li {
	font-size: 1rem;
	line-height: 1.5em;
	margin-top: 5px;
}

.linktxt {
	display: inline-block;
	font-size: 0.85rem;
	line-height: 1.4em;
	word-break: break-all;
}

@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;
	}

	.voice_img {
		text-align: center;
		width: 100%;
		display: flex;
		justify-content: space-around;
	}

	.voice_thumb {
		width: 48%;
	}

	.voice_thumb + .voice_thumb {
		margin-top: 0;
	}

	.voice_img img {
		margin: 0 auto;
	}

	.voice_info {
		width: 100%;
		padding-top: 20px;
	}

	ul.voice_list li {
		padding-left: 4%;
		padding-right: 4%;
	}

	.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%;
	}

	.try_info {
		width: 100%;
	}

	ul.try_flow_list {
		flex-direction: column;
	}

	ul.try_flow_list > li {
		width: 92%;padding: 15px 4%;
		margin-bottom: 20px;
	}

}
@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
	}

	.artificialmuscle_content p {
		font-size: 0.9rem;
		line-height: 1.4em;
	}

	dl.point_list {
		display: block;
	}

	dl.point_list dt {
		width: 100%;
		margin: 0;
	}

	dl.point_list dd {
		width: 100%;
	}
	

}
