@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  header
* --------------------------------------------------------------------------------------------------*/
#header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
    /*position: fixed;*/
}
#header .header-inner {
	padding: 15px 0;
}
#header .header-inner .header-contact p:last-of-type {
	margin-left: 10px;
}

#header .header-contact .tel_switch {
	position: relative;
}

#header .header-contact .tel_switch::after {
	background: url("") no-repeat;
	background-size: cover;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 66px;
	width: 268px;
	opacity: 0;
	pointer-events: none;
	height: 0;
	transition: 0.3s;
}
#header .header-contact .tel_switch:hover::after {
	opacity: 1;
	height: 119px;
}

/* ----------------------------------------------------------------------------------------------------
*  float
* --------------------------------------------------------------------------------------------------*/

#header .cp_float{
position:fixed;
bottom: -5px;
right: 0px;
}

@media screen and (max-width: 767px) {
	#header .cp_float{
		bottom: 91%;
		right: 0px;
		width: 38%;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  footer
* --------------------------------------------------------------------------------------------------*/
#footer {
	background-color: #cccccc;
}
#footer small {
	display: block;
	padding: 20px 0;
	font-size: 1.2rem;
	text-align: center;
}

.footer-floating {
	display: none;
}


/* ----------------------------------------------------------------------------------------------------
*  main
* --------------------------------------------------------------------------------------------------*/
.contents-wrap {
	width: 1100px;
	margin: 0 auto;
}
.contents-title {
	margin-bottom: 30px;
	text-align: center;
}
.contents-title2 {
	margin: 200px 0 200px;
	text-align: center;
}
.contents-title span {
	display: block;
	margin-top: 15px;
	font-size: 1.4rem;
}
.contents-sub-title {
	position: relative;
	z-index: 10;
	margin-bottom: 40px;
}

.highlight {
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffff00 0%) repeat scroll 0 0;
	font-weight: bold;
}
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .highlight {
		background:rgba(0, 0, 0, 0) linear-gradient(transparent 40%, #ffff00 20%) repeat scroll 0 0;
	}
}

.text-area {
	width: 500px;
}


/* ----------------------------------------------------------------------------------------------------
*  main-visual
* --------------------------------------------------------------------------------------------------*/
.main-visual {
	background-image: url("../img/mainvisual_bg_02.png") ,
	                  url("../img/mainvisual_bg_01.jpg");
	background-color：#f9f9f9;
	background-repeat: no-repeat, no-repeat;
	background-position: right top, left top;
	background-size: 100% auto, 100% auto;
}
.main-visual .column {
	width: 950px;
	margin: 0 auto;
	padding: 110px 0 0;
}

/* ----------------------------------------------------------------------------------------------------
*  onayami-area
* --------------------------------------------------------------------------------------------------*/
.onayami {
  background: url(../img/onayami_bg.png) center;
  text-align: center;
  background-size: contain;
  padding: 80px 0 40px;
}

.onayami ul {
  text-align: center;
  display: inline-block;
  padding-top: 40px;
}

.onayami li {
    color: #000;
    text-align: left;
    font-weight: bold;
    font-size: 1.8rem;
    margin: 15px 0;
}

