@charset "utf-8";
#mainimg {
  position: relative;
  width: 100%;
  background: url(../images/mv01.png);
  background-position: center 40px;
  background-repeat: no-repeat;
  /*height: 70vh;*/
  background-size: cover;
  padding-top: 215px;
    padding-bottom: 55px;
}
/*#mainimg .catch{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
    text-align: center;
}*/
#mainimg .catch {
}
#mainimg img {
  max-height: 415px;
  margin: 0 auto;
}
/*Toppge共通 */
#toppage {
  position: relative;
}
/*Sec01*/
#sec01 {
  position: relative;
  padding: 60px 0 71px;
  background: url(../images/bg_01.png) top;
}
#sec01 .ttl {
  text-align: center;
  margin-bottom: 30px;
}
#sec01 .ttl p {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 4.8rem;
  line-height: 1;
}
#sec01 .ttl p {
  color: #f48000;
  font-size: 24px;
  margin-bottom: 0;
  padding-bottom: 0;
}
#sec01 .ttl h2 {
  font-size: 1.8rem;
  font-weight: bold;
  font-size: 40px;
}
#sec01 .ttl h2 span {
  font-size: 56px;
}
#sec01 .lead {
  text-align: center;
  margin-bottom: 20px;
}
#sec01 .lead p {
  font-size: 2.2rem;
}
#sec01 .feature .outer {
  border-right: 1px solid #ff9900;
  text-align: center;
  padding-left: 7%;
  padding-right: 7%;
  height: 204.66px;
  padding-top: 48px;
  margin: 0 1px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
#sec01 .feature .outer p {
  font-size: 18px;
}
#sec01 .feature .outer .p1 {
  margin-bottom: 6px;
}
#sec01 .feature .outer .p1 span {
  font-size: 14px;
  display: block;
  position: absolute;
  top: 32px;
  width: 85%;
  text-align: center;
}
#sec01 .feature .outer .num {
  font-size: 90px;
  font-weight: bold;
  border-bottom: 5px solid #f48000;
  line-height: 1.1;
  display: inline-block;
}
#sec01 .feature .outer .num span {
  font-size: 18px;
}
#sec01 .comment {
  margin: 36px 20px;
}
/*Sec02*/
#sec02 {
  padding: 90px 0;
}
#sec02 .container {
  height: 100%;
}
#sec02 .ttl {
  text-align: center;
  margin-bottom: 30px;
}
#sec02 .ttl p {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 4.8rem;
  line-height: 1;
}
#sec02 .ttl p {
  color: #f48000;
  font-size: 24px;
  margin-bottom: 0;
  padding-bottom: 0;
}
#sec02 .ttl h2 {
  font-size: 1.8rem;
  font-weight: bold;
  font-size: 40px;
}
#sec02 .ttl h2 span {
  font-size: 56px;
}
#sec02 .reason {
  border: 10px solid #ccc;
  padding: 34px;
  margin-bottom: 40px;
}
#sec02 .reason p {
  font-size: 16px;
}
#sec02 .reason h3 {
  color: #f48000;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
  padding-left: 200px;
  margin-bottom: 24px;
}
#sec02 .reason02 h3 {
  padding-left: 0px;
}
#sec02 .reason h3 p {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 6px;
}
#sec02 .reason .btn_area {
  border-top: 4px dashed #ccc;
  padding-top: 20px;
  height: 66px;
}
#sec02 .reason .ttl_icon {
  position: absolute;
  top: -60px;
  left: 0;
}
#sec02 .reason02 .ttl_icon {
  position: absolute;
  top: -60px;
  right: -100px;
  left: initial;
}
#sec02 .reason .comment {
  border-top: 4px dashed #ccc;
}
#sec02 .reason .comment p {
  padding-bottom: 30px;
}
#sec02 .reason .comment .sub_ttl {
  color: #4884ff;
  font-size: 24px;
  font-weight: bold;
  padding: 30px 0 20px;
}
#sec02 .reason .photo {
  padding-top: 60px;
  padding-bottom: 35px;
  margin-left: 20px;
}
#sec02 .reason .btn a {
  line-height: 48px;
  background: #f48000;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 40px;
  margin: 0 10px;
  transition: .25s linear;
  -webkit-transition: .25s linear;
  -moz-transition: .25s linear;
  -o-transition: .25s linear;
  -ms-transition: .25s linear;
}
#sec02 .reason .btn a:before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  margin: 0 auto;
  background-color: #f48000;
  border: 2px solid #f48000;
  border-radius: 40px;
  transition: .25s ease-in-out;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
}
#sec02 .reason .btn a:hover {
  color: #f48000;
}
#sec02 .reason .btn a:hover:before {
  width: 100%;
  background-color: #ffffff;
}
#sec02 .reason .btn a:hover {
}
#sec02 .reason .btn a::after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  width: 11px;
  height: 11px;
  margin-top: -6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sec02 .reason .btn a:hover:after {
  border-right: 2px solid #f48000;
  border-bottom: 2px solid #f48000;
}
#sec02 .reason .btn a::after {
  right: 16px;
}
#sec02 .difference {
  padding-top: 50px;
}
#sec02 .difference h3 {
  font-size: 46px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
