@charset "utf-8";
#mainimg {
 position: relative;
background:#cc0000 url(../images/mv01.png) no-repeat center center;
background-size:cover;
padding-top: 248px;
padding-bottom: 55px;
}
#mainimg img {
  max-height: 415px;
  margin: 0 auto;
}

/*Toppge共通 */
#toppage {
  position: relative;
}
.for_sp{
  display: none;
}
/*Sec00*/
#sec00 {
    position: relative;
    padding: 30px 0px;
    background: url(../images/bg_03.png) center;
}

#sec00 h2 {
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 40px;
}
#sec00 h2 span {
    color: #f48000;
}
#sec00 ul li{
  width:406px;
  margin-right:10px;
  float:left;
}
#sec00 ul li:last-child{
  margin-right:0px;
}
#sec00 li{
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 0.8;
}
#sec00 li .iso a{
  border: 2px solid #b30016;
  background-color: #b30016;
  border-radius: 15px;
}
#sec00 li .p a{
  border: 2px solid #2F71B1;
  background-color: #2F71B1;
  border-radius: 15px;  
}
#sec00 li .isms a{
  border: 2px solid #46AE07;
  background-color: #46AE07;
  border-radius: 15px;
}
#sec00 .ttl span{
  font-size: 18px;
}
#sec00 .bottom {
  padding: 27px 20px 30px 20px;
  text-align: center;
  border: 1px solid #b2b2b2;
  border-top: none;
}
#sec00 .bottom p{
  margin-bottom: 15px;
  font-size: 17px;
}
#sec00 a {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  padding: 30px 28px;
  transition: .25s linear;
  -webkit-transition: .25s linear;
  -moz-transition: .25s linear;
  -o-transition: .25s linear;
  -ms-transition: .25s linear;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  border-radius: 15px;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
}
#sec00 a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3em;
    width: 100%;
    height: 4.5rem;
    color: #fff !important;
    font-size: 1.8rem;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
    transition: all .3s;
}
#sec00 a::after{
  position: absolute;
  content: '';
  top: 50%;
  width: 8px;
  height: 8px;
  right: 14px;
  margin-top: -6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sec00 a:hover:after{
  position: absolute;
  content: '';
  top: 50%;
  width: 8px;
  height: 8px;
  right: 14px;
  margin-top: -6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#sec00 a:hover{
    background-color: #F48000 !important;
    border: 2px solid #FFBC3B !important;
}
.sec04{
    padding: 60px 0 71px;
}
/*Sec01*/
#sec01 {
  position: relative;
  padding: 60px 0 71px;
  background: url(../images/bg_01.png) top;
  background-size: cover;
}

#sec01 .container {
  height: 100%;
}

#sec01 .ttl {
  text-align: center;
	font-weight:900;
	padding:0 0 30px 0;
	margin:0 auto;
}

#sec01 .ttl h2{
font-size: 40px;
  text-align: center;
	font-weight:900;
	line-height: 1.2;
	padding:0 0 20px 0;
	 margin:0 auto;
	
}


.sub_t {
  position: relative;
  color: #f48000;
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}


.sub_big{
  font-size: 56px;
}

#sec01 .lead {
  text-align: center;
  margin-bottom: 20px;
}
#sec01 .lead p {
  font-size: 2.2rem;
}

#sec01 .row {
  margin-bottom: 20px;
}
#sec01 .feature {
  width: 822px;
  margin: 0 auto;
}
#sec01 .feature ul.clearfix {
    padding: 0 3%;
}
#sec01 .feature ul li {
  width: 255px;
  margin-right: 3px;
  float: left;
  text-align: center;
  height: 204.66px;
  padding: 38px 0px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-right: 1px solid #acacac;
  margin-bottom: 5px;
}

#sec01 .feature ul li:nth-child(3n) {
  margin-right: 0px;
}
#sec01 .feature ul li .num{
  font-size: 90px;
  font-weight: bold;
  border-bottom: 5px solid #f48000;
  line-height: 1.1;
  display: inline-block;
}
#sec01 .feature ul li .num span {
  font-size: 18px;
}

#sec01 .feature ul li p {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.3;
}
#sec01 .comment p{
  font-weight: bold;
  font-size: 17px;
  text-align: center;
}
#sec01 .comment {
  margin: 0px auto;
  padding: 0 30px;
}
/*Sec02*/
#sec02 {
  padding:40px 0 90px 0;
}
#sec02 .container {
  height: 100%;
}