.onayami li:before {
  content: '';
  background: url(../img/check.png) center;
  background-size:cover;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.onayami li p {
  display: inline-block;
  font-weight: bold;
}

.onayami li p span {
  color: #da2323;
}

@media screen and (max-width: 640px) {
  .onayami {
  background: url(../img/onayami_bg.png) center;
  text-align: center;
  background-size: contain;
  padding: 40px 0 0px;
}
  .onayami .inners{
    padding: 20px 30px 0px;
  }
  .onayami ul{
    width: 95%;
  }
  .onayami li{
    margin: 15px 0 40px;
    font-size: 4vw;
    display: table;

  }
  .onayami li p{
    overflow: auto;
    display:block;
  }
  .onayami li:before {
    float: left;
    line-height: 1.75;
  }
  .onayami h3{
    font-size: 6vw;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  onayami2-area
* --------------------------------------------------------------------------------------------------*/
.onayami2 {
  background: url() center;
  text-align: center;
  background-size: contain;
  padding: 0px 0 40px;
}

.onayami2 ul {
  text-align: center;
  display: inline-block;
  padding-top: 40px;
}

.onayami2 li {
    color: #000;
    text-align: left;
    font-weight: bold;
    font-size: 1.8rem;
    margin: 15px 0;
}

.onayami2 li:before {
  content: '';
  background: url(../img/check_ok.png) center;
  background-size:cover;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.onayami2 li p {
  display: inline-block;
  font-weight: bold;
}

.onayami2 li p span {
  color: #3da2eb;
}

@media screen and (max-width: 640px) {
  .onayami2 {
  background: url() center;
  text-align: center;
  background-size: contain;
  padding: 0px 0 0px;
}
  .onayami2 .inners{
    padding: 00px 30px 0px;
  }
  .onayami2 ul{
    width: 95%;
  }
  .onayami2 li{
    margin: 15px 0 40px;
    font-size: 4vw;
    display: table;

  }
  .onayami2 li p{
    overflow: auto;
    display:block;
  }
  .onayami2 li:before {
    float: left;
    line-height: 1.75;
  }
  .onayami2 h3{
    font-size: 6vw;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  onayami3-area
* --------------------------------------------------------------------------------------------------*/
.onayami3 {
  background: url() center;
  text-align: center;
  background-size: contain;
  padding: 60px 0 40px;
}

@media screen and (max-width: 640px) {
  .onayami3 {
  background: url() center;
  text-align: center;
  background-size: contain;
  padding: 60px 0 0px;
}
  .onayami3 .inners{
    padding: 0px 30px 0px;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  onayami4-area
* --------------------------------------------------------------------------------------------------*/
.onayami4 {
  background: #f0f0f0;
  text-align: center;
  margin: 0 auto;
  background-size: contain;
  padding: 60px 0 0px;
}
.onayami4 p{
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .onayami4 {
  background: #f0f0f0;
  text-align: center;
  background-size: contain;
  padding: 60px 0 0px;
}
  .onayami4 .inners{
    padding: 0px 30px 0px;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  banner-area
* --------------------------------------------------------------------------------------------------*/
.banner-area {
	background-color: #fedd78;
	padding: 35px 0;
}

.banner-area .cpbnr {
	text-align: center;
	margin-bottom:0px;
}

.banner-area p {
	width: 1100px;
    margin: 0 auto 15px;
    font-size: 1.6rem;
}

.contact-area .cpbnr {
	text-align: center;
	margin-top: -30px;
	margin-bottom: 40px;
}
.reflection {
	width: 1100px;
	height: 280px;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin: auto;
	margin-bottom: 20px;
  }
  .reflection::after {
	content: "";
	display: block;
	width: 30px;
	height: 100%;
	position: absolute;
	top: -180px;
	left: 0;
	background-color: #FFF;
	opacity: 0;
	transform: rotate(45deg);
	animation: reflect 2s ease-in-out infinite;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflect 2s ease-in-out infinite;
  }
  @keyframes reflect {
	0% { transform: scale(0) rotate(45deg); opacity: 0; }
	80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { transform: scale(4) rotate(45deg); opacity: 1; }
	100% { transform: scale(50) rotate(45deg); opacity: 0; }
  }
  @-webkit-keyframes reflect {
	0% { transform: scale(0) rotate(45deg); opacity: 0; }
	80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
	81% { transform: scale(4) rotate(45deg); opacity: 1; }
	100% { transform: scale(50) rotate(45deg); opacity: 0; }
  }

@media screen and (max-width: 767px) {
	.contact-area .cpbnr {
		margin-top: 0px;
		margin-bottom: 20px;
	}
    
    .banner-area p {
	width: auto;
    margin: 0 auto 20px;
    font-size: 1.3rem;
    
}
    
	.reflection {
		width: 630px;
		height: auto;
		position: relative;
		overflow: hidden;
		text-align: center;
		width: 100%;
		margin: auto;
	  }
}


/* ----------------------------------------------------------------------------------------------------
*  モーダルCSS
* --------------------------------------------------------------------------------------------------*/
.modalArea {
  display: none;
  position: fixed;
  z-index: 100; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalArea h1{
  font-weight: bold;
  color: #00C88C;
}
.modalArea p{
  font-size: 1.4rem;
}
.modalArea .small{
  margin-top: 5px;
  font-size: 1.0rem;
  line-height: 1.5;
}


.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 500px;
  padding: 30px 30px;
  background-color: #fff;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}


/* ----------------------------------------------------------------------------------------------------
*  about-area
* --------------------------------------------------------------------------------------------------*/
.about-area {
	background: #c0e0fb;
	background-size: contain;
	padding: 120px 0 120px;
}
. movie{
     position: relative;
     padding-bottom: 0px;
     overflow: hidden;
     margin-bottom: 0px;
}


/* ----------------------------------------------------------------------------------------------------
*  strategy-area
* --------------------------------------------------------------------------------------------------*/
.strategy-area {
	padding: 0px 0 0;
}
.strategy-area .contents-wrap {
	margin-bottom: 120px;
}
.strategy-area .contents-wrap .text-area p a {
	color: #ff280a;
	text-decoration: underline;
}
.strategy-area .contents-wrap .parts-list h4 {
	margin-top: 10px;
}
.strategy-area .contents-wrap .parts-list ul {
	padding-top: 10px;
}
.strategy-area .contents-wrap .parts-list ul li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.strategy-area .contents-wrap .parts-list ul li p {
	margin-left: 15px;
	font-size: 1.6rem;
	line-height: 1.5em;
}
.strategy-area .contents-wrap.is-photo {
	margin-top: -170px;
	margin-bottom: 0;
}
.voice img{
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
.strategy-area {
	padding: 0px 0 0;
}
}
/* ----------------------------------------------------------------------------------------------------
*  flow-area
* --------------------------------------------------------------------------------------------------*/
.flow-area {
	background: url("../img/example_bg.jpg") left bottom no-repeat;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 60px 0 240px;
}

.flow-area span{
	text-align: center;
}

.flow-area .flow-list .flow-item {
	position: relative;
}

.flow-area .flow-list .flow-item .flow-item-inner {
	background-color: #63a8f8;
	padding: 20px;
	border-radius: 5px;
	min-height: 450px;
}
.flow-area .flow-list .flow-item:after {
	position: absolute;
	content: "";
	background: url("../img/flow_icon_arrow.png") center center no-repeat;
	width: 23px;
	height: 41px;
	top: 50%;
	right: -30px;
	transform: translateY(-50%) translateX(0);
	-webkit-transform: translateY(-50%) translateX(0);
	z-index: 99;
}
.flow-area .flow-list .flow-item:last-of-type:after {
	content: none;
}
.flow-area .flow-list .flow-item p {
	width: 200px;
	margin-top: 10px;
	font-size: 14px;
}

/* ----------------------------------------------------------------------------------------------------
*  flow2-area
* --------------------------------------------------------------------------------------------------*/
.flow2-area {
	background: url("") center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 90px 0 60px;
}

.flow2-area span{
	text-align: center;
}

.flow2-area .flow-list .flow-item {
	position: relative;
}

.flow2-area .flow-list .flow-item .flow-item-inner {
	background-color: #c0e0fb;
	padding: 20px;
	border-radius: 5px;
	min-height: 450px;
	margin:0 auto;
	text-align: center;
}

.flow2-area .flow-list .flow-item p {
	width: 300px;
	margin-top: 10px;
	font-size: 14px;
}


/* ----------------------------------------------------------------------------------------------------
*  example-area
* --------------------------------------------------------------------------------------------------*/
.example-area {
	background: url("../img/example_bg.jpg") left bottom no-repeat;
	padding: 30px 0 200px;
}
.example-area .example-list li {
	width: 340px;
	margin-bottom: 60px;
}
.example-area .example-list li figure {
	margin-bottom: 20px;
}
.example-area .example-list li p {
	font-size: 1.4rem;
}

.example-area .service-box {
	background-color: #ededed;
	padding: 55px 60px 65px;
	border-radius: 10px;
}
.example-area .service-box .contents-sub-title {
	margin-bottom: 35px;
}
.example-area .service-box .service-list {
	margin-bottom: 40px;
}
.example-area .service-box .service-list li {
	position: relative;
	background-color: #fff;
	width: 320px;
	margin-bottom: 10px;
	padding: .75rem .5rem .75rem 4rem;
	font-size: 1.4rem;
	font-weight: bold;
	border-radius: 50px;
	box-sizing: border-box;
}
.example-area .service-box .note{
    margin-bottom: 0px;
}
.example-area .service-box .rednote{
    color:#FF0000;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 1.3;
}

@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .example-area .service-box .service-list li {
		padding: 0.5rem .5rem .5rem 4rem;
	}
}

.example-area .service-box .service-list li:before {
	position: absolute;
	content: url("../img/service_list_icon.png");
	width: 27px;
	height: 27px;
	top: .6rem;
	left: .5rem;
}
.example-area .service-box .service-option-list {
	margin-bottom: 10px;
    flex-wrap: wrap;
    
}
.example-area .service-box .service-option-list li {
	margin-bottom: 8px;
    
}
.example-area .service-box .note {
	font-size: 1.2rem;
	line-height: 1.75rem;
}
.example-area .service-box .mainte span{
    font-size: 1.8rem;
    padding-bottom: 20px;
}

/* ----------------------------------------------------------------------------------------------------
*  example-area2
* --------------------------------------------------------------------------------------------------*/

.example-area2 {
	background-color: #f0f0f0;
	padding: 90px 0 90px;
}
.example-area2 h4 {
  font-size: 26px;
  margin: 0;
  position: relative;
  font-weight:bold;
}
.example-area2 .example-list li {
	width: 340px;
	margin-bottom: 60px;
}
.example-area2 .example-list li figure {
	margin-bottom: 20px;
}
.example-area2 .example-list li p {
	font-size: 1.4rem;
}

.example-area2 .service-box {
	background-color: #ffffff;
	padding: 55px 60px 65px;
	border-radius: 10px;
}
.example-area2 .service-box .contents-sub-title {
	margin-bottom: 35px;
}
.example-area2 .service-box .service-list {
	margin-bottom: 40px;
}
.example-area2 .service-box .service-list li {
	position: relative;
	background-color: #fff;
	width: 320px;
	margin-bottom: 10px;
	padding: .75rem .5rem .75rem 4rem;
	font-size: 1.4rem;
	font-weight: bold;
	border-radius: 50px;
	box-sizing: border-box;
}
.example-area2 .service-box .note{
    margin-bottom: 0px;
}
.example-area2 .service-box .rednote{
    color:#FF0000;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 1.3;
}
.example-area2 .service-box .mainte .plan01,
.example-area2 .service-box .mainte .plan02,
.example-area2 .service-box .mainte .plan03{
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.example-area2 .service-box .mainte .planttl{
    font-size: 2rem;
    font-weight: bold;
    color: #FF280A;
}
.example-area2 .service-box .mainte .min{
    font-size: 1.3rem;
    font-weight: bold;
}
.example-area2 .service-box .mainte p{
    font-size:1.4rem;
    line-height: 1.7;
}
.example-area2 .service-box .mainte .contents{
    margin-top: 5px;
}

@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .example-area2 .service-box .service-list li {
		padding: 0.5rem .5rem .5rem 4rem;
	}
}

.example-area2 .service-box .service-list li:before {
	position: absolute;
	content: url("../img/service_list_icon.png");
	width: 27px;
	height: 27px;
	top: .6rem;
	left: .5rem;
}
.example-area2 .service-box .service-option-list {
	margin-bottom: 10px;
    flex-wrap: wrap;
    
}
.example-area2 .service-box .service-option-list li {
	margin-bottom: 8px;
    
}
.example-area2 .service-box .note {
	font-size: 1.2rem;
	line-height: 1.75rem;
}
.example-area2 .service-box .mainte span{
    font-size: 1.8rem;
    padding-bottom: 20px;
}

/* ----------------------------------------------------------------------------------------------------
*  example-area3
* --------------------------------------------------------------------------------------------------*/

.example-area3 {
	background-color: #c0e0fb;
	padding: 90px 0 90px;
}
.example-area3 h4 {
  font-size: 26px;
  margin: 0;
  position: relative;
  font-weight:bold;
}
.example-area3 .example-list li {
	width: 340px;
	margin-bottom: 60px;
}
.example-area3 .example-list li figure {
	margin-bottom: 20px;
}
.example-area3 .example-list li p {
	font-size: 1.4rem;
}

.example-area3 .service-box {
	background-color: #ffffff;
	padding: 60px 0;
	border-radius: 10px;
}
.example-area3 .service-box .contents-sub-title {
	margin-bottom: 35px;
}
.example-area3 .service-box .service-list {
	margin-bottom: 40px;
}
.example-area3 .service-box .service-list li {
	position: relative;
	background-color: #fff;
	width: 320px;
	margin-bottom: 10px;
	padding: .75rem .5rem .75rem 4rem;
	font-size: 1.4rem;
	font-weight: bold;
	border-radius: 50px;
	box-sizing: border-box;
}
.example-area3 .service-box .note{
    margin-bottom: 0px;
}
.example-area3 .service-box .rednote{
    color:#FF0000;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 1.3;
}
.example-area3 .service-box .mainte .plan01,
.example-area3 .service-box .mainte .plan02,
.example-area3 .service-box .mainte .plan03{
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.example-area3 .service-box .mainte .planttl{
    font-size: 2rem;
    font-weight: bold;
    color: #FF280A;
}
.example-area3 .service-box .mainte .min{
    font-size: 1.3rem;
    font-weight: bold;
}
.example-area3 .service-box .mainte p{
    font-size:1.4rem;
    line-height: 1.7;
}
.example-area3 .service-box .mainte .contents{
    margin-top: 5px;
}

@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .example-area3 .service-box .service-list li {
		padding: 0.5rem .5rem .5rem 4rem;
	}
}

.example-area3 .service-box .service-list li:before {
	position: absolute;
	content: url("../img/service_list_icon.png");
	width: 27px;
	height: 27px;
	top: .6rem;
	left: .5rem;
}
.example-area3 .service-box .service-option-list {
	margin-bottom: 10px;
    flex-wrap: wrap;
    
}
.example-area3 .service-box .service-option-list li {
	margin-bottom: 8px;
    
}
.example-area3 .service-box .note {
	font-size: 1.2rem;
	line-height: 1.75rem;
}
.example-area3 .service-box .mainte span{
    font-size: 1.8rem;
    padding-bottom: 20px;
}




/* ----------------------------------------------------------------------------------------------------
*  faq-area
* --------------------------------------------------------------------------------------------------*/
.faq-area {
	background-color: #c0e0fb;
	padding: 30px 0 50px;
}
.faq-area ul .question,
.faq-area ul .answer {
	position: relative;
	margin-bottom: 30px;
	padding: 1.5rem .5rem 1.5rem 7rem;
	box-sizing: border-box;
}
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .faq-area ul .question {
		padding: 2rem .5rem 1rem 7rem;
	}
	*::-ms-backdrop, .faq-area ul .answer {
		padding: 2rem .5rem 1rem 7rem;
	}
}

.faq-area ul .question {
	background-color: #fff;
	margin-bottom: 15px;
	border-radius: 20px;
}
.faq-area ul .question:before,
.faq-area ul .answer:before {
	position: absolute;
	content: '';
	background: url("../img/faq_icon_q.png");
	width: 51px;
	height: 51px;
	top: .6rem;
	left: .5rem;
}
.faq-area ul .answer:before {
	background: url("../img/faq_icon_a.png");
}
.faq-area ul li a {
	color: #ff280a;
	text-decoration: underline;
}
.faq-area ul li a:hover {
	text-decoration: none;
}


/* ----------------------------------------------------------------------------------------------------
*  contact-area
* --------------------------------------------------------------------------------------------------*/
.contact-area {
	background-image: url("../img/contact_bg_03.png") ,
	                  url("../img/contact_bg_02.png") ,
	                  url("../img/contact_bg_01.png");
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: center bottom, left bottom, right top;
	background-size: auto auto, auto auto, auto auto;
	padding: 120px 0 200px;
}
.contact-area .contact-title {
	background-color: #0a8fff;
	padding: 1rem 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .contact-area .contact-title {
		padding: 1.25rem 0 .75rem;
	}
}
.contact-area .contact-form {
	width: 700px;
	box-shadow: 0 0 6px 3px rgba(0, 0, 0, .1);
	border-radius: 10px;
	overflow: hidden;
}
.contact-area .contact-form .form {
	background-color: rgba(255, 255, 255, .8);
	padding: 20px 40px 30px;
}
.contact-area .contact-form .form-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #000;
}
.contact-area .contact-form .form-wrap .form-inner {
	width: 100%;
}
.formErrorContent{
	box-sizing: border-box;
}
.contact-area .contact-form .form-wrap.check-wrap,
.contact-area .contact-form .form-wrap.comment-wrap {
	align-items: flex-start;
}
.contact-area .contact-form .form-wrap .form-contents-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 225px;
	min-width: 225px;
	margin-right: 10px;
	font-size: 1.4rem;
}
.contact-area .contact-form .form-wrap .form-contents-title span {
	font-size: 1.4rem;
}
.contact-area .contact-form .form-wrap .form-contents-title .required {
	display: block;
	background-color: #ff280a;
	padding: 2px 5px;
	color: #fff;
	font-size: 10px;
	line-height: 1.25rem;
}
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .contact-area .contact-form .form-wrap .form-contents-title .required {
		margin-bottom: 5px;
		padding: 3px 5px 1px;
	}
}

.contact-area .contact-form input[type="checkbox"] {
	width: 1px;
	visibility: hidden;
	margin-left: -1px;
}
.contact-area .contact-form input[type="radio"] {
	width: 1px;
	visibility: hidden;
	margin-left: -1px;
}
.contact-area .contact-form .form-contents-check {
	position: relative;
	padding-left: 2rem;
	cursor: pointer;
}
.contact-area .contact-form .form-contents-check:before,
.contact-area .contact-form .form-contents-check:after {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-50%) translateX(0);
	-webkit-transform: translateY(-50%) translateX(0);
	width: 1.25rem;
	height: 1.25rem;
	content: '';
	border: 1px solid #ccc;
	background: #ffffff;
}
.contact-area .contact-form .form-contents-check.form-radio:before,
.contact-area .contact-form .form-contents-check.form-radio:after {
	border-radius: 50%;
}
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .contact-area .contact-form .form-contents-check:before {
		top: 40%;
	}
	*::-ms-backdrop, .contact-area .contact-form .form-contents-check:after {
		top: 40%;
	}
}
.contact-area .contact-form .form-contents-check:after {
	z-index: 0;
	border: none;
}
.contact-area .contact-form input[type='checkbox']:checked + label.form-contents-check::before {
	border: 1px solid #000;
	background: #000;
}
.contact-area .contact-form input[type='radio']:checked + label.form-contents-check::before {
	border: 1px solid #000;
	background: #FF0000;
	background: #000;
}
.contact-area .contact-form input[type=text],
.contact-area .contact-form select {
	width: 100%;
	padding: 8px 10px;
	/*border: 1px solid #ccc;*/
	border-radius: 5px;
}
.contact-area .contact-form select {
	min-height: 41px;
}

@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, .contact-area .contact-form select {
		padding: 10px;
	}
}

.contact-area .contact-form .post-number-wrap .form-inner {
	width: 190px;
}

.contact-area .contact-form .select-wrap {
	position: relative;
	width: 190px;
}
.contact-area .contact-form .select-wrap:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(0);
	-webkit-transform: translateY(-50%) translateX(0);
	right: 3px;
	bottom: 0;
	width: 32px;
	height: 32px;
	background: #fac850;
	border-radius: 3px;
	pointer-events: none;
}
.contact-area .contact-form .select-wrap:after {
	position: absolute;
	top: 53%;
	transform: translateY(-50%) translateX(0);
	-webkit-transform: translateY(-50%) translateX(0);
	right: 0.7em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
	pointer-events: none;
}
.contact-area .contact-form textarea {
	width: 100%;
	height: 100px;
	padding: 8px 10px;
	/*border: 1px solid #ccc;*/
	border-radius: 5px;
	resize: vertical;
}
.contact-area .contact-form .disclaimer {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 8px 10px;
	height: 150px;
	overflow-y:scroll;
	width: 100%;
}
.contact-area .contact-form .disclaimer h2, .contact-area .contact-form .disclaimer h3 {
	font-size: 1.3rem;
}
.contact-area .contact-form .disclaimer p {
	font-size: 1.3rem;
	margin-bottom: 20px;
}
.contact-area .contact-form .disclaimer ul, .contact-area .contact-form .disclaimer ol {
	margin-bottom: 20px;
}
.contact-area .contact-form .disclaimer li {
	font-size: 1.3rem;
	line-height: 1.4;
	margin-bottom: 10px;
}
.contact-area .contact-form .privacy_check {
	margin: 20px 0;
}
.contact-area .contact-form .privacy_check label {
	display: block;
	font-size: 1.4rem;
}
.contact-area .contact-form .privacy_check input[type= checkbox] {
	position: absolute;
}

.contact-area .contact-form .submit-button {
	margin-top: 35px;
}
.contact-area .contact-form .submit-button input.btn_submit {
	display: block;
	background: url(../img/contact_button_form.png) no-repeat top center;
	width: 421px;
	height: 79px;
	margin: 0 auto;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
}
.contact-area .contact-form .submit-button input.btn_submit:hover {
	background: url(../img/contact_button_form.png) no-repeat bottom center;
}

.contact-area .contact-about {
	width: 320px;
}
.contact-area .contact-about .contact-title  {
	margin-bottom: 20px;
	border-radius: 10px;
}
.contact-area .contact-about .telnavi {
	width: 100%;
	}
.contact-area .contact-about .tel_number {
	line-height: 1.8em;
}
.contact-area .contact-about .tel_number figcaption {
	font-size: 1.4rem;
}
.contact-area .contact-about .company-about {
	margin: 25px 0 30px;
	padding: 30px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.contact-area .contact-about .company-about .company-logo {
	margin-bottom: 10px;
}
.contact-area .contact-about .company-about .text-area {
	width: auto;
	margin-bottom: 20px;
	font-size: 1.4rem;
	line-height: 2.5rem;
}
.contact-area .contact-about .note {
	font-size: 1.2rem;
}
.contact-area .contact-about .contact-banner-list li a {
	transition: 0.3s;
}
.contact-area .contact-about a:hover {
	opacity: 0.7;
}

/* -------------------------------------------------------------------------------------------------
*  confirm
* -----------------------------------------------------------------------------------------------*/

.confirm p.confirm_lead, .finish p.finish_lead {
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;	
}
.finish p.finish_lead a {
	text-decoration: underline;
}
.finish p.finish_lead a:hover {
	text-decoration: none;
}

.confirm .contact-area .contact-form {
	margin: 0 auto;
}
.confirm .form-wrap .chack-list,
.confirm .form-wrap p {
	font-size: 1.4rem;
}
.confirm .privacy_check p {
	font-size: 1.4rem;
}
.confirm .submit-button {
	display: flex;
	justify-content: center;
}
.confirm .submit-button .btn {
	background: #ff280a;
	border-radius:100px;
	color: #fff;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 2%;
	padding: 15px 35px;
}
.confirm .submit-button .btn:hover {
	opacity: 0.7;
}

.confirm .submit-button .btn.back {
	background: #000;
}

.ie .confirm .submit-button .btn {
	padding-bottom: 10px;
}

.boxscl2 {
    width: 95%;
    font-size: 1.5rem;
    height: 140px;
    padding: 20px 20px;
    border: 1px solid #000;
    overflow-y: scroll;
}

/* ----------------------------------------------------------------------------------------------------
*  SP
* --------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	/* -------------------------------------------------------------------------------------------------
	*  header
	* -----------------------------------------------------------------------------------------------*/
	#header .header-inner {
		width: 95%;
	}
	.logo{
		width:180px ;
	}


	/* -------------------------------------------------------------------------------------------------
	*  footer
	* -----------------------------------------------------------------------------------------------*/
	#footer {
		padding-bottom: 17vw;
	}
	.footer-floating {
		display: block;
		position: fixed;
		bottom: 0;
		padding: 0 5%;
		z-index: 10;
	}
	.footer-floating p {
		margin: 0 1%;
	}



	/* ----------------------------------------------------------------------------------------------------
	*  main
	* --------------------------------------------------------------------------------------------------*/
	.contents-wrap {
		width: 100%;
	}
	.contents-title,
	.contents-sub-title {
		margin-bottom: 2rem;
	}
	.text-area {
		width: 100%;
	}


	/* ----------------------------------------------------------------------------------------------------
	*  main-visual
	* --------------------------------------------------------------------------------------------------*/
	.main-visual {
		background-image: url(../img/sp/mainvisual_bg_02.png),
		                  url(../img/sp/mainvisual_bg_01.jpg);
		background-repeat: no-repeat, no-repeat;
		background-position: right top, left bottom;
		background-size: 100% auto, 100% auto;
	}
	.main-visual .column {
		width: 100%;
	}
    	.main-visual .column .order2 {
		margin-top: -3.5rem;
	}
	.main-visual .column figure {
		margin-top: 1.5rem;
	}


	/* ----------------------------------------------------------------------------------------------------
	*  banner-area
	* --------------------------------------------------------------------------------------------------*/
	.banner-area {
		padding: 2rem 5%;
	}
	.banner-area a {
		display: block;
		margin-bottom: 1rem;
		line-height: 1;
	}
	.banner-area a:last-of-type {
		margin-bottom: 0;
	}


	/* ----------------------------------------------------------------------------------------------------
	*  about-area
	* --------------------------------------------------------------------------------------------------*/
	.about-area {
		background: #c0e0fb;
		background-size: contain;
		padding: 5rem 5%;
	}
	.about-area .text-area,
	.about-area figure {
		margin-bottom: 2rem;
	}
    .movie {
     position: relative;
     padding-bottom:0px;
     overflow: hidden;
     margin-bottom: 0px;
}


	/* ----------------------------------------------------------------------------------------------------
	*  strategy-area
	* --------------------------------------------------------------------------------------------------*/
	.strategy-area {
		padding: 5rem 0 2rem;
	}
	.strategy-area .contents-wrap {
		margin-bottom: 4rem;
		padding: 0 5%;
		box-sizing: border-box;
	}
	.strategy-area .text-area,
	.strategy-area figure {
		margin-bottom: 2rem;
	}
	.strategy-area .parts-list {
		margin-bottom: 3rem;
	}
	.strategy-area .contents-wrap.is-photo {
		margin-top: -16vw;
		margin-bottom: 0;
	}
	.strategy-area .contents-wrap.is-photo .text-area {
		margin-bottom: 0;
	}
    .voice img{
    margin-top: 10px;
}


	/* ----------------------------------------------------------------------------------------------------
	*  flow-area
	* --------------------------------------------------------------------------------------------------*/
	.flow-area {
		background: url("../img/sp/example_bg.png") left 0 bottom -1px no-repeat;
		background-size: contain;
		padding: 5rem 0 100px;
	}
	.flow-area .contents-title {
		padding: 0 5%;
	}
	.flow-area .flow-list .flow-item {
		padding: 0 4vw;
		width: 70%;
		margin: 10px auto;
	}
	.flow-area .flow-list .flow-item:after {
		content: none;
	}
	.flow-area .flow-list .flow-item .flow-item-inner {
 		margin: 0 auto;
		text-align : center; 
	}
	.flow-area .flow-list .flow-item .flow-item-inner img {
		margin: 0 auto;
	}

	.flow-area .flow-list .flow-item .flow-item-inner p {
		width: 100%;
	}
	/* ----------------------------------------------------------------------------------------------------
	*  flow2-area
	* --------------------------------------------------------------------------------------------------*/
	.flow2-area {
		background: url("") center bottom no-repeat;
		background-size: contain;
		padding: 5rem 0 60px;
	}
	.flow2-area .contents-title {
		padding: 0 5%;
	}
	.flow2-area .flow-list .flow-item {
		padding: 0 4vw;
		width: 70%;
		margin: 10px auto;
	}
	.flow2-area .flow-list .flow-item:after {
		content: none;
	}
	.flow2-area .flow-list .flow-item .flow-item-inner {
 		margin: 0 auto;
		text-align : center; 
	}
	.flow2-area .flow-list .flow-item .flow-item-inner img {
		margin: 0 auto;
	}

	.flow2-area .flow-list .flow-item .flow-item-inner p {
		width: 100%;
	}


	/* ----------------------------------------------------------------------------------------------------
	*  example-area
	* --------------------------------------------------------------------------------------------------*/
	.example-area {
		padding: 30px 20px;
	}
	.example-area .text-area {
		width: 100%;
	}
	.example-area .example-list {
		margin-bottom: 2rem;
	}
	.example-area .example-list li {
		width: 48%;
		margin-bottom: 2rem;
	}
	.example-area .service-box {
		padding: 5rem 5% 3rem;
	}
	.example-area .service-box .service-list-wrap {
		margin-bottom: 40px;
	}
	.example-area .service-box .service-list {
		width: 100%;
		margin-bottom: 0;
	}
	.example-area .service-box .service-list li {
		width: 100%;
		border-radius: 18px;
	}
	.example-area .service-box .contents-sub-title {
		margin-bottom: 1.5rem;
	}
	.example-area .service-box .service-option-list {
		margin-bottom: 4rem;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.example-area .service-box .service-option-list li {
		display: inline-block;
		width: 200px;
	}
	.example-area .service-box .service-option-list::-webkit-scrollbar {
		width: 15px;
	}
	.example-area .service-box .service-option-list::-webkit-scrollbar-track {
		background: #ffd78b;
		border-left: solid 1px #ffd78b;
	}
	.example-area .service-box .service-option-list::-webkit-scrollbar-thumb {
		background: #000;
		box-shadow: inset 0 0 0 3px #ffd78b;
	}

	.example-area2 {
		padding: 60px 5% 80px;
		background-color: #f0f0f0;
	}
	.example-area2 .text-area {
		width: 100%;
	}
	.example-area2 .example-list {
		margin-bottom: 2rem;
	}
	.example-area2 .example-list li {
		width: 48%;
		margin-bottom: 2rem;
	}
	.example-area2 .service-box {
		padding: 5rem 5% 3rem;
	}
	.example-area2 .service-box .service-list-wrap {
		margin-bottom: 40px;
	}
	.example-area2 .service-box .service-list {
		width: 100%;
		margin-bottom: 0;
	}
	.example-area2 .service-box .service-list li {
		width: 100%;
		border-radius: 18px;
	}
	.example-area2 .service-box .contents-sub-title {
		margin-bottom: 1.5rem;
	}
	.example-area2 .service-box .service-option-list {
		margin-bottom: 4rem;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.example-area2 .service-box .service-option-list li {
		display: inline-block;
		width: 200px;
	}
	.example-area2 .service-box .service-option-list::-webkit-scrollbar {
		width: 15px;
	}
	.example-area2 .service-box .service-option-list::-webkit-scrollbar-track {
		background: #ffd78b;
		border-left: solid 1px #ffd78b;
	}
	.example-area2 .service-box .service-option-list::-webkit-scrollbar-thumb {
		background: #000;
		box-shadow: inset 0 0 0 3px #ffd78b;
	}

	.example-area3 {
		padding: 60px 5% 80px;
		background-color: #c0e0fb;
	}
	.example-area3 .text-area {
		width: 100%;
	}
	.example-area3 .example-list {
		margin-bottom: 2rem;
	}
	.example-area3 .example-list li {
		width: 48%;
		margin-bottom: 2rem;
	}
	.example-area3 .service-box {
		padding: 5rem 5% 3rem;
	}
	.example-area3 .service-box .service-list-wrap {
		margin-bottom: 40px;
	}
	.example-area3 .service-box .service-list {
		width: 100%;
		margin-bottom: 0;
	}
	.example-area3 .service-box .service-list li {
		width: 100%;
		border-radius: 18px;
	}
	.example-area3 .service-box .contents-sub-title {
		margin-bottom: 1.5rem;
	}
	.example-area3 .service-box .service-option-list {
		margin-bottom: 4rem;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}


	/* ----------------------------------------------------------------------------------------------------
	*  faq-area
	* --------------------------------------------------------------------------------------------------*/
	.faq-area {
		padding: 5rem 5% 2rem;
	}
	.faq-area ul .question {
		border-radius: 20px;
	}
	.faq-area ul .question:before,
	.faq-area ul .answer:before {
		background-size: 44px auto;
		width: 44px;
		height: 44px;
	}


	/* ----------------------------------------------------------------------------------------------------
	*  contact-area
	* --------------------------------------------------------------------------------------------------*/
	.contact-area {
		background-image: url("../img/sp/contact_bg_03.png") ,
		                  url("../img/sp/contact_bg_02.png") ,
		                  url("../img/sp/contact_bg_01.png");
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-position: center bottom, left bottom, right top;
		background-size: 100% auto, contain, contain;
		padding: 5rem 5% 25vw;
	}
	.contact-area .contact-form {
		width: 100%;
		margin-bottom: 4rem;
	}
	.contact-area .contact-form .form {
		padding: 20px 40px 60px;
	}
	.contact-area .contact-form .form-wrap {
		display: block;
		width: 100%;
		min-width: auto;
		margin-right: 0;
		padding-bottom: 0;
		border: none;
	}
	.contact-area .contact-form .form-wrap.check-wrap {
		padding-bottom: 10px;
		border-bottom: 1px solid #ccc;
	}
	.contact-area .contact-form .form-wrap .form-contents-title {
		justify-content: flex-start;
	}
	.contact-area .contact-form .form-wrap .form-contents-title .required {
		margin-left: 1rem;
	}
	.contact-area .contact-form .post-number-wrap .form-inner,
	.contact-area .contact-form .select-wrap {
		width: 100%;
	}
	.contact-area .contact-form .select-wrap:after {
		right: 1.3rem;
	}
	.contact-area .contact-form  .privacy_check .form-contents-check:before, .contact-area .contact-form .privacy_check .form-contents-check:after {
		top: 12px;
	}
	.contact-area .contact-form .submit-button input.btn_submit {
		background: url(../img/sp/contact_button_form.png) no-repeat 0 0;
		background-size: 100% auto;
		width:100%;
		height: 14vw;
	}
	.contact-area .contact-form .submit-button input.btn_submit:hover {
		background: url(../img/sp/contact_button_form.png) no-repeat 0 0;
		background-size: 100% auto;
	}
	.contact-area .contact-about {
		width: 100%;
	}
	.contact-area .contact-about .company-about {
		margin: 1rem 0 2rem;
		padding: 2rem 0;
	}
	.contact-area .contact-about .company-about .text-area {
		margin-bottom: 2rem;
		padding-bottom: 2rem;
		border-bottom: 1px solid #ccc;
	}
	.contact-area .contact-about .contact-banner-list li {
		width: 48%;
		margin-bottom: 10px;
		font-size: 0;
	}
	.contact-area .contact-about .contact-banner-list li:nth-of-type(n+3) {
		margin-bottom: 0;
	}
	.contact-area .contact-about .contact-banner-list li a,
	.contact-area .contact-about .contact-banner-list li a img {
		width: 100%;
	}
    .contact-area .contact-about .company-about .company-logo {
	text-align: center;
}
	/* ----------------------------------------------------------------------------------------------------
	*  contfirm
	* --------------------------------------------------------------------------------------------------*/
	.confirm p.confirm_lead, .finish p.finish_lead {
		font-size: 1.4rem;
	}
	.confirm .contact-area {
		padding-top: 80px;
	}
	.finish .contact-area {
		padding: 120px 0;
	}
	.confirm .contact-area .contact-form .form-wrap .form-contents-title {
		font-weight: bold;
		}
	.confirm .submit-button {
		display: block;
	}
	.confirm .submit-button .btn {
		width: 100%;
	}
	.confirm .submit-button .btn + .btn {
		margin-top: 10px;
	}



.boxscl2 {
    width: auto;
    font-size: 1.4rem;
    height: 270px;
}
}
/* ----------------------------------------------------------------------------------------------------
*  loopslider
* --------------------------------------------------------------------------------------------------*/
.c_result{
  padding:60px 0;
  background: #f0f0f0;
  margin-bottom: 30px;
}
.c_result h2{
  margin-bottom: 60px;
  text-align : center;
}
.c_result span{
  margin-bottom: 40px;
  margin: 0 auto;
  text-align : center;
}

.atras{
  position: relative;
  height: 320px;
}

#loopslider {
    margin: 0 auto;
    text-align: left;
	position:absolute;
	top:0px;
	z-index:998;
  width: 100%;
  height: 270px;
  overflow: hidden;
}

#loopslider ul {
    float: left;
    display: inline-block;
    overflow: hidden;
    width: auto !important;
}

