@charset "UTF-8";
/*====================================
	----------------------------------
		Color
	----------------------------------
	
	Main     : #C02727
  	Accent   : #F3A22D  #142550
 
	----------------------------------
  		font
	----------------------------------
 
	font-family: "tbudrgothic-std", "sans-serif";
	font-weight: 300;
	font-style: normal;

 
 
====================================*/




/*---------------------------------

  0.Main

---------------------------------*/

#about{
	background-color: #fff;
}

#hero_main{
	position: relative;
	height: 400px;
	padding: 100px 0 0 0;
	background: url("../img/index/bg.png") repeat-x;
	background-attachment: fixed;
	background-size: contain;
	-webkit-animation: bgroop 200s linear infinite;
    animation: bgroop 200s linear infinite;		
}

.main_wrap{
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

@-webkit-keyframes bgroop {
    from {
        background-position: 0  0;
    }
    to {
        background-position: -1956px 0;
    }
}
@keyframes bgroop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1956px 0;
    }
}


.main_catch{
	width: 100%;
	font-size: 2.5vw;
    line-height: 1.7em;
	margin: 0;
	padding: 0 20px;
	font-weight: 900;
	color          : #ffffff;            
	letter-spacing : 4px;
	text-shadow    : 
	2px  2px 0px #000,
	-2px  2px 0px #000,
	2px -2px 0px #000,
	-2px -2px 0px #000,
	2px  0px 0px #000,
	0px  2px 0px #000,
	-2px  0px 0px #000,
	0px -2px 0px #000;  
}

.main_catch span{
	display: block;
	color: #C02727;
	font-size: 4vw;
}

.main_img{width: 70%;}

.main_img img{}

@media screen and (max-width: 850px){
	#hero_main{ background-size: auto;}
	.main_catch{ font-size: 2em;}
	.main_catch span{ font-size:  1.5em;}
}

@media screen and (max-width: 450px){
	.main_catch{ font-size: 1.8em; padding: 0;}	
}

/*---------------------------------

  contents01 

---------------------------------*/

#contents01{
	padding: 50px 0;
	background-color: #C02727;
}

.point_wrap{
	display: flex;
	align-items: center;
	background-color: #FFF;
	border: #000 solid 3px;
	border-radius: 20px;
	margin: 30px auto;
	padding: 20px;
	width: 80%;
}

.point_img, .point_img01{width: 25%;}

.point_img img{ width: 60%; margin: auto;}

.point_img01 img{width: 80%; margin: auto;}

.point_txt{ padding: 0 30px 0 50px; width: 75%;}

.point_txt h3{
	font-weight: 900;
	display: flex;
	align-items: center;
}

.catch{
	color: #C02727;
	font-size: 25px;
	font-weight: 900;
	letter-spacing: 0;
}

.catch_txt{
	letter-spacing: 5px;
	font-size: 25px;
	font-weight: 900;
	padding-left: 15px;
}

@media screen and (max-width: 1100px){
	.point_wrap{ width: 90%;}
	.point_txt h3{ display: block;}
	.catch_txt{ letter-spacing: 2px; padding-left: 0;}
}

@media screen and (max-width: 700px){
	.point_wrap{ display: block;}
	.point_txt{ width: 100%;}
	.catch{ font-size: 20px;}
}

@media screen and (max-width: 600px){
	.point_txt{ padding: 0}
	.catch_txt{ font-size: 1em;}
}

/*---------------------------------

  contents02

---------------------------------*/

#contents02{
	margin-top: 100px;
	padding: 50px 0;
	position: relative;
	background-image: url("../img/about/option07.png"), url("../img/about/option06.png");
	background-position: left, right;
	background-repeat: no-repeat;
	background-size: 20%, 23%;
}

.option_01, .option_02, .option_03{ width: 100%; margin-bottom: 10px; position: relative;}

.option_01{
}

.option_02, .option_03{
	display: flex;
	align-items: center;
	justify-content: center;
}

.option_inner01{
	padding: 15px;
	padding-top: 0;
	text-align: center;
}

.option_inner01 .tit1 span{ margin-bottom: 30px;}

.option_inner02{
	width: 25%;
	border: #C02727 solid 5px;
	padding: 15px;
	padding-top: 0;
	height: 200px;	
	background-color: #FFF;
}

.option_inner02:first-child{ margin-right: 10px;}

.option_inner03{
	border: #C02727 solid 5px;
	width: 25%;	
	margin-right: 10px;
	height: 200px;
	padding: 15px;
	padding-top: 0;
	background-color: #FFF;
}

.option_inner03:last-child{
	margin-right: 0
}

.gizagiza{
	background-color: #c02727;
	width: 80px;
	height: 55px;
	margin: 0 auto;
	position: relative;
}

