@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Cinzel:400,700,900&subset=latin-ext");
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');


.dsp {
    display: none!important;
}

.dpc {
    display: block!important;
}

@media screen and (max-width: 768px) {

.dpc {
        display: none!important;
}

.dsp {
        display: block!important;
}
}

.main-content {
  font-weight: 500;
}

.inner {
  box-sizing: border-box;
  max-width: 1230px;
  padding: 0px 15px;
  margin: auto;
}

@media screen and (max-width: 767px) {
.pc {
  display: none;
}
}

@media screen and (min-width: 768px) {
.sp {
  display: none;
}
}

/***********************mv***********************/

.mv{
	background: #4d4d4d; /* Old browsers */ /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #4d4d4d 0%, #000000 100%);
	background: -o-linear-gradient(left, #4d4d4d 0%, #000000 100%);
	background: linear-gradient(to right, #4d4d4d 0%, #000000 100%); /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
	box-sizing: border-box;
	margin-bottom: 120px;
	padding: 100px 20px;
}

.mv h2{
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 36px;
	text-align: center;
}

.mv .sub{
	color: #fff;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
	font-size: 14px;
	text-align: center;
}

.secInr{
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1200px;
}

@media screen and (max-width: 1000px) {

.mv {
    margin-bottom: 10%;
    padding: 8% 20px;
}
}


.head01{
	color: #727272;
	font-family: 'Lato', sans-serif;
	font-size: 32px;
	margin-bottom: 100px;
	text-align: center;
}

.head02{
	font-family: "Lato", sans-serif;
	font-size: 24px;
	margin-bottom: 65px;
	text-align: center;
}

.head03{
	/*font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;*/
	font-size: 38px;
	margin-bottom: 30px;
	text-align: center;
	
	font-family: 'Cinzel', serif;
}

.head04{
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
	font-size: 24px;
	margin-bottom: 70px;	
	text-align: center;
}

@media screen and (max-width: 768px) {

.head01 {
    font-size: 1.8em;
    margin-bottom: 30px;
}	

.head02 {
    font-size: 1.0em;
    margin-bottom: 65px;
}	
	
.head03 {
	font-size: 1.8em;
    margin-bottom: 10px;
}	
}
	
/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}


/***slider area***/

.sec02 .slick-dots {
  display: none;
}

.sec02 .slick-dots {
  bottom: -40px;
}

@media only screen and (max-width: 767px) {
.sec02 .slick-dots {
    bottom: -25px;
  }
}

.sec02 .slick-dots li, 
.sec02 .slick-dots li button {
  width: 40px;
  height: 4px;
}

@media only screen and (max-width: 767px) {
.sec02 .slick-dots li, 
.sec02 .slick-dots li button {
    width: 25px;
  }
}

.sec02 .slick-dots li button:before {
  width: 40px;
  content: '';
  height: 4px;
  background: #000;
}

@media only screen and (max-width: 767px) {
.sec02 .slick-dots li button:before {
    width: 25px;
  }
}

.sec02 .slick-dots li.slick-active {
  background: #191919;
  opacity: 1;
}

.sec02 .slider .item {
  position: relative;
}

.sec02 .slider .item img {
  width: 100%;
  max-width: unset;
  height: auto;
}

.sec02 .slider .item.slick-active:before {
  left: 100%;
  -webkit-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
}

.sec02 .slider .item:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0;
  background: #000;
  -webkit-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
  z-index: 10;
}

.sec02 .slider .item .item-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15%;
}

@media screen and (max-width: 1280px) {
.sec02 .slider .item .item-content {
    left: 10%;
  }
}

@media screen and (max-width: 1000px) {
.sec02 .slider .item .item-content {
    left: 20px;
  }
}

@media only screen and (max-width: 767px) {
.sec02 .slider .item .item-content {
    left: 15px;
  }
.sec02 .slider .item .item-content img {
    width: 50%;
    max-width: 300px;
  }
}


/***********************about us***********************/

#abt .sec01{
	margin:0 auto 50px; 
}

#abt .sec01 .secInr{
	width: 658px;
}