#loopslider ul li {
    float: left;
	margin-left:10px;
	width: 250px;
    overflow: hidden;
}
#loopslider ul li img{
  width: 100%;
}


/*==========　会社概要・アクセス ===========*/
.about {
	padding: 110px 0 0;
}
.about .flex {
	align-items: flex-start;
}
.about .img {
	margin-top: 10px;
}
.about .txt {
	width: auto;
}
.about .txt p {
	text-align:center;
}

.about .about_tbl {
	width: 100%;
}

.about table {
	width: 100%;
	margin:0 auto;
}

.about .about_tbl th, .about .about_tbl td {
	font-size: 1.4rem;
	vertical-align: top;
	
}
.about .about_tbl th {
	min-width: 100px;
}
.about .about_tbl td a {
	color: #333;
}
.about .about_tbl td a:hover {
	opacity: 0.5;
}
.about .about_tbl td a.nobdr {
	text-decoration: none;
}


.about .about_tbl .detail td {
	line-height: 1;
}
.about .map {
	margin-top: 70px;
}
.about .map iframe {
	height: 280px;
	vertical-align: middle;
	width: 100%;	
}

@media screen and (max-width: 767px) {
	.about {
		padding: 60px 0 0;
		margin:0 auto;
	}
	.about .img {
		margin: 0 auto 20px;
		width: 60%;
	}
	.about .txt {
		width: auto;
		margin:0 auto;
	}
	.about .about_tbl th, .about .about_tbl td {
		letter-spacing: 0;
		padding: 2px 0;
		font-size: 1.4rem;
	}
	.about .about_tbl th {
		min-width: 70px;
	}
	.about .about_tbl .detail td {
		line-height: 1.8;
	}
	.about .map {
		margin-top: 50px;
	}
	.about .map iframe {
		height: 140px;
		width: 100%;
	}
}
/*==========　お問い合わせ・オファー ===========*/
.contact {
	padding: 110px 0 120px;
	background: #f2f2f2;
}

