@charset "UTF-8";
@import "contentNav.css";

.about_us_wrap::before {
    background: url(../img/about_us/bg_fixed.jpg) no-repeat #000;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 100px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    content: "";
}


.about_us_wrap.bgClear::before {
    position: relative!important;
}


.firstConts{
	background: #111;
	padding-bottom: 230px;
	margin-bottom: 1500px;
	max-height: 48vh;
}

.secondConts{
	background: rgba(17,17,17,0.6);
	transition: all 0.2s;
}


.transparentTtl{
	margin: 0 auto 20px;
}

.contentNav{
  width: 330px;	
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  float: left;
  padding-top: 130px;
}  


.about_us_cont_wrap{
	flex-basis:1100px; 
	max-width:1100px;
	width: 70%;
	float: right;
	padding-top: 260px;
}

.about_us_cont {
  margin-bottom: 200px;
  clear: both;
  margin-top: -260px;
  padding-top: 130px;
  min-height: 500px;
}

.about_us_cont .contTtl{
	padding-bottom: 15px;
	margin-bottom: 50px;
	border-bottom: 1px solid #707070;
	text-align: right;
}

.secondConts .about_us_box h2{
    text-align: left;
    font-size: 2.4rem;
    background-image: url("../img/about_us/bg_fixed.png");
    background-position: 24%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

.about_us_cont p, .about_us_cont ul li, .txtCont, .profileBox figcaption {
  width: 64%;
  flex-basis: 64%;
  float: right;
  font-size: 1.4rem;
}

.profileBox{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.about_us_cont ul p{
	padding-top: 1em;
	font-weight: 500;
	line-height: 2;
}

.about_us_cont ul li{
	text-indent: -1em;
	padding-left: 1em;
}

.profilePic {
  overflow: hidden;
  position: relative;
}
.profileNameImg {
  display: block;
  width: 100%;
  transition: 0.3s;
}
.profilePic .img_1 {
  position: relative;
  z-index: 2;
}
.profilePic .img_2 {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.profilePic:hover .img_1 {
  opacity: 0;
}

.profileNameImg{
	flex-basis:36%;
	padding-right: 5%;
	max-width: 36%; 
}

.profileName strong{
	font-size: 2.4rem;
	display: block;
	margin-top: -10px;
}

.profileName span{
	display: block;
	font-size: 1.4rem;
	margin-bottom: 1em;
	color: #707070;
}

#cont_profile p{
	padding-bottom: 10px;
	width: 100%;
}

.about_us_cont dl{
	width: 64%;
	float: right;
	display: flex;
	padding-right: 30px;
	flex-wrap: wrap;	
}


.about_us_cont dt,.about_us_cont dd{
	margin-bottom: 50px;
	font-size: 1.4rem;
}	

.txtCont strong{
	display: block;
	margin-bottom: 10px;
}	

.txtCont li{
	margin-bottom: 10px;
}

.about_us_cont dt{
	color: #707070;
	flex-basis: 40%;
	
}

.about_us_cont dd{
	color: #fff;
	flex-basis: 60%;
}

.figcaption{
	flex-basis: fit-content;
}

.about_us_cont ul li:nth-child(7){
	padding-top: .2vw;
}

.TextSmall{
	font-size: 1.2rem!important;
	color: #E6E7E8;
}


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

1024px

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

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

#globalHeader{
  padding: 45px 0 25px;
   /*height: 0;*/
  height: 60px;
  background: #111;
}

.contentNav{
	padding-top: 60px;
}

.firstConts{
	padding-bottom: 100px;
	margin-bottom: 1000px;
}

.secondConts .about_us_box h2{
	font-size: 2.2rem;
	background-position: 24%;
	margin-bottom: 0;
}

.about_us_cont_wrap{
	padding-top: 0;
}

.about_us_cont p,
.about_us_cont ul li,
.txtCont, .profileBox figcaption,
.about_us_cont dl{
	width: 100%;
}

.about_us_cont{
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 100px;
	min-height: 300px;
}

.profileName strong{
	font-size: 2rem;
}


}


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

768px

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

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

.about_us_box .contentNav ul{
	display: none;
}

.contentNav{
	position: unset;
}

.about_us_wrap::before {
    background: url(../img/about_us/bg_fixed_sp.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 100px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    content: "";
}

.about_us_cont_wrap{
	max-width: 100%;
	width: 100%;
	float: none;
	padding-top: 60px;
}

.about_us_cont{
	padding-top: 30px;
}

.profileBox{
	display: block;
}

.profileNameImg{
	max-width: 100%;
	width: 100%;
	padding-right: 0;
}

.about_us_cont dl{
	display: block;
	padding-right: 0;
}

.about_us_cont dt{
	margin-bottom: 10px;
}

.about_us_cont dd{
	margin-bottom: 20px;
}

.firstConts{
	max-height: 50vh;
}

.txtCont li {
    text-indent: -1em;
    margin-left: 1em;
}

.profileName strong{
	margin-top: 0;
}


}

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

430px

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

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

  #globalHeader {
    padding: 35px 5% 15px;
  }

  .TextSmall{
	font-size: 1rem!important;
	text-indent: -1em!important;
    padding-left: 2em!important;
}

}