#sec02 .difference h3 span {
  color: #f48000;
}
#sec02 .difference p {
  color: #f48000;
  font-size: 34px;
  font-weight: bold;
  margin: 0 4% 20px;
  border-bottom: 8px solid #f48000;
  line-height: 80px;
}
#sec02 .difference .support {
  background: #fffdd8;
  padding: 20px 0;
  background-image: url(../images/bg_difference.png);
}
#sec02 .difference .cost {
  background: #fff2d7;
  padding: 20px 0;
  background-image: url(../images/bg_difference.png);
}
#sec03 {
  position: relative;
  padding: 80px 0 70px;
  background: url(../images/bg_02.png) center;
  height: 900px;
  background-size: cover;
}
#sec03 h2 {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 40px;
}
#sec03 h2 span {
  color: #f48000
}
#sec03 h2 p {
  background: #f48000;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50px;
  width: 480px;
  margin: 0 auto 20px;
  text-align: center;
  color: #fff;
  line-height: initial;
}
#sec03 .sub_ttl {
  font-size: 24px;
  color: #f48000;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
#sec03 .ttl_icon {
  margin: 20px 0;
  text-align: center;
}
#sec03 .comment p {
  font-size: 16px;
}
#sec03 .comment {
  padding-bottom: 30px;
  border-bottom: 4px dashed #ccc;
}
#sec03 .contact p {
  padding-top: 36px;
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}
#sec04 {
  position: relative;
  padding: 90px 0 110px;
  background: url(../images/bg_03.png) center;
}
#sec04 h2 {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 40px;
}
#sec04 h2 span {
  color: #f48000
}
#sec04 .col-xs-12.col-sm-4 {
  position: relative;
  padding: 0 5px;
  z-index: 1;
}
#sec04 .col-xs-12.col-sm-4:hover {
  z-index: 2;
}
#sec04 .col-xs-12.col-sm-4 img {
  transition: 0.3s;
  position: relative;
}
#sec04 .col-xs-12.col-sm-4 img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 2;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100)";
}

@media screen and (max-width:512px) {
.for_pc {
	display:none !important;
}
#mainimg {
  position: relative;
  width: 100%;
  background: url(../images/mv01_sp.png);
  background-position: center top;
  background-repeat: no-repeat;
  height: 320px;
  background-size: cover;
}
#mainimg .catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
#mainimg img {
  padding: 80px 15px 80px 10px;
	height: auto;
}
#sec01 {
  padding: 30px 0 0px;
}
#sec01 .ttl {
  text-align: center;
  margin-bottom: 0px;
}
#sec01 .feature {
  margin: 0 15px;
}
#sec01 .feature .outer {
  border: 1px solid #FFFFFF;
  text-align: center;
  padding-left: 7%;
  padding-right: 7%;
  height: auto;
  padding-top: 36px;
  padding-bottom: 24px;
  margin: 0px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: relative;
}
#sec01 .feature .outer:before {
  position: absolute;
  display: block;
  content: '';
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
  top: -5px;
  left: 4px;
}
#sec01 .feature .outer p {
  font-size: 12px;
}
#sec01 .feature .outer .p1 {
  margin-bottom: -6px;
}
#sec01 .feature .outer .p1 span {
  font-size: 12px;
  display: block;
  position: absolute;
  top: 20px;
  width: 85%;
  text-align: center;
  margin-bottom: 6px;
}
#sec01 .feature .outer .num {
  font-size: 60px;
  font-weight: bold;
  border-bottom: 5px solid #f48000;
  line-height: 1.1;
  display: inline-block;
}
#sec01 .feature .outer .num span {
  font-size: 14px;
}
#sec01 .comment {
  margin: 15px auto;
}
/*Sec02*/
#sec02 {
  padding: 20px 0;
}
#sec02 .container {
  height: 100%;
}
#sec02 .ttl {
  text-align: center;
  margin-bottom: 30px;
}
#sec02 .ttl p {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
}
#sec02 .ttl p {
  color: #f48000;
  font-size: 18px;
  margin-bottom: 0;
  padding-bottom: 0;
}
#sec02 .ttl h2 {
  font-size: 1.8rem;
  font-weight: bold;
  font-size: 26px;
}
#sec02 .ttl h2 span {
  font-size: 26px;
}
#sec02 .reason {
  border: 10px solid #ccc;
  padding: 0px;
  margin-bottom: 40px;
  height: auto;
}
#sec02 .reason p {
  font-size: 16px;
}
#sec02 .reason h3 {
  color: #f48000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding-left: 100px;
  margin-bottom: 20px;
  width: 100%;
  padding-top: 20px;
}
#sec02 .reason h3 p {
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 6px;
}
#sec02 .reason .btn_area {
  border-top: 4px dashed #ccc;
  padding-top: 20px;
  height: auto;
  margin-bottom: 15px;
}
#sec02 .reason .ttl_icon {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100px;
}
#sec02 .reason02 .ttl_icon {
  position: absolute;
  top: -30px;
  right: 0;
  left: initial;
}
#sec02 .reason02 h3 {
  padding-left: 20px;