.contact .offer .unit {
	margin-bottom: 40px;
}
.contact .offer .unit.img {
	padding:0;
	background: none;
}
.contact .offer .unit .ttl {
	font-size: 2.4rem;
	font-weight: 900;
	padding: 13px 20px;
	text-align: center;
}
.contact .offer .unit .content {
	padding: 50px 20px 40px;
	text-align: center;
}
.contact .offer .unit .content p {
	margin: 10px 0;
	text-align: center;
}

.contact .offer .unit.tel {
	position: relative;
}
.contact .offer .unit.tel:after {
	background: url("") no-repeat;
	background-size: cover;
	bottom: 0;
	content: '';
	display: block;
	height: 199px;
	position: absolute;
	right: 10px;	
	width: 140px;
}
.inner.thin {
	max-width: 680px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.contact {
		padding: 50px 0 60px;
	}
	.contact .headline {
		margin-bottom: 50px;
	}
	.contact .offer .unit {
		margin-bottom: 20px;
	}
	.contact .offer .unit .ttl {
		font-size: 1.5rem;
		padding: 10px 20px;
	}
	.contact .offer .unit .content {
		padding: 35px 12% 20px;
		position: relative;
		z-index:1;
	}
	.contact .offer .unit .content p {
		font-size: 1rem;
	}
	.contact .offer .unit.tel:after {
		height: 132px;
		width: 72px;
		right: 0;
	}
	.inner {
		padding: 0 5%;
		width: 100%;
	}
	.inner.thin {
		max-width: 90%;
		margin: 0 auto;
}
}