#abt .sec02{
	margin-bottom: 110px; 
}

.text{
	line-height: 240%;
}

.sec03{
	margin-bottom: 140px;
}

.sec03 .secInr{
	box-sizing: border-box;
	max-width: 1230px;
    padding: 0px 15px;
    margin: auto;
}

.conInr{
	box-sizing: border-box;
	max-width: 1230px;
    padding: 0px 15%;
    margin: auto;
}

.sec03 .head02{
	font-size: 24px;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
	margin-bottom: 50px;
	text-align: center;
}

.sec03 .sum{
	margin-bottom: 50px; 
	text-align: center;
	line-height: 240%;
}

.sec03 .text{
	font-family: "Lato", sans-serif;
}

.sec03 .point{
	box-sizing: border-box;
	padding: 0 100px;
}

.sec03 .point li{
	margin-bottom: 40px;
}

.sec03 .point .imgSp{
	display: none;
}

.sec03 .point .imgLeft{
	display: inline-block;
	vertical-align: middle;
	width: 49%;
}

.sec03 .point .detail{
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
	width: 49%;
}

.sec03 .point .cf.mid .imgRight{
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	width: 49%;
}

.sec03 .point .cf.mid .detail{
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
	width: 49%;
}
.sec03 .point .detail p.text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ";
}

.sec03 .point .detail .number{
	color: #cdcdcd;
	font-family: 'Cinzel', serif;
	font-size: 110px;
	line-height: 78%;
	text-align: left;
}

.sec03 .point .detail .head03{
	line-height: 90%;
	margin-bottom: 40px;
	text-align: left;
}

.sec03 .point .detail .head03 span{
	color: #cdcdcd;
	font-family: 'Cinzel', serif;
	font-size: 24px;
}

.sec04{
	background-image: url(./../img/abt/abt_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 140px 20px;
	margin-bottom: 100px;
}

.sec04 .secInr{
	color: #fff;
	margin: 0 auto;
	text-align: center;
	width: 520px;
}

.sec04 .secInr h4{
	margin-bottom: 40px;
}

.sec04 .secInr h3{
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;	
	font-size: 35px;
	margin-bottom: 50px;
}

#abt .btn-wrap{
	margin-bottom: 120px;
}

#abt .btn-style02{
    border: 1px solid #000;
}

#abt .sTitle{
	margin-bottom: 5px;
}


@media screen and (max-width: 768px) {
	
}

@media screen and (max-width: 660px) {

.head04 {
    font-size: 1.6em;
	margin-bottom: 30px;   
}	
	
.secInr{
	width: 100%;
}	
	
.imgSp{
	display: block !important;
	margin-bottom: 30px;
}	
	
#abt .sec01 .secInr {
    width: 100%;
}

#abt .sec02 .secInr {
    width: 100% !important;
    padding: 0 !important;
}	

.sec03 {
    margin-bottom: 30px;
}	

.sec03 .head02 {
    margin-bottom: 30px;
}	
		
 .secInr h3 {
    font-size: 1.8em;
    margin-bottom: 10px;
}	
	
.sec04 .text {
    letter-spacing: -0.05em;
}

.sec03 .point {
    box-sizing: border-box;
    padding: 0;
}		
	
.sec03 .imgLeft,
.sec03 .dsp{
	display: inline-block;
	margin-bottom: 30px;
	text-align: center;
	vertical-align: middle;
	width: 100% !important;
}

.sec03 .detail{
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	padding: 0 4%;
	width: 100% !important;
}

.sec03 .cf.mid .imgRight{
	display: none !important;
}

.sec03 .cf.mid .detail{
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	padding: 0 4%;
	width: 100% !important;
}

.sec04 {
    padding: 100px 20px;
    margin-bottom: 30px;
}
	
.sec04 .secInr {
    color: #fff;
    margin: 0 auto;
	padding: 0;
    text-align: center;
    width: 100%;
}
	
.sec04 .secInr h3 {
    font-size: 1.6em;
    margin-bottom: 20px;
}	
	
#abt .btn-wrap {
    margin-bottom: 50px;
}
	
}