!important;
}
#sec02 .reason .comment {
  border-top: 4px dashed #ccc;
  padding: 15px;
}
#sec02 .reason .comment p {
  padding-bottom: 15px;
  line-height: 1.2;
}
#sec02 .reason .comment .sub_ttl {
  color: #4884ff;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0 15px;
}
#sec02 .reason .photo {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 0;
}
#sec02 .reason .btn a {
  line-height: 48px;
  background: #f48000;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 40px;
  margin: 0 10px 10px 10px;
}
#sec02 .reason .btn a:hover {
}
#sec02 .reason .btn a::before {
/*	position: absolute;
	content: '';
	display: block;
	top: 50%;
	width: 11px;
	height: 11px;
	margin-top: -6px;
  	border-right: 2px solid #fff;
  	border-bottom: 2px solid #fff;
  	-webkit-transform: rotate(-45deg);
  	transform: rotate(-45deg);*/
}
#sec02 .reason .btn a::before {
  right: 16px;
}

#sec02 .difference {
  padding-top: 0;
}

#sec02 .difference h3 {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
#sec02 .difference .bd {
  padding: 0 10px 15px;
}
#sec02 .difference .cost {
  border-bottom: 2px dashed #ccc;
}
#sec02 .difference .support {
  border-bottom: 2px dashed #ccc;
}
#sec02 .difference h3 span {
  color: #f48000;
}
#sec02 .difference p {
  color: #f48000;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
#sec03 {
  position: relative;
  padding: 26px 0;
  background: url(../images/bg_02_sp.png) top;
  background-repeat: no-repeat;
  height: auto;
  background-size: 100% auto;
}
#sec03 h2 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0;
}
#sec03 h2 span {
  color: #f48000
}
#sec03 h2 p {
  background: #f48000;
  font-size: 13px;
  font-weight: bold;
  border-radius: 50px;
  width: auto;
  margin: 0 15px 10px;
  text-align: center;
  color: #fff;
  line-height: initial;
}
#sec03 .sub_ttl {
  padding-top: 56.71vw;
  font-size: 16px;
  color: #f48000;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  text-shadow: #fff 0 0 10px;
}
#sec03 .ttl_icon {
  margin: 20px auto;
  text-align: center;
  width: 100px;
}
#sec03 .comment p {
  font-size: 16px;
  line-height: 1.4;
}
#sec03 .comment {
  padding: 15px 15px 30px 15px;
  border-bottom: 4px dashed #ccc;
}
#sec03 .contact p {
  padding-top: 20px;
  font-size: 14px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
}
#sec04 {
  position: relative;
  padding: 20px 0 0px;
  background: url(../images/bg_03_sp.png) top center;
  background-repeat: no-repeat;
  background-size: contain;
}
#sec04 h2 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
}
#sec04 h2 span {
  color: #f48000
}
#sec04 .col-xs-12.col-sm-4 {
  padding: 0 5px;
}
#sec04 .container img {
  margin-bottom: 15px;
}
}