/*フォーム*/
/*ios reset*/
/*
input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
*/
input[type="submit"], input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
 display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
 outline-offset: -2px;
}

/*base design*/
input[type="text"] {
	background: #f2f2f2;
	border-radius: 5px;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	padding: 10px 15px;
	height: 40px;
	width: 100%;
	border: 1px solid #333;
}

input[type="email"], input[type="tel"] {
	background: #f2f2f2;
	border-radius: 5px;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	padding: 10px 15px;
	height: 40px;
	width: 92%;
	border: 1px solid #333;
}
textarea {
	background: #f2f2f2;
	border-radius: 10px;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	line-height: 1.6;
	padding : 15px;
	height: 200px;
	resize: vertical;
	width: 92%;
}

.form .ttl {
	font-size: 2.4rem;
	font-weight: 900;
	padding: 13px 20px;
	text-align: center;
}
.form .formwrap {
	background: #fff;
	padding: 55px 60px 60px;
}
.form .form_tbl {
	width: 100%;
}
.form .form_tbl th {
	vertical-align: middle;
	padding-bottom: 18px;
	width: 150px;
	font-weight:bold;
}

.form .form_tbl td {
	font-size: 1.6rem;
	padding-bottom: 18px;
}

.contact .form_tbl td .check_wrap {
	border-radius: 5px;
	padding: 20px 18px;
}
.confirm .form_tbl td .check_wrap {
	padding: 0;
	background: #fff!important;
}

