#comp table td.address {
    display: block;
    justify-content: center;
    align-items: flex-start;
}#comp table td.address {
    display: block;
    justify-content: center;
    align-items: flex-start;
}#comp table td.address {
    display: block;
    justify-content: center;
    align-items: flex-start;
}#comp table td.address {
    display: block;
    justify-content: center;
    align-items: flex-start;
}#comp table td.address {
    display: block;
    justify-content: center;
    align-items: flex-start;
}@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;
}

@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;
	line-height: 1;
}

.head01 span{
	font-size: 20px !important;
}

.head02{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ";
	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;
}

@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;
}

/***********************philosophy***********************/

#phil .text{
	line-height: 240%;
}

#phil .philosophy{
	margin-bottom: 140px;
}

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

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

#phil .philosophy .text{
	font-family: "Lato", sans-serif;
}

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

#phil .point .imgSp{
	display: none;
}

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

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

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

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


#phil .conduct dt{
	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: 26px;
    padding-left: 2em;
	text-indent: -2em;
}

#phil .conduct dd{
	font-family: "游ゴシック体", "YuGothic",  serif;
	font-size: 14px;
	line-height: 240%;
	margin-bottom: 75px;
	padding-left: 65px;
}

@media screen and (max-width: 768px) {
	
#phil .philosophy {
    margin-bottom: 100px;
}	
	
#phil .conduct dt{
    font-size: 1.25em;
    margin-bottom: 10px;
    padding-left: 2em;
    text-indent: -2em;
    letter-spacing: -0.1em;
}

#phil .conduct dd{
    margin-bottom: 50px;
    padding-left: 21px;
    letter-spacing: -0.08em;
}	

#phil .conInr{
    padding: 0px 20px;
}		
	
}

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

.imgSp{
	display: block !important;
	margin-bottom: 30px;
}	
	
#phil .point .imgLeft,
#phil .point .dsp{
	display: inline-block;
	margin-bottom: 30px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

#phil .point .detail{
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	padding: 0 4%;
	width: 100%;
}

#phil .point .cf.mid .imgRight{
	display: none;
}

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


/***********************message***********************/


#msg .text{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ";
	line-height: 240%;
}

#msg .msgInr,
#msg .policy{
	box-sizing: border-box;
	max-width: 1230px;
    padding: 0px 15px;
    margin: auto;
}

#msg .message,
#msg .policy{
	margin-bottom: 180px;
}

#msg .text{
	box-sizing: border-box;
	float: left;
	padding: 40px;
	width: 70%;
}

#msg .bio{
	float: right;
	text-align: center;
	width: 30%;
}

#msg .bio img{
	margin-bottom: 10px;
}

#msg .bio .title{
	font-family: "Lato", sans-serif;
	font-size: 15px;
	margin-bottom: 10px;
}

#msg .bio .name{
	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;
	line-height: 100%;
}

#msg .bio .romaji{
	font-family: 'Lato', sans-serif;
	font-size: 22px;
} 

#msg .poliInr{
	border: 1px solid #dddddd;
	box-sizing: border-box;
	padding: 80px 20px;
}

#msg .poliInr li{
	font-size: 18px;
	line-height: 240%;
	text-align: center;
}

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

#msg .message,
#msg .policy{
	margin-bottom: 50px;
}

#msg .text{
	box-sizing: border-box;
	float: none;
    letter-spacing: -0.08em;	
	margin-bottom: 10px;
	padding: 4% 0;
	width: 100%;	
}

#msg .bio {
    float: none;
    margin: 0 auto;
    text-align: center;
	width: 40%;
}

#msg .bio img{
	margin-bottom: 10px;
}

#msg .bio .title{
	font-family: "Lato", sans-serif;
	font-size: 15px;
	margin-bottom: 10px;
}

#msg .bio .name{
	font-size: 2em;
}

#msg .bio .romaji{
	font-size: 1em;
} 

#msg .poliInr{
	padding: 30px 10px;
}

#msg .poliInr li{
	font-size: 1em;
	line-height: 240%;
	text-align: center;
}		
}

@media screen and (max-width: 660px) {
#msg .poliInr .dsp li{
    letter-spacing: -0.05em;	
	margin-left: 1em;
	padding-left: 1em;
	text-align: left;
}
	
#msg .poliInr .dsp li:before{
	content: "\02022";
	margin-left: -1.5em;
	position: absolute;
	font-size: 8px;
}
}

/***********************company***********************/

#comp .text{
	line-height: 240%;
}

#comp .company{
	margin-bottom: 140px;
}

#comp .compInr{
	box-sizing: border-box;
	max-width: 1230px;
    padding: 0px 10%;
    margin: auto;
}

#comp table{
	border-collapse:collapse;
/*	border-collapse: separate;
*/	border-spacing:5px;
	border: 1px solid #dddddd;

}

#comp table th{
    background-color: #fcfcfc;
	font-weight: 300;
}	
#comp table th,
#comp table td{
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ";
    padding: 8px 0 8px 15px;
/*    padding: 36px 0;
*/    text-align: left;
    line-height: 240%;
}

#comp table tr:last-child th,
#comp table tr:last-child td{
	border-bottom: 1px solid #dddddd;
}

#comp table td.address iframe{
    margin-top: 10px;
}

@media screen and (max-width: 1024px) {
#comp table td.address iframe{
	width: 70%;
}		
}

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

#comp .compInr {
    padding: 0px 20px;
}	
	
#comp table th,
#comp table td{
	display: block;	
	text-align: center;
}
	
#comp table th{
    background: #f5f5f5;
	padding: 5px 0;
}	
	
#comp table td.address {
    display: block;
}

#comp table td.address iframe{
    width: 100%;
}	
	
#comp table td.address span {
    text-align: left;
}	
	
#comp table td{
    padding: 20px 0;
}
	
#comp table tr:last-child th,
#comp table tr:last-child td{
	border-bottom: none;
}	
.compBnr a{
    display: block;
    margin:0 auto 10px auto;
    width: 80%;
}
#comp .company {
    margin-bottom: 60px;
}		
}