@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/

.mainVisual {
	background: url("../../image/mv_bg.png");
	background-size: cover;
	background-position: center;
	padding: 0;
	position: relative;
}
.mainVisual .inner {
	padding: 20rem 0 5rem;
	align-items: center;
}
.mainVisual h2 {
	font-size: 4.2rem;
	text-align: center;
    position: relative;
    z-index: 1;
	margin-bottom: 2em;
    line-height: 1.4;
}
.mainVisual h2 span {
	font-size: 2.8rem;
}
.mainVisual .point {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mainVisual .point p {
	background-color: rgba(255,255,255,.6);
	padding: 2em;
}

.mainVisual .point ul {
	display: flex;
}

.mainVisual .point ul li {
	background-color: #111;
	text-align: center;
	padding: 3.2rem 1rem;
	border-radius: 100%;
	width: 128px;
	height: 128px;
	margin-left: 1rem;
	box-sizing: border-box;
	line-height: 1.4;
	color: #fff;
}
.mainVisual .point ul li.list01 span {
	font-size: 2.6rem;
}
.mainVisual .point ul li.list02 span {
	font-size: 2.6rem;
}
.mainVisual .point ul li.list03 {
	font-size: 2.4rem;
	padding: 2.6rem 1rem;
}
.mainVisual02 {
	background: url("../../image/sec02_bg.png");
	background-repeat: repeat;
	background-position: center;
}
.mainVisual02 .inner {
	padding: 12rem 0 0;
	align-items: center;
}
.mainVisual02 .inner > img {
	display: block;
	margin: 0 auto 2rem;
	width: 480px;
}
.mainVisual02 h2 {
	font-size: 3.2rem;
	text-align: center;
    position: relative;
    z-index: 1;
	margin-bottom: 2em;
    line-height: 1.4;
}
.mainVisual02 h2 span {
	font-size: 2.5rem;
}
.mainVisual02 .point {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mainVisual02 .point p {
	background-color: rgba(255,255,255,.6);
	padding: 2em;
}

.mainVisual02 .point ul {
	display: flex;
}

.mainVisual02 .point ul li {
	background-color: #111;
	text-align: center;
	padding: 3.2rem 1rem;
	border-radius: 100%;
	width: 128px;
	height: 128px;
	margin-left: 1rem;
	box-sizing: border-box;
	line-height: 1.4;
	color: #fff;
}
.mainVisual02 .point ul li.list01 span {
	font-size: 2.6rem;
}
.mainVisual02 .point ul li.list02 span {
	font-size: 2.6rem;
}
.mainVisual02 .point ul li.list03 {
	font-size: 2.4rem;
	padding: 2.6rem 1rem;
}
.more {
	text-align: center;
	z-index: 10;
    position: relative;
}
.more a {
	font-size: 2rem;
	padding: 10px 60px 10px 40px;
	border-radius: 50px;
	background-color: #004796;
	color: #fff;
	display: inline-block;
	position: relative;
	z-index: 4;
}
.more a:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #EAE32F;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 20px;
	transition: .5s;
}
.more a:hover:after {
	top: 60%;
}
.inner ul.circle li {
	padding-left: 1.5em;
	position: relative;
}
.inner ul.circle li:before {
	content: "●";
	color: #FDD772;
	position: absolute;
	top: 0;
	left: 0;
}

section h3 {
	text-align: center;
	font-size: 3.2rem;
	margin-bottom: 5rem;
	position: relative;
	padding-bottom: 1rem;
}
section h3:after {
	content: "";
	width: 2.6rem;
	height: .3rem;
	background-color: #111;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
section h3 span {
	font-size: 3.8rem;
	color: #008BD5;
}
section h3 > img {
	max-width: 50rem;
}
section {
	padding: 80px 0;
}

.sec01 {
	position: relative;
	padding-bottom: 0;
}
.sec01 .worry-area .text ul {
	display: flex;
	justify-content: center;
    align-items: center;
	flex-wrap: wrap;
}
.sec01 .worry-area .text ul li {
	padding: 2rem 5rem;
	font-size: 1.8rem;
	background-color: rgba(0,0,0,.1);
	margin: 0 .6rem 1.2rem;
}
.sec01 .worry-area .text ul li span {
	font-size: 1.2em;
	font-weight: bold;
}
.sec01 .worry-area .photo img {
	width: 250px;
    display: block;
    margin: 0 auto;
}

.sec01 .inner > img {
	display: block;
	margin: 0 auto;
	max-width: 78rem;
}
.sec01 .inner .text-box {
	padding: 3rem;
	background-color: #DDF4FF;
	margin-top: 2rem;
}
.sec01 .inner .text-box h4 {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 1rem;
}
.sec01 .inner2 h3 {
	background-color: #111;
	color: #fff;
	margin-bottom: 0;
	padding: 4rem 0;
}
.sec01 .inner2 h3:after {
	display: none;
}
/*.sec02 {
	position: relative;
	background-image: url("../../image/sec02_bg.png");
	background-position: center;
	background-repeat: repeat;
	text-align: center;
}*/
.sec02 {
	position: relative;
	background-image: url("../../image/sec10_bg.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.sec02:before {
	content: "";
    width: 0;
    height: 0;
    border: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #111;
    top: 0;
	left: 50%;
    transform: translateX(-50%);
	position: absolute;
}
.sec02 .about-area {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 5rem;
}
.sec02 .about-area .item {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 3.5rem;
	background-color: #fff;
	padding: 5rem 2rem 2rem 2rem;
	box-sizing: border-box;
	position: relative;
}
.sec02 .about-area .item img {
	display: block;
	width: 70px;
	margin: 0 auto 1rem;
}
.sec02 .about-area .item:nth-of-type(3) {
	margin-right: 0;
}
.sec02 .about-area .item .num {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #111;
	color: #fff;
	font-size: 2.2rem;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	padding: .8rem .8rem 1rem 1rem;
}
.sec03 .inner-area .item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 4.5rem;
}
.sec03 .inner-area .item .text {
	width: 65%;
}
.sec03 .inner-area .item .photo {
	width: 30%;
}
.sec03 .inner-area .item .check {
	background-color: #f0f0f0;
	padding: 1em 1.5em;
	margin-top: 1rem;
}
.sec03 .inner-area .item .check ul li {
	padding-left: 2rem;
	position: relative;
	font-weight: bold;
}
.sec03 .inner-area .item .check ul li:before {
	content: "";
	position: absolute;
	top: .9rem;
	left: 0;
	width: 1.2rem;
	height: 1.2rem;
	background-image: url("../../image/sec03_listicon.png");
	background-size: cover;
}
.sec03 .reason-area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 5rem;
}
.sec03 .reason-area .item {
	width: 31%;
	margin-bottom: 3.5rem;
	background-color: #f0f0f0;
	padding: 5rem 2rem 2rem 2rem;
	box-sizing: border-box;
	position: relative;
}
.sec03 .reason-area .item img {
	display: block;
	width: 70px;
	margin: 0 auto 1rem;
}
.sec03 .reason-area .item .num {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #111;
	color: #fff;
	font-size: 2.2rem;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	padding: .8rem .8rem 1rem 1rem;
}
.sec03 .reason-area .item h4 {
    color: #111;
    text-align: center;
    font-size: 2.2rem;
	margin-bottom: 1rem;
}
.sec03 h4 {
	color: #111;
	text-align: left;
	font-size: 2.8rem;
}
.sec03 h4 span.num {
	font-size: 1.2em;
	color: #999;
}
.sec03 h4 span.desc {
	display: inline-block;
	margin-left: 1rem;
	font-size: .6em;
	background-color: #111;
	color: #fff;
	padding: .2em .6em;
	vertical-align: 4px;
}
.sec04 {
	background-image: url("../../image/sec02_bg.png");
	background-position: center;
	background-repeat: repeat;
}
.sec04 .inner {
	max-width: 100%;
}
.sec04 .inner .center {
	font-size: 1.8rem;
	margin-bottom: 2rem;
}
.sec04 .inner .works-area .slick-slide {
	margin: 0 1rem 1.5rem;
}
.sec04 .inner .works-area .item img {
	margin-bottom: 1rem;
}
.sec05 {
	background-image: url("../../image/sec05_bg.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top left;
}
.sec05 h4 {
	text-align: center;
	font-size: 1.4em;
	margin-bottom: 2rem;
}
.sec05 .option-area {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 2rem;
}
.sec05 .option-area .item {
	width: 48%;
	padding: 2rem 3rem;
	background-color: #f0f0f0;
	box-sizing: border-box;
	margin-bottom: 2.5rem;
}
.sec05 .option-area .item .title {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1rem;
}
.sec05 .option-area .item img {
	display: block;
	margin-bottom: 1rem;
}

.sec06 {
	background-color: #f0f0f0;
}
.sec06 .inner {
	max-width: 800px;
}
.sec06 .flow-area .item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2.5rem;
	background-color: #fff;
	padding: 1.5rem 2rem 3rem 2rem;
	align-items: center;
}
.sec06 .flow-area .item .photo {
	width: 10%;
}
.sec06 .flow-area .item .photo img {
	width: 60px;
	display: block;
	margin: auto;
}
.sec06 .flow-area .item .text {
	width: 86%;
}
.sec06 .flow-area .item .text h4 {
	font-size: 2rem;
}
.sec06 .flow-area .item .text .num {
	color: #999;
	display: inline-block;
	margin-right: 1rem;
}
.sec06 .flow-area .item .text .num span {
	font-size: 1.4em;
}
.sec07 .form-area {
	margin: 2rem 0 0;
    padding: 4rem;
    border: 10px solid #eee;
}
.sec08 {
	background-color: #f0f0f0;
}
.sec08 .company-area {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.sec08 .company-area img {
	width: 48%;
}
.sec08 dl {
	width: 48%;
	margin: 0 auto;
}
.sec08 dl dt {
	width: 8em;
	float: left;
}
.sec08 dl dd {
	padding-left: 8.5em;
	padding-bottom: .4em;
	margin-bottom: .4em;
	border-bottom: 1px solid #fff;
}
.sec09 {
    position: relative;
    background-color: #fcfcfc;
}
.sec09 dl dt {
	width: 8em;
	float: left;
}
.sec09 dl dd {
	padding-left: 8em;
	border-bottom: 1px solid #ccc;
	padding-bottom: .5em;
	margin-bottom: .5em;
}
.sec09 dl dd a {
	text-decoration: underline;
}
.sec09 dl dd a:hover {
	text-decoration: none;
}
.sec09 dl dd img {
	display: inline-block;
	margin: .6rem 0;
}
.sec11 {
	background-image: url("../../image/sec11_bg.jpg");
	background-size: cover;
	background-position: center top;
}
.sec11 .showroom-area {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2rem;
}
.sec11 .showroom-area h4 {
	font-size: 2.4rem;
	margin-bottom: 1rem;
}
.sec11 .showroom-area .photo {
	max-width: 266px;
}
.sec11 .showroom-area02 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.sec11 .showroom-area02 .video {
	width: 63.5%;
}
.sec11 .showroom-area02 .youtube {
	padding-top: 56.25%;
	position: relative;
}
.sec11 .showroom-area02 .youtube iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.sec11 .showroom-area02 .photo {
	max-width: 352px;
}
section.unitas {
	padding-bottom: 0;
}
section.unitas .mv {
	background-image: url("../../image/unita_img01.png");
	background-size: cover;
	background-position: center;
	padding: 12rem 0;
    text-align: center;
}
section.unitas .mv h2 {
	font-size: 2.6rem;
    text-shadow: 0 0 3px #fff;
	margin-bottom: 2rem;
}
section.unitas .mv h3 {
	font-size: 2.4rem;
    text-shadow: 0 0 3px #fff;
	padding-bottom: 0;
}
section.unitas .mv h3:after {
	display: none;
}
section.unitas .mv h3 img {
	width: 145px;
	padding: 0 .5rem;
	vertical-align: -3px;
}
section.unitas .unitas02 {
	padding: 6rem 0;
	text-align: center;
}
section.unitas .unitas03 {
	background-color: #111;
	padding: 6rem 0;
	text-align: center;
}
section.unitas .unitas03 h3 {
	color: #fff;
}
section.unitas .unitas03 h3:after {
	background-color: #fff;
}
section.unitas .unitas03 ul {
	max-width: 840px;
	margin: 0 auto;
}
section.unitas .unitas03 ul li {
	background-color: #fff;
	padding: 2rem 3rem;
	margin-bottom: 1rem;
	text-align: left;
	list-style-type: disc;
}
section.unitas .unitas03 ul li span {
	font-size: 2rem;
    font-weight: bold;
}
section.unitas .unitas03 p.box {
	color: #fff100;
	text-align: center;
}
@media all and (min-width: 897px) {
	.contact .btn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .mainVisual {
		margin-top: 0;
		padding: 0;
	}
	.mainVisual h2 {
		font-size: 2.6rem;
	}
	.mainVisual h2 span {
		font-size: 2rem;
	}
	.mainVisual .inner {
		flex-wrap: wrap;
		padding: 10rem 0 4rem;
	}
	.mainVisual .point {
		flex-wrap: wrap;
	}
	.mainVisual .point p {
		width: 90%;
        margin: 0 auto 1.5rem;
        box-sizing: border-box;
        padding: 1em 1.5em;
	}
	.mainVisual .point ul li {
		width: 100px;
		height: 100px;
		font-size: 1.2rem;
	    padding: 2.4rem 1rem;
	}
	.mainVisual .point ul li.list03 {
		font-size: 2.4rem;
		padding: 1.6rem 1rem;
	}
	.mainVisual .point ul {
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.mainVisual02 .inner > img {
		width: 200px;
	}
	.mainVisual02 h2 {
		font-size: 2.2rem;
	}
	.mainVisual02 h2 span {
		font-size: 1.7rem;
	}
	.mainVisual02 .point {
		flex-wrap: wrap;
	}
	.mainVisual02 .point p {
		width: 90%;
        margin: 0 auto 1.5rem;
        box-sizing: border-box;
        padding: 1em 1.5em;
	}
	.mainVisual02 .point ul li {
		width: 100px;
		height: 100px;
		font-size: 1.2rem;
	    padding: 2.4rem 1rem;
		margin: 0 .4rem;
	}
	.mainVisual02 .point ul li.list03 {
		font-size: 2.4rem;
		padding: 1.6rem 1rem;
	}
	.mainVisual02 .point ul {
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.more a {
		font-size: 1.6rem;
	}
	#main {
		overflow: hidden;
	}
	#main section {
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	}
	section {
		padding: 60px 0;
	}
	section h3 {
		font-size: 2.4rem;
		margin-bottom: 3rem;
	}
	section h3 span {
		font-size: 3rem;
	}
	section h3 > img {
		max-width: 32rem;
	}
	.sec01 .worry-area .text ul li {
		padding: 1rem 3rem;
		font-size: 1.6rem;
		width: 100%;
	}
	.sec01 .worry-area .photo img {
		width: 160px;
	}
	.sec01 .inner2 h3 {
		margin-left: -15px;
		margin-right: -15px;
		font-size: 2.2rem;
        padding: 3rem 0;
	}
	.sec02 .about-area .item ,
	.sec02 .about-area .item:nth-of-type(3) {
		width: 48%;
		margin: 0 4% 2rem 0;
		padding: 5rem 1.5rem 2rem;
		box-sizing: border-box;
	}
	.sec02 .about-area .item:nth-last-of-type(2n) {
		margin-right: 0;
	}
	.sec02 .about-area .item .num {
		font-size: 1.8rem;
		width: 26px;
		height: 26px;
		top: -14px;
	}
	.sec02 .center.big {
		font-size: 2rem;
	}
	.sec03 .inner-area .item {
		flex-wrap: wrap;
	}
	.sec03 .inner-area .item .text ,
	.sec03 .inner-area .item .photo {
		width: 100%;
	}
	.sec03 .inner-area .item .photo {
		width: 60%;
		margin: 1.5rem auto 0;
	}
	.sec03 .reason-area .item {
		width: 100%;
	}
	.sec03 .reason-area .item h4 {
		font-size: 2rem;
	}
	.sec05 h4 {
		font-size: 1.8rem;
	}
	.sec05 .option-area .item {
		width: 100%;
	}
	.sec09 dl dt {
		float: none;
		width: 100%;
	}
	.sec09 dl dd {
		padding-left: 0;
	}
	.sec06 .flow-area .item .text h4 {
		font-size: 1.8rem;
	}
	.sec06 .flow-area .item .text .num {
		display: block;
	}
	.sec06 .flow-area .item {
		margin-bottom: 1.5rem;
		padding: 1rem 1.5rem 2.5rem 1.5rem;
	}
	.sec07 .form-area {
		padding: 2rem;
	}
	.sec08 .company-area {
		flex-wrap: wrap;
	}
	.sec08 .company-area img ,
	.sec08 .company-area dl {
		width: 100%;
		max-width: 100%;
	}
	.sec08 .company-area img {
		margin-bottom: 1.5rem;
	}
	.sec11 .showroom-area {
		flex-wrap: wrap;
	}
	.sec11 .showroom-area .photo ,
	.sec11 .showroom-area .text ,
	.sec11 .showroom-area .video {
		width: 100%;
		display: block;
		margin: 0 auto 2rem;
	}
	.sec11 .showroom-area .photo {
		max-width: 154px;
	}
	.unitas {
		padding: 0;
	}
	section.unitas .mv {
		margin-left: -15px;
		margin-right: -15px;
		padding: 6rem 0;
	}
	section.unitas .mv h2 {
		font-size: 2.2rem;
	}
	section.unitas .mv h3 {
		font-size: 1.8rem;
	}
	section.unitas .mv h3 img {
		padding: 1.5rem 0 .5rem;
	}
	.unitas03 {
		margin-left: -15px;
		margin-right: -15px;
	}
	.unitas03 .inner{
		padding: 0 15px;
	}
	section.unitas .unitas03 ul li span {
		font-size: 1.6rem;
	}
	section.unitas .unitas03 p.box {
		text-align: left;
	}
}