.form .check_wrap label input[type="checkbox"] {
	visibility: hidden;
	position: absolute;
	width:1px;	
}

.form .check_wrap label {
	display: block;
	cursor: pointer;
}

.form .check_wrap label + label {
	margin-top: 5px;
}

.form .check_wrap label span {
	display: inline-block;
	padding-left: 30px;
	position: relative;
}

.form .check_wrap label span:before {
	border-radius:3px;
	border: 1px solid #333;
	content: '';
	display: block;
	height: 20px;
	position: absolute;
	left: 0;
	top: calc(50% - 10px);
	width: 20px;	
}

.form .check_wrap label input[type="checkbox"]:checked + span:after {
	content: '';
	display: block;
	height: 8px;
	left: 4px;
	position: absolute;
	top: calc(50% - 6px);
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	width:12px;
}

.form .form_tbl td .check_wrap label span {
	
}
.form .form_tbl .zip {
	max-width: 210px;
}
.form .form_tbl .other th {
	vertical-align: top;
}
.form .form_tbl .other textarea {
	height: 120px;
}
.form .btnwrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 15px;
	text-align: center;
}

.form .btnwrap .btn {
	align-items: center;
	display: flex;
	justify-content: center;
	height: 80px;
	line-height: 1;
	position: relative;
	text-align: center;
	transition: 0.3s;
	width: 400px;	
}