.gizagiza p{
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	font-size: 30px;
	font-weight: 900;
	letter-spacing: 0;
	padding-top: 10px;
}

.gizagiza::after{
	content: "";
	background: linear-gradient(-135deg, #c02727 9px, transparent 0) 0 9px, linear-gradient(135deg, #c02727 9px, #ffffff 0) 0 9px;
	background-size: 11px 18px;
	background-position: bottom;
	position: absolute;
	bottom: -10px;
	left: 0;
	height: 18px;
	width: 100%;
}

#contents02 h3{
	font-weight: 900;
	color: #C02727;
	font-size: 30px;
}

.option_box{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 30px;
}

.option_box_img01{
	background: url("../img/about/option01.png") no-repeat;
	width: 30%;
	height: 80px;
	background-size: contain;
	background-position: center;
}

.option_box_img02{
	background: url("../img/about/option02.png") no-repeat;
	width: 30%;
	height: 70px;
	background-size: contain;
	background-position: center;
}

.option_box_img03{
	background: url("../img/about/option03.png") no-repeat;
	width: 30%;
	height: 70px;
	background-size: contain;
	background-position: center;
}

.option_box_img04{
	background: url("../img/about/option04.png") no-repeat;
	width: 30%;
	height: 60px;
	background-size: contain;
	background-position: center;
}

.option_box_img05{
	background: url("../img/about/option05.png") no-repeat;
	width: 30%;
	height: 70px;
	background-size: contain;
	background-position: center;
}

.option_box_txt{
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 1px;
	line-height: 1.5em;
}


#contents02 h4{
	text-align: center;
	margin: 0 auto;
	margin-top: 15px;
	font-size: 20px;
	letter-spacing: 1px;
	color: #FFF;
  text-shadow    : 
       1px  1px 1px #C02727,
      -1px  1px 1px #C02727,
       1px -1px 1px #C02727,
      -1px -1px 1px #C02727,
       1px  0px 1px #C02727,
       0px  1px 1px #C02727,
      -1px  0px 1px #C02727,
       0px -1px 1px #C02727;	
}


@media screen and (max-width: 1050px){
	.option_inner02, .option_inner03{ padding: 0;}
}

@media screen and (max-width: 950px){
	.option_inner02, .option_inner03{ height: auto; padding-bottom: 20px;}
	.option_02, .option_03{ align-items: stretch;}
	.option_box{ display: block;}
	.option_box_txt{ text-align: center;}
	.option_box_img01, .option_box_img02, .option_box_img03, .option_box_img04,.option_box_img05{ width: 100%;}
	.gizagiza p{ font-size: 1.5em;}
}

@media screen and (max-width: 650px){
	#contents02{ margin-top: 0;}
	.option_box_img01, .option_box_img02, .option_box_img03, .option_box_img04, .option_box_img05{ width: 50%; margin: 0 auto;}
	.option_inner02, .option_inner03{ width: 30%;}
}

@media screen and (max-width: 450px){
	.option_box_txt{ font-size: .9em;}
}

/*---------------------------------

  contents03

---------------------------------*/

#contents03{
	margin-top: 100px;
	padding: 50px 0 100px 0;
	position: relative;
}

.contents_box{}

.service_inner{
	text-align-last: center;
}

.service_inner h2{
	font-weight: 900;
	font-size: 40px;
	color: #C02727;
}

.service_inner h3{
	color: #C02727;
	font-weight: bold;
	text-align: center;
}

.service_inner:first-child{
	margin-bottom: 5rem;
}

.service_img{
	width: 100%;
	height: 23rem;
}

.img1{
	background: url("../img/about/about1.jpeg") no-repeat;
	background-position: bottom -90px left 0px;
	background-size: cover;
}

.img2{
	background: url("../img/about/about_img11.jpg") no-repeat;
	background-size: cover;
}

.etc{ padding: 30px 0; border: #000 solid 3px;}
.etc img{ margin: 0 auto;}
.etc h2{ }
.etc h2 span{ color: #C02727; font-size: .8em; display: block; margin-bottom: 0.5em;}
.etc p{ padding: 0 30px;}



@media screen and (max-width: 1150px){
	.br_etc{ display: none;}
}
@media screen and (max-width: 900px){
	.img1{ background-position: bottom -20px left 0px;}
}
@media screen and (max-width: 700px){
	#contents03{ margin-top: 0;}
	.service_inner h3{ line-height: 1.5em; font-size: 4vw; padding: 0 15px;}
	.service_inner h2{ line-height: 1.2em; font-size: 5.5vw; text-align: center;}
	.img1{ background-position: bottom -20px center;}
	.service_txt{ padding: 0 20px;}
}

@media screen and (max-width: 500px){
	.service_img{ height: 13rem;}
}


