#sec02 .ttl {
  text-align: center;
	font-weight:900;
		margin: 0 auto 30px auto;
	padding: 0;
}

#sec02 .ttl h2{
font-size: 40px;
  text-align: center;
	font-weight:900;
	margin: 0 auto;
	padding: 0;
	
}

#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 h2 {
  font-size: 46px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
#sec02 .difference h2 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:30px;
}
#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;
margin:35px 0 0 0;
  
}
#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{
  background: url(../images/bg_03.png) center;
}


@media screen and (max-width:512px) {
.for_pc {
	display:none !important;
}
.for_sp{
  display: inline;
}
.sp{
  display: inline;
}
#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;
}
#sec00 {
    position: relative;
    padding: 30px 0px;
    background: url(../images/bg_03.png) center;
}

/*Sec00*/
#sec00 h2 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
}
#sec00 h2 span {
  color: #f48000;
}
#sec00 ul li {
  width: 90%;
  margin-right: 0px;
  float: none; 
  margin: 0 auto;
  margin-bottom: 10px;
}
#sec00 ul li:last-child{
  margin:0px auto;
}
#sec00 li{
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 0.8;
}
#sec00 li .iso a{
  border: 2px solid #b30016;
  background-color: #b30016;
  border-radius: 15px;
}
#sec00 li .p a{
  border: 2px solid #2F71B1;
  background-color: #2F71B1;
  border-radius: 15px;  
}
#sec00 li .isms a{
  border: 2px solid #46AE07;
  background-color: #46AE07;
  border-radius: 15px;
}
#sec00 .ttl span{
  font-size: 18px;
}
#sec00 .bottom {
  padding: 27px 20px 30px 20px;
  text-align: center;
  border: 1px solid #b2b2b2;
  border-top: none;
}
#sec00 .bottom p{
  margin-bottom: 15px;
  font-size: 17px;
}
#sec00 a {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 5vw;
  padding: 18px 5%;
  transition: .25s linear;
  -webkit-transition: .25s linear;
  -moz-transition: .25s linear;
  -o-transition: .25s linear;
  -ms-transition: .25s linear;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  border-radius: 15px;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
}
#sec00 a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3em;
    width: 100%;
    height: 3.5rem;
    color: #fff !important;
    font-size: 1.8rem;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
    transition: all .3s;
}
#sec00 a::after{
  position: absolute;
  content: '';
  top: 50%;
  width: 8px;
  height: 8px;
  right: 10px;
  margin-top: -4px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sec00 a:hover:after{
  position: absolute;
  content: '';
  top: 50%;
  width: 8px;
  height: 8px;
  right: 14px;
  margin-top: -6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#sec00 a:hover{
    background-color: #F48000 !important;
    border: 2px solid #FFBC3B !important;
}

/*Sec01*/
#sec01 {
  position: relative;
  padding: 30px 0;
  background: url(../images/bg_01.png) top;
  background-size: cover;
}
#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 .row {
  margin-bottom: 20px;
}
#sec01 .feature {
  width: 100%;
  margin: 0 auto;
}
#sec01 .feature ul.clearfix {
  padding: 0 3%;
}
#sec01 .feature ul li {
  width: 49%;
  float: left;
  text-align: center;
  height: auto;
  padding: 25px 5%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-right: 1px solid #acacac;
  margin-bottom: 2%;
}
#sec01 .feature ul li:nth-child(2n) {
  margin-right: 0px;
  float: right;
}
#sec01 .feature ul li:nth-child(4) {
  margin-right: 0px;
  float: right;
  padding: 34.5px 5%;
}
#sec01 .feature ul li .num{
  font-size: 16vw;
  font-weight: bold;
  border-bottom: 5px solid #f48000;
  line-height: 1.1;
  display: inline-block;
}
#sec01 .feature ul li .num span {
  font-size: 6vw;
}
#sec01 .feature ul li p {
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.3;
}
#sec01 .comment p{
  font-weight: bold;
  font-size: 17px;
  text-align: center;
}
#sec01 .comment {
  margin: 0px auto;
  padding: 0 4%;
}

/*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 h2 {
  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 h2 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 {
    padding: 0;
}
}