.form .btnwrap .btn:hover {
	opacity: 0.7;
}

.form .btnwrap .btn:after {
	border-style: solid;
	border-width: 6px 0 6px 7px;
	border-color: transparent transparent transparent #ffffff;
	content: '';
	display: block;
	height: 0;
	position: absolute;
	top: calc(50% - 6px);
	right: 36px;
	width: 0;
}

.form .btnwrap .btn input {
	border-radius: 100px;
	height: 100%;
	width: 100%;
}

@media screen and (max-width : 767px) {
	.form .formwrap {
		padding: 20px 5% 40px;
	}
	.form .ttl {
		font-size: 1.5rem;
		padding: 10px 20px;
	}
	.form .form_tbl th, .form .form_tbl td {
		display: block;
	}
	.form .form_tbl th {
		padding-bottom: 5px;
	}
	.form .form_tbl td {
		padding-bottom: 17px;
	}
	
	input[type="text"], input[type="email"], input[type="tel"] {
		padding : 10px 15px;
	}
	.form .form_tbl .zip {
		max-width: initial;
	}
	.btnwrap {
		margin-top: 50px;
	}
	.form .btnwrap .btn {
		height: 70px;
		width: 100%;
	}
}

/*確認画面*/
.confirm .form .form_tbl td {
		font-size: 1.4rem;
	}

.form .btnwrap .btn.back {
	margin-bottom: 20px;
}

.form .btnwrap .btn.back:after {
	border-width: 6px 7px 6px 0;
	border-color: transparent #ffffff transparent transparent;
	left: 20px;
}

 /*==========　お問い合わせ・オファー ===========*/
.contact .headline {
	color: #fff;
}

.contact .offer .unit {
	background: #fff;
}
.contact .offer .unit .ttl {
	color: #fff;
	background: #0a8fff;
}

.contact .form .ttl {
	color: #fff;
	background: #0a8fff;
}

.contact .form_tbl td .check_wrap {
	background: #f2f2f2;
}

.form .check_wrap label input[type="checkbox"]:checked + span:after {
	border-left: 3px solid #FF9900;
	border-bottom: 3px solid #FF9900;
}
.form  .btnwrap .btn {
	background: #FF9900;
	border-radius: 100px;
	color: #fff;
	font-size: 2.2rem;
}

/*確認画面・完了画面*/
.contact.confirm .headline, .contact.finish .headline {
	color: #000;
}
.contact.finish p {
	margin-bottom: 20px;
	text-align: center;
}

.form .btnwrap .btn.back {
	background: #000;
}


/*==========　サービスの特徴　===========*/
.feature {
  padding: 110px 50px 120px;
}
.feature .contents-wrap {
  max-width: 800px;
  margin: 0 auto;
}
.feature .box_x {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
}

.feature .box_x .text_con {
   width: 50%;
   margin-bottom: 20px;
}

.feature .box_x h3 {
  font-size: 21px;
  margin: 0;
  position: relative;
  font-weight:bold;
}

.feature .box_x .pict {
  width: auto;
  margin-left: 3%;
}

.feature .box_x .pict img {
  width: 460px;
  height:auto;
}
.feature .box_x .ico {
	background: #000099;
	border-radius: 100px;
	color: #fff;
}
.feature .box_x .ico {
	position: absolute;
	left: 500px;
	top: 0;
	font-weight: 900;
	height: 90px;
	padding-top: 8px;
	text-align: center;
	width: 90px;
}

.feature .box_x:nth-child(even) {
  flex-direction: row-reverse;
}
.feature .box_x:nth-child(even) .text {
  text-align: right;
}
.feature .box_x:nth-child(even) .pict {
  margin-left: 0;
  margin-right: 3%;
}

@media (max-width:768px) {
	.feature {
	padding: 60px 0px 40px;
}
	.feature .contents-wrap {
	width: 90%;
	margin: 0 auto;
}
	.feature .box_x {
	flex-direction: column;
  }
	.feature .box_x .text_con {
	width: 100%;
}
    .feature .box_x h3 {
	font-size: 21px;
	margin: 0;
	position: relative;
	font-weight:bold;
	text-align: center;
}
    .feature .box_x p {
	position: relative;
	text-align: center;
}
	.feature .box_x:nth-child(even) {
	flex-direction: column;
  }
	.feature .box_x .text_con {
	text-align: center;
  }
	.feature .box_x .text_con img {
	margin-left: 0;
  }
	.feature .box_x:nth-child(even) .text {
	text-align: center;
  }
	.feature .box_x .pict {
	width:100%;
	margin-left: 0;
	text-align: center;
  }
	.feature .box_x:nth-child(even) .pict {
	margin-left: 0;
	margin-right: 0%;
  }
	.feature .box_x .pict img {
	width:80%;
	height:auto;
  }
}

/*==========　タイトル装飾　===========*/

.heading01 {
	position: relative;
	font-size: 30px;
}

.heading01::before {
	content: attr(data-number);
	display: inline-block;
	margin-right: 10px;
	color: #498ee0;
	font-size: 40px;
	font-style: italic; 
	border-bottom: 1px solid #498ee0;
